Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

Commit 372c7cb

Browse files
author
MarkBaker
committed
Merge branch 'master' of https://github.com/PHPOffice/PHPExcel
2 parents c9f2ee5 + a4d7997 commit 372c7cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Classes/PHPExcel/Calculation/Functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ public static function IS_NONTEXT($value = NULL) {
496496
* @return string Version information
497497
*/
498498
public static function VERSION() {
499-
return 'PHPExcel ##VERSION##, ##DATE##';
499+
return 'PHPExcel 1.8.1, 2015-04-30';
500500
} // function VERSION()
501501

502502

changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
*
2020
* @copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
2121
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
22-
* @version ##VERSION##, ##DATE##
22+
* @version 1.8.1, 2015-04-30
2323
**************************************************************************************
2424

25-
Planned for v1.8.1
25+
2015-04-30 (v1.8.1):
2626
- Bugfix: (goncons) Work Item GH-397 - Fix for Writing an Open Document cell with non-numeric formula
2727
- Bugfix: (sarciszewski) Work Item GH-329 - Avoid potential divide by zero in basedrawing
2828
- Bugfix: (ymaerschalck) Work Item GH-405 - XML External Entity (XXE) Processing, different behaviour between simplexml_load_string() and simplexml_load_file().

0 commit comments

Comments
 (0)