[PECL-CVS] [pecl-web_services-oauth] master: prepare v2.0.10
[email protected] (Michael Wallner)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Michael Wallner (m6w6)
Date: 2025-10-09T16:12:44+02:00
Commit: https://github.com/php/pecl-web_services-oauth/commit/0e8911b0fa0543a0bdca4436cda073ab83b4fb57
Raw diff: https://github.com/php/pecl-web_services-oauth/commit/0e8911b0fa0543a0bdca4436cda073ab83b4fb57.diff
prepare v2.0.10
Changed paths:
M package.xml
M php_oauth.h
Diff:
diff --git a/package.xml b/package.xml
index 1a6c69b..6e1aae1 100644
--- a/package.xml
+++ b/package.xml
@@ -47,9 +47,9 @@ Requirements: ext/hash (now a part of PHP core)
<email>[email protected]</email>
<active>yes</active>
</lead>
- <date>2024-10-08</date>
+ <date>2025-10-09</date>
<version>
- <release>2.0.9</release>
+ <release>2.0.10</release>
<api>2.0</api>
</version>
<stability>
@@ -59,8 +59,7 @@ Requirements: ext/hash (now a part of PHP core)
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
<![CDATA[
- * Fix PHP-8.3 deprecations
- * Fix PHP-8.4 compatibility
+ * Fix PHP-8.5 compatibility
]]>
</notes>
<contents>
@@ -188,6 +187,25 @@ Requirements: ext/hash (now a part of PHP core)
</extsrcrelease>
<changelog>
+ <release>
+ <date>2024-10-08</date>
+ <version>
+ <release>2.0.9</release>
+ <api>2.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
+ <notes>
+ <![CDATA[
+ * Fix PHP-8.3 deprecations
+ * Fix PHP-8.4 compatibility
+]]>
+ </notes>
+ </release>
+
<release>
<date>2022-04-21</date>
<version>
diff --git a/php_oauth.h b/php_oauth.h
index ccea410..4203982 100644
--- a/php_oauth.h
+++ b/php_oauth.h
@@ -73,7 +73,7 @@
curl_formfree(f);
#endif
-#define PHP_OAUTH_VERSION 2.0.9
+#define PHP_OAUTH_VERSION 2.0.10
#define __stringify_1(x) #x
#define __stringify(x) __stringify_1(x)