Skip to content

Commit 67c9145

Browse files
committed
back to dev
1 parent 553c0db commit 67c9145

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
@@ -24,7 +24,7 @@ It also provides additional functions from libxcrypt missing in core PHP:
2424
</lead>
2525
<date>2024-09-26</date>
2626
<version>
27-
<release>1.1.0</release>
27+
<release>1.1.1dev</release>
2828
<api>1.1.0</api>
2929
</version>
3030
<stability>
@@ -33,10 +33,7 @@ It also provides additional functions from libxcrypt missing in core PHP:
3333
</stability>
3434
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
3535
<notes><![CDATA[
36-
- add crypt_gensalt(?string $prefix = null, int $count = 0): ?string {}
37-
- add crypt_preferred_method(): ?string {}
38-
- add crypt_checksalt(string $salt): int {}
39-
- add CRYPT_PREFIX_* and CRYPT_SALT_* constants
36+
-
4037
]]></notes>
4138
<contents>
4239
<dir name="/">
@@ -75,6 +72,24 @@ It also provides additional functions from libxcrypt missing in core PHP:
7572
<providesextension>xpass</providesextension>
7673
<extsrcrelease/>
7774
<changelog>
75+
<release>
76+
<date>2024-09-26</date>
77+
<version>
78+
<release>1.1.0</release>
79+
<api>1.1.0</api>
80+
</version>
81+
<stability>
82+
<release>stable</release>
83+
<api>stable</api>
84+
</stability>
85+
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
86+
<notes><![CDATA[
87+
- add crypt_gensalt(?string $prefix = null, int $count = 0): ?string {}
88+
- add crypt_preferred_method(): ?string {}
89+
- add crypt_checksalt(string $salt): int {}
90+
- add CRYPT_PREFIX_* and CRYPT_SALT_* constants
91+
]]></notes>
92+
</release>
7893
<release>
7994
<date>2024-09-09</date>
8095
<version>

0 commit comments

Comments
 (0)