Skip to content

Commit

Permalink
back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Sep 26, 2024
1 parent 553c0db commit 67c9145
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It also provides additional functions from libxcrypt missing in core PHP:
</lead>
<date>2024-09-26</date>
<version>
<release>1.1.0</release>
<release>1.1.1dev</release>
<api>1.1.0</api>
</version>
<stability>
Expand All @@ -33,10 +33,7 @@ It also provides additional functions from libxcrypt missing in core PHP:
</stability>
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
<notes><![CDATA[
- add crypt_gensalt(?string $prefix = null, int $count = 0): ?string {}
- add crypt_preferred_method(): ?string {}
- add crypt_checksalt(string $salt): int {}
- add CRYPT_PREFIX_* and CRYPT_SALT_* constants
-
]]></notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -75,6 +72,24 @@ It also provides additional functions from libxcrypt missing in core PHP:
<providesextension>xpass</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2024-09-26</date>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
<notes><![CDATA[
- add crypt_gensalt(?string $prefix = null, int $count = 0): ?string {}
- add crypt_preferred_method(): ?string {}
- add crypt_checksalt(string $salt): int {}
- add CRYPT_PREFIX_* and CRYPT_SALT_* constants
]]></notes>
</release>
<release>
<date>2024-09-09</date>
<version>
Expand Down

0 comments on commit 67c9145

Please sign in to comment.