mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-29 16:56:03 +03:00
Merge branch 'master' of https://github.com/PHPOffice/PHPExcel
This commit is contained in:
commit
372c7cbb69
@ -496,7 +496,7 @@ class PHPExcel_Calculation_Functions {
|
|||||||
* @return string Version information
|
* @return string Version information
|
||||||
*/
|
*/
|
||||||
public static function VERSION() {
|
public static function VERSION() {
|
||||||
return 'PHPExcel ##VERSION##, ##DATE##';
|
return 'PHPExcel 1.8.1, 2015-04-30';
|
||||||
} // function VERSION()
|
} // function VERSION()
|
||||||
|
|
||||||
|
|
||||||
|
@ -19,10 +19,10 @@
|
|||||||
*
|
*
|
||||||
* @copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
|
* @copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
* @version ##VERSION##, ##DATE##
|
* @version 1.8.1, 2015-04-30
|
||||||
**************************************************************************************
|
**************************************************************************************
|
||||||
|
|
||||||
Planned for v1.8.1
|
2015-04-30 (v1.8.1):
|
||||||
- Bugfix: (goncons) Work Item GH-397 - Fix for Writing an Open Document cell with non-numeric formula
|
- Bugfix: (goncons) Work Item GH-397 - Fix for Writing an Open Document cell with non-numeric formula
|
||||||
- Bugfix: (sarciszewski) Work Item GH-329 - Avoid potential divide by zero in basedrawing
|
- Bugfix: (sarciszewski) Work Item GH-329 - Avoid potential divide by zero in basedrawing
|
||||||
- Bugfix: (ymaerschalck) Work Item GH-405 - XML External Entity (XXE) Processing, different behaviour between simplexml_load_string() and simplexml_load_file().
|
- Bugfix: (ymaerschalck) Work Item GH-405 - XML External Entity (XXE) Processing, different behaviour between simplexml_load_string() and simplexml_load_file().
|
||||||
|
Loading…
Reference in New Issue
Block a user