File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2.0.6
5
+ -----
6
+
7
+ ### Overview of changes
8
+ - Update bundled certificates as of 2023-01-10. [ #791 ]
9
+ - Fix typo in deprecation notice. [ #785 ] Props [ @costdev ] [ gh-costdev ]
10
+ - Minor internal improvements for passing the correct type to function calls. [ #779 ]
11
+ - Confirmed compatibility with PHP 8.2.
12
+ No changes were needed, so Request 2.0.1 and higher can be considered compatible with PHP 8.2.
13
+ - Various documentation improvements and other general housekeeping.
14
+
15
+ [ #779 ] : https://github.com/WordPress/Requests/pull/779
16
+ [ #785 ] : https://github.com/WordPress/Requests/pull/785
17
+ [ #791 ] : https://github.com/WordPress/Requests/pull/791
18
+
4
19
2.0.5
5
20
-----
6
21
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ class Requests {
148
148
*
149
149
* @var string
150
150
*/
151
- const VERSION = '2.0.5 ' ;
151
+ const VERSION = '2.0.6 ' ;
152
152
153
153
/**
154
154
* Selected transport name
You can’t perform that action at this time.
0 commit comments