Skip to content

Commit

Permalink
prep for v0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Feb 13, 2018
1 parent 2f336c7 commit e4d1d8e
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,36 +48,35 @@ The following languages are supported:
<name>Kouber Saparev</name>
<user>kouber</user>
<email>[email protected]</email>
<active>yes</active>
<active>no</active>
</lead>
<lead>
<name>Igor Feghali</name>
<user>ifeghali</user>
<email>[email protected]</email>
<active>yes</active>
<active>no</active>
</lead>
<developer>
<name>Marcelo Subtil Marcal</name>
<user>msmarcal</user>
<email>[email protected]</email>
<active>yes</active>
<active>no</active>
</developer>
<contributor>
<name>Xavier Noguer</name>
<user>xnoguer</user>
<email>[email protected]</email>
<active>yes</active>
<active>no</active>
</contributor>
<contributor>
<name>Hadar Porat</name>
<user>hadar_p</user>
<email>[email protected]</email>
<active>yes</active>
<active>no</active>
</contributor>
<date>2014-11-03</date>
<time>10:33:00</time>
<date>2018-02-13</date>
<version>
<release>0.18.1</release>
<release>0.18.2</release>
<api>0.18.1</api>
</version>
<stability>
Expand All @@ -86,8 +85,7 @@ The following languages are supported:
</stability>
<license uri="http://www.php.net/license/">PHP</license>
<notes>
* Fixed bug #20435: Missing files in PEAR archive [kouber]
* Fixed French plural handling for "million" and suffixes above [Olivier Brunel]
* PR #32: fix "count(): Parameter must be an array or an object that implements Countable" with PHP 7.2
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -633,5 +631,21 @@ This is a backwards compatibility break.
</notes>
</release>

<release>
<version>
<release>0.18.2</release>
<api>0.18.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2018-02-13</date>
<license uri="http://www.php.net/license/">PHP</license>
<notes>
* PR #32: fix "count(): Parameter must be an array or an object that implements Countable" with PHP 7.2
</notes>
</release>

</changelog>
</package>

0 comments on commit e4d1d8e

Please sign in to comment.