File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ It also provides additional functions from libxcrypt missing in core PHP:
24
24
</lead >
25
25
<date >2024-09-26</date >
26
26
<version >
27
- <release >1.1.0 </release >
27
+ <release >1.1.1dev </release >
28
28
<api >1.1.0</api >
29
29
</version >
30
30
<stability >
@@ -33,10 +33,7 @@ It also provides additional functions from libxcrypt missing in core PHP:
33
33
</stability >
34
34
<license uri =" https://www.php.net/license/3_01.txt" filesource =" LICENSE" >PHP-3.01</license >
35
35
<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
+ -
40
37
]]> </notes >
41
38
<contents >
42
39
<dir name =" /" >
@@ -75,6 +72,24 @@ It also provides additional functions from libxcrypt missing in core PHP:
75
72
<providesextension >xpass</providesextension >
76
73
<extsrcrelease />
77
74
<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 >
78
93
<release >
79
94
<date >2024-09-09</date >
80
95
<version >
You can’t perform that action at this time.
0 commit comments