Skip to content

Commit 34f4557

Browse files
committed
1.0.2 for php7
1 parent bb3bc50 commit 34f4557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[2015-??-??] - Version 1.0.2
1+
[2016-06-23] - Version 1.0.2
22
* Fixed bug in ExcelSheet::addPictureDim() (see issue #120)
33
* Fixed bug in ExcelSheet::isLicensed() (see issue #122)
44
* Added new methods (requires LibXL 3.6.2)

excel.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static long xlFormatBorderColor(FormatHandle f)
5454
#define PHP_EXCEL_FORMULA 2
5555
#define PHP_EXCEL_NUMERIC_STRING 3
5656

57-
#define PHP_EXCEL_VERSION "1.0.2dev"
57+
#define PHP_EXCEL_VERSION "1.0.2"
5858

5959
#ifdef COMPILE_DL_EXCEL
6060
ZEND_GET_MODULE(excel)

0 commit comments

Comments
 (0)