Skip to content

Releases: thewirecutter/paapi5-php-sdk

v1.2.1 - Bug Fix for v1.2.0

01 Mar 01:16
46d8a05
Compare
Choose a tag to compare

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

03 Feb 19:17
e70d2ca
Compare
Choose a tag to compare

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

16 Aug 06:40
4f5cc6b
Compare
Choose a tag to compare

This release builds on the existing Amazon provided release by adding two small future proofing changes.

  1. Query::build is used as provided by Guzzle rather than calling \GuzzleHttp\Psr7\build_query. Thanks to @tigohenryschultz for completing this work.
  2. Deprecated function notices in PHP 8.1 are suppressed. Thanks to @noahott for completing this work.

v1.1.0 Updates to Latest Amazon Code

12 Aug 18:10
6ebc2be
Compare
Choose a tag to compare

This release updates the code to the latest version as provided by Amazon.

v1.0.3 Add Guzzle 7.x Support

18 Sep 16:11
11f1d82
Compare
Choose a tag to compare

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

25 Oct 21:25
a9574a7
Compare
Choose a tag to compare
  • 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

18 Oct 16:13
456d37c
Compare
Choose a tag to compare

Removes the Vendor Directory from the package.

v1.0.0 Initial Release

25 Oct 21:06
ed89d27
Compare
Choose a tag to compare

Initial Release of the Code as provided by Amazon.