WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0cbfdad

Browse files
authored
Prepare release 2.2.1
1 parent 1b6ed83 commit 0cbfdad

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

package.xml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
2626
</lead>
2727

2828
<!-- Information for this release -->
29-
<date>2015-10-30</date>
29+
<date>2023-02-23</date>
3030
<version>
31-
<release>2.2.0</release>
31+
<release>2.2.1</release>
3232
<api>2.2.0</api>
3333
</version>
3434
<stability>
@@ -37,9 +37,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
3737
</stability>
3838
<license>LGPLv3 License</license>
3939
<notes>
40-
* Fix bug #20969: Fatal error with PEAR 1.10.0 / constructor visiblity
41-
* Add support for PHP 7
42-
* Improve unit tests
40+
* Fix: remove unused $ber property
4341
</notes>
4442
<contents>
4543
<dir name="/">
@@ -858,5 +856,22 @@ debug information.
858856
* Improve unit tests
859857
</notes>
860858
</release>
859+
<release>
860+
<date>2015-10-30</date>
861+
<version>
862+
<release>2.2.0</release>
863+
<api>2.2.0</api>
864+
</version>
865+
<stability>
866+
<release>stable</release>
867+
<api>stable</api>
868+
</stability>
869+
<license>LGPLv3 License</license>
870+
<notes>
871+
* Fix bug #20969: Fatal error with PEAR 1.10.0 / constructor visiblity
872+
* Add support for PHP 7
873+
* Improve unit tests
874+
</notes>
875+
</release>
861876
</changelog>
862877
</package>

0 commit comments

Comments
 (0)