We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3bc50 commit 34f4557Copy full SHA for 34f4557
ChangeLog
@@ -1,4 +1,4 @@
1
-[2015-??-??] - Version 1.0.2
+[2016-06-23] - Version 1.0.2
2
* Fixed bug in ExcelSheet::addPictureDim() (see issue #120)
3
* Fixed bug in ExcelSheet::isLicensed() (see issue #122)
4
* Added new methods (requires LibXL 3.6.2)
excel.c
@@ -54,7 +54,7 @@ static long xlFormatBorderColor(FormatHandle f)
54
#define PHP_EXCEL_FORMULA 2
55
#define PHP_EXCEL_NUMERIC_STRING 3
56
57
-#define PHP_EXCEL_VERSION "1.0.2dev"
+#define PHP_EXCEL_VERSION "1.0.2"
58
59
#ifdef COMPILE_DL_EXCEL
60
ZEND_GET_MODULE(excel)
0 commit comments