File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2.0.8
5
+ -----
6
+
7
+ ### Overview of changes
8
+ - Update bundled certificates as of 2023-08-22. [ #823 ]
9
+ - Fixed: only force close cURL connection when needed (cURL < 7.22). [ #656 ] , [ #657 ] Props [ @mircobabini ] [ gh-mircobabini ]
10
+ - Composer: updated list of suggested PHP extensions to enable. [ #821 ]
11
+ - README: add information about the PSR-7/PSR-18 wrapper for Requests. [ #827 ]
12
+
13
+ [ #656 ] : https://github.com/WordPress/Requests/pull/656
14
+ [ #657 ] : https://github.com/WordPress/Requests/pull/657
15
+ [ #821 ] : https://github.com/WordPress/Requests/pull/821
16
+ [ #823 ] : https://github.com/WordPress/Requests/pull/823
17
+ [ #827 ] : https://github.com/WordPress/Requests/pull/827
18
+
4
19
2.0.7
5
20
-----
6
21
@@ -1002,6 +1017,7 @@ Initial release!
1002
1017
[ gh-kwuerl ] : https://github.com/kwuerl
1003
1018
[ gh-laurentmartelli ] : https://github.com/laurentmartelli
1004
1019
[ gh-mbabker ] : https://github.com/mbabker
1020
+ [ gh-mircobabini ] : https://github.com/mircobabini
1005
1021
[ gh-mishan ] : https://github.com/mishan
1006
1022
[ gh-ntwb ] : https://github.com/ntwb
1007
1023
[ gh-ocean90 ] : https://github.com/ocean90
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.7 ' ;
151
+ const VERSION = '2.0.8 ' ;
152
152
153
153
/**
154
154
* Selected transport name
You can’t perform that action at this time.
0 commit comments