-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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="/"> | ||
|
@@ -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> |