Skip to content

Commit

Permalink
prepare version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schengawegga committed Dec 21, 2023
1 parent a0698f5 commit 2acddb5
Showing 1 changed file with 40 additions and 4 deletions.
44 changes: 40 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ Provides code to generate responses to common SASL mechanisms, including:
<active>yes</active>
</lead>

<date>2017-03-07</date>
<date>2023-12-21</date>
<version>
<release>0.2.0</release>
<release>0.3.0</release>
<api>0.1.0</api>
</version>
<stability>
Expand All @@ -58,8 +58,9 @@ Provides code to generate responses to common SASL mechanisms, including:
</stability>
<license uri="http://www.opensource.org/licenses/bsd-3-clause">BSD</license>
<notes>
* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1
* feature: PHP8.2 ready
* bugfix: scram-sha-224 broken #11
* task: mark authentication methods cram-md5, digest-md5, and login as deprecated #11
</notes>

<contents>
Expand Down Expand Up @@ -95,6 +96,41 @@ Provides code to generate responses to common SASL mechanisms, including:

<changelog>

<release>
<version>
<release>0.3.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2023-12-21</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* feature: PHP8.2 ready
* bugfix: scram-sha-224 broken #11
* task: mark authentication methods cram-md5, digest-md5, and login as deprecated #11
</notes>
</release>

<release>
<version>
<release>0.2.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2017-03-07</date>
<license uri="http://www.opensource.org/licenses/bsd-3-clause">BSD</license>
<notes>
* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1
</notes>
</release>

<release>
<version>
<release>0.1.0</release>
Expand Down

0 comments on commit 2acddb5

Please sign in to comment.