Skip to content

Commit 4f5ed29

Browse files
committed
Release 1.0.0
1 parent c158f17 commit 4f5ed29

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

package.xml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ distributions, using extended crypt library (libxcrypt):
1616
<email>[email protected]</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2024-09-02</date>
19+
<date>2024-09-09</date>
2020
<version>
21-
<release>1.0.0RC2</release>
21+
<release>1.0.0</release>
2222
<api>1.0.0</api>
2323
</version>
2424
<stability>
25-
<release>beta</release>
25+
<release>stable</release>
2626
<api>stable</api>
2727
</stability>
2828
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
2929
<notes>
30-
- fix libxcrypt algorithm detection (@zeriyoshi)
30+
- first RC release
3131
</notes>
3232
<contents>
3333
<dir name="/">
@@ -59,6 +59,21 @@ distributions, using extended crypt library (libxcrypt):
5959
<providesextension>xpass</providesextension>
6060
<extsrcrelease/>
6161
<changelog>
62+
<release>
63+
<date>2024-09-02</date>
64+
<version>
65+
<release>1.0.0RC2</release>
66+
<api>1.0.0</api>
67+
</version>
68+
<stability>
69+
<release>beta</release>
70+
<api>stable</api>
71+
</stability>
72+
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
73+
<notes>
74+
- fix libxcrypt algorithm detection (@zeriyoshi)
75+
</notes>
76+
</release>
6277
<release>
6378
<date>2024-08-28</date>
6479
<version>

php_xpass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
extern zend_module_entry xpass_module_entry;
2323
#define phpext_xpass_ptr &xpass_module_entry
2424

25-
#define PHP_XPASS_VERSION "1.0.0RC2"
25+
#define PHP_XPASS_VERSION "1.0.0"
2626
#define PHP_XPASS_AUTHOR "Remi Collet"
2727
#define PHP_XPASS_LICENSE "PHP-3.01"
2828

0 commit comments

Comments
 (0)