All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
nothing yet.
- Add support for PHP 8.4
- Add support for PHP 8.3
- Add support for psr/http-message v2
- Add support for PHP 8.2
- Add tests with PHPStan level 8
- 100% code coverage
- Drop support for PHP 7.1
- Fix compatability with psr/http-client 1.0.2 and psr/http-factory 1.0.2
- Add compatability with Requests v1
- Add tests to improve test coverage
- Fixed a bug with providing the headers from the PSR-7 request to Requests.
- Add required PHP version in
composer.json
- Change Code Style to PSR-12
- Drop support for PHP 7.0
- Library created from pull request: WordPress/Requests#768