Skip to content

Commit

Permalink
Update package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Timandes committed Jan 23, 2017
1 parent a95ce6c commit 135ee67
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>jbboehr@gmail.com</email>
<active>yes</active>
</developer>
<date>2016-11-18</date>
<date>2017-01-23</date>
<version>
<release>0.3.0</release>
<release>0.3.1</release>
<api>0.3.0</api>
</version>
<stability>
Expand All @@ -39,11 +39,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
<license uri="http://www.php.net/license">PHP</license>
<notes><![CDATA[
Bugs:
- Fix session warning with PHP 7.1 (Issue #4)
Improvements:
- Support PHP-7 (PR #1)
- Support exceptions (PR #2)
- Fix memory leak in method getChildren (Thanks to hulk<hulk.website@gmail.com>, PR #5)
- Fix memory leak in method create (Thanks to Lin Huang, PR #6)
]]></notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -82,6 +79,17 @@ Improvements:
<providesextension>zookeeper</providesextension>
<extsrcrelease/>
<changelog>
<release>
<stability><release>alpha</release><api>alpha</api></stability>
<version><release>0.3.1</release><api>0.3.0</api></version>
<date>2017-01-23</date>
<notes><![CDATA[
Bugs:
- Fix memory leak in method getChildren (Thanks to hulk<hulk.website@gmail.com>, PR #5)
- Fix memory leak in method create (Thanks to Lin Huang, PR #6)
]]></notes>
</release>

<release>
<stability><release>alpha</release><api>alpha</api></stability>
<version><release>0.3.0</release><api>0.3.0</api></version>
Expand Down

0 comments on commit 135ee67

Please sign in to comment.