Skip to content

Commit 576c1be

Browse files
committed
prep for v1.2.3
1 parent 8e7ac86 commit 576c1be

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

package.xml

+25-6
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ http://pear.php.net/dtd/package-2.0.xsd">
1111
<name>Chuck Hagenbuch</name>
1212
<user>chagenbu</user>
1313
<email>chuck@horde.org</email>
14-
<active>yes</active>
14+
<active>no</active>
1515
</lead>
1616
<lead>
1717
<name>Jan Schneider</name>
1818
<user>yunosh</user>
1919
<email>jan@horde.org</email>
20-
<active>yes</active>
20+
<active>no</active>
2121
</lead>
2222
<lead>
2323
<name>Paul M Jones</name>
2424
<user>pmjones</user>
2525
<email>pmjones@memphis.edu</email>
2626
<active>no</active>
2727
</lead>
28-
<date>2017-03-08</date>
28+
<date>2024-03-10</date>
2929
<version>
30-
<release>1.2.2</release>
30+
<release>1.2.3</release>
3131
<api>1.2.2</api>
3232
</version>
3333
<stability>
@@ -36,8 +36,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
3636
</stability>
3737
<license uri="http://opensource.org/licenses/lgpl-license.php">LGPL</license>
3838
<notes>
39-
* Fully use PHP5 constructors
40-
* Make statically called method static
39+
PR #6: Fix: Do not use strings as arguments to assert()
40+
PR #7: Fix: Do not use each()
41+
PR #8: Fix Deprecated: Creation of dynamic property + loops for $matches
4142
</notes>
4243

4344
<contents>
@@ -117,6 +118,24 @@ http://pear.php.net/dtd/package-2.0.xsd">
117118
<phprelease />
118119
<changelog>
119120

121+
<release>
122+
<date>2024-03-10</date>
123+
<version>
124+
<release>1.2.3</release>
125+
<api>1.2.2</api>
126+
</version>
127+
<stability>
128+
<release>stable</release>
129+
<api>stable</api>
130+
</stability>
131+
<license uri="http://opensource.org/licenses/lgpl-license.php">LGPL</license>
132+
<notes>
133+
PR #6: Fix: Do not use strings as arguments to assert()
134+
PR #7: Fix: Do not use each()
135+
PR #8: Fix Deprecated: Creation of dynamic property + loops for $matches
136+
</notes>
137+
</release>
138+
120139
<release>
121140
<date>2017-03-08</date>
122141
<version>

0 commit comments

Comments
 (0)