Skip to content

Commit

Permalink
prep for 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Mar 13, 2022
1 parent 2fc891b commit 66d7899
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions package.xml
Expand Up @@ -95,9 +95,9 @@
<email>kguest@php.net</email>
<active>yes</active>
</developer>
<date>2020-09-14</date>
<date>2022-03-13</date>
<version>
<release>1.31.0</release>
<release>1.32.0</release>
<api>0.1.1</api>
</version>
<stability>
Expand All @@ -106,7 +106,7 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Address some vulnerabilities such as sanitising input.
- Address some vulnerabilities.
</notes>
<contents>
<dir baseinstalldir="/pear.php.net/" name="/">
Expand Down Expand Up @@ -2876,5 +2876,20 @@ Fix #20098: Broken bug notifications catched as spam
- Address some vulnerabilities such as sanitising input.
</notes>
</release>
<release>
<version>
<release>1.32.0</release>
<api>0.1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2022-03-13</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Address some vulnerabilities.
</notes>
</release>
</changelog>
</package>

0 comments on commit 66d7899

Please sign in to comment.