Releases: thewirecutter/paapi5-php-sdk
Releases · thewirecutter/paapi5-php-sdk
v1.2.1 - Bug Fix for v1.2.0
What's Changed
- Two lone
s
characters wound up in the codebase, their removal occurred in #14 - Removes the Version attribute from the Composer.json file, ensuring the tagged version is available through Packagist. #16
Full Changelog: v1.2.0...v1.2.1
Thanks to @dwightwatson for identifying both issues and issuing a PR to resolve the lone s
.
v1.2.0 - PHP 8 Support
What's Changed
- Dropped support for PHP 5/7 #13
- Added a section to the ReadMe noting how this package differs from the Amazon provided codebase #13
- Updated code to remove deprecation warnings on PHP 8 #13
- Updated Code Sniffs to PSR-2 #13
- Removed any Code Sniff errors/warnings for PSR-2 #13
- Updated DevDepency for PHPUnit to v9 #13
- Update CircleCI build to use PHP 8 #13
- Ensured CircleCI build correctly operates and fully tests and sniffs the codebase #13
Full Changelog: 1.1.1...v1.2.0
Thanks to @enricobono and @lisavogtsf for testing, submitting suggestions and code improvements.
v1.1.1 Community Updates for Future Proofing
This release builds on the existing Amazon provided release by adding two small future proofing changes.
- Query::build is used as provided by Guzzle rather than calling
\GuzzleHttp\Psr7\build_query
. Thanks to @tigohenryschultz for completing this work. - Deprecated function notices in PHP 8.1 are suppressed. Thanks to @noahott for completing this work.
v1.1.0 Updates to Latest Amazon Code
This release updates the code to the latest version as provided by Amazon.
v1.0.3 Add Guzzle 7.x Support
This release only adds Guzzle 7.x support in addition to the existing Guzzle 6.2+ support.
v1.0.2 Release - Cleanup Shipping Code and Improved Docs
- Cleans up the shipping code
- Improves the documentation by noting the correct packagist
- Improves and updates PHP Code Sniffer Status
v1.0.1 Remove Vendor Directory
Removes the Vendor Directory from the package.
v1.0.0 Initial Release
Initial Release of the Code as provided by Amazon.