Skip to content

Commit

Permalink
Update package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Timandes committed May 14, 2018
1 parent 26462a7 commit de6d511
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,20 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>jbboehr@gmail.com</email>
<active>yes</active>
</developer>
<date>2018-05-04</date>
<date>2018-05-14</date>
<version>
<release>0.4.1</release>
<api>0.4.0</api>
<release>0.5.0</release>
<api>0.5.0</api>
</version>
<stability>
<release>beta</release>
<api>alpha</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes><![CDATA[
Bugs:
- Fix 'Corrupted fcall_info provided to zend_call_function()' (AZ Issue #89, #90)
Improvements:
- Add method 'close'
php-zookeeper-0.5.x will be the last series which supports PHP 5.x.
]]></notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -80,6 +81,17 @@ Bugs:
<providesextension>zookeeper</providesextension>
<extsrcrelease/>
<changelog>
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>0.5.0</release><api>0.5.0</api></version>
<date>2018-05-14</date>
<notes><![CDATA[
Improvements:
- Add method 'close'
php-zookeeper-0.5.x will be the last series which supports PHP 5.x.
]]></notes>
</release>

<release>
<stability><release>beta</release><api>alpha</api></stability>
<version><release>0.4.1</release><api>0.4.0</api></version>
Expand Down

0 comments on commit de6d511

Please sign in to comment.