Browse Source

Merge pull request #59 from viest/dev

VERSION 1.0.1
王杰新 7 years ago
parent
commit
ee46ffaf14
2 changed files with 23 additions and 7 deletions
  1. 22 6
      package.xml
  2. 1 1
      php_xls_writer.h

+ 22 - 6
package.xml

@@ -18,10 +18,10 @@
         <active>yes</active>
     </lead>
     <date>2018-05-25</date>
-    <time>12:00:00</time>
+    <time>17:00:00</time>
     <version>
-        <release>1.0.0</release>
-        <api>1.0.0</api>
+        <release>1.0.1</release>
+        <api>1.0.1</api>
     </version>
     <stability>
         <release>stable</release>
@@ -29,7 +29,9 @@
     </stability>
     <license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
     <notes>
-        - PECL project init.
+        - Rename #55. PHP_XLS_WRITER_VERSION to PHP_XLSWRITER_VERSION.
+        - Test #56. clean sections to tests.
+        - Drop #57. drop expertimental as extension released as stable.
     </notes>
     <contents>
         <dir name="/">
@@ -39,7 +41,6 @@
             <file role="doc" name="LICENSE" />
             <file role="src" name="config.m4" />
             <file role="src" name="config.w32" />
-            <file role="src" name="EXPERIMENTAL" />
             <file role="src" name="excel.php" />
             <file role="src" name="php_xls_writer.h" />
             <file role="src" name="xls_writer.c" />
@@ -89,6 +90,21 @@
     <providesextension>xlswriter</providesextension>
     <extsrcrelease />
     <changelog>
-
+        <release>
+            <date>2018-05-25</date>
+            <time>12:00:00</time>
+            <version>
+                <release>1.0.0</release>
+                <api>1.0.0</api>
+            </version>
+            <stability>
+                <release>stable</release>
+                <api>stable</api>
+            </stability>
+            <license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
+            <notes>
+                - PECL project init.
+            </notes>
+        </release>
     </changelog>
 </package>

+ 1 - 1
php_xls_writer.h

@@ -18,7 +18,7 @@
 extern zend_module_entry xlswriter_module_entry;
 #define phpext_xlswriter_ptr &xlswriter_module_entry
 
-#define PHP_XLSWRITER_VERSION "1.0.0"
+#define PHP_XLSWRITER_VERSION "1.0.1"
 
 #ifdef PHP_WIN32
 #	define PHP_VTIFUL_API __declspec(dllexport)