Skip to content

Commit fae75bc

Browse files
authored
Merge pull request #828 from WordPress/feature/changelog-2.0.8
2 parents 4614bc8 + c4206e1 commit fae75bc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

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+
419
2.0.7
520
-----
621

@@ -1002,6 +1017,7 @@ Initial release!
10021017
[gh-kwuerl]: https://github.com/kwuerl
10031018
[gh-laurentmartelli]: https://github.com/laurentmartelli
10041019
[gh-mbabker]: https://github.com/mbabker
1020+
[gh-mircobabini]: https://github.com/mircobabini
10051021
[gh-mishan]: https://github.com/mishan
10061022
[gh-ntwb]: https://github.com/ntwb
10071023
[gh-ocean90]: https://github.com/ocean90

Diff for: src/Requests.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class Requests {
148148
*
149149
* @var string
150150
*/
151-
const VERSION = '2.0.7';
151+
const VERSION = '2.0.8';
152152

153153
/**
154154
* Selected transport name

0 commit comments

Comments
 (0)