Skip to content

Commit d12474d

Browse files
committed
Release 1.2.2
1 parent b1f2943 commit d12474d

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

package.xml

+24-5
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,21 @@ http://pear.php.net/dtd/package-2.0.xsd">
2525
<email>pmjones@memphis.edu</email>
2626
<active>no</active>
2727
</lead>
28-
<date>2015-09-18</date>
28+
<date>2017-03-08</date>
2929
<version>
30-
<release>1.2.1</release>
31-
<api>1.2.1</api>
30+
<release>1.2.2</release>
31+
<api>1.2.2</api>
3232
</version>
3333
<stability>
3434
<release>stable</release>
3535
<api>stable</api>
3636
</stability>
3737
<license uri="http://opensource.org/licenses/lgpl-license.php">LGPL</license>
3838
<notes>
39-
* Use PHP5 style class constructors [cweiske]
40-
* Fix strict standards error messages for PHP 5.6 [Julien Boulen]
39+
* Fully use PHP5 constructors
40+
* Make statically called method static
4141
</notes>
42+
4243
<contents>
4344
<dir name="/">
4445
<dir name="Text">
@@ -97,6 +98,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
9798
</dir> <!-- /tests -->
9899
</dir> <!-- / -->
99100
</contents>
101+
100102
<dependencies>
101103
<required>
102104
<php>
@@ -115,6 +117,23 @@ http://pear.php.net/dtd/package-2.0.xsd">
115117
<phprelease />
116118
<changelog>
117119

120+
<release>
121+
<date>2017-03-08</date>
122+
<version>
123+
<release>1.2.2</release>
124+
<api>1.2.2</api>
125+
</version>
126+
<stability>
127+
<release>stable</release>
128+
<api>stable</api>
129+
</stability>
130+
<license uri="http://opensource.org/licenses/lgpl-license.php">LGPL</license>
131+
<notes>
132+
* Fully use PHP5 constructors
133+
* Make statically called method static
134+
</notes>
135+
</release>
136+
118137
<release>
119138
<date>2015-09-18</date>
120139
<version>

0 commit comments

Comments
 (0)