Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cweiske committed Mar 8, 2017
1 parent b1f2943 commit d12474d
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions package.xml
Expand Up @@ -25,20 +25,21 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>pmjones@memphis.edu</email>
<active>no</active>
</lead>
<date>2015-09-18</date>
<date>2017-03-08</date>
<version>
<release>1.2.1</release>
<api>1.2.1</api>
<release>1.2.2</release>
<api>1.2.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/lgpl-license.php">LGPL</license>
<notes>
* Use PHP5 style class constructors [cweiske]
* Fix strict standards error messages for PHP 5.6 [Julien Boulen]
* Fully use PHP5 constructors
* Make statically called method static
</notes>

<contents>
<dir name="/">
<dir name="Text">
Expand Down Expand Up @@ -97,6 +98,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</dir> <!-- /tests -->
</dir> <!-- / -->
</contents>

<dependencies>
<required>
<php>
Expand All @@ -115,6 +117,23 @@ http://pear.php.net/dtd/package-2.0.xsd">
<phprelease />
<changelog>

<release>
<date>2017-03-08</date>
<version>
<release>1.2.2</release>
<api>1.2.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/lgpl-license.php">LGPL</license>
<notes>
* Fully use PHP5 constructors
* Make statically called method static
</notes>
</release>

<release>
<date>2015-09-18</date>
<version>
Expand Down

0 comments on commit d12474d

Please sign in to comment.