We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ebccf commit 094e2f6Copy full SHA for 094e2f6
CHANGELOG.md
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+2.0.12
5
+------
6
+
7
+### Overview of changes
8
+- Update bundled certificates as of 2024-07-02. [#877]
9
10
+[#877]: https://github.com/WordPress/Requests/pull/877
11
12
2.0.11
13
------
14
src/Requests.php
@@ -148,7 +148,7 @@ class Requests {
148
*
149
* @var string
150
*/
151
- const VERSION = '2.0.11';
+ const VERSION = '2.0.12';
152
153
/**
154
* Selected transport name
0 commit comments