Releases: BenMorel/ebay-sdk-php
Releases · BenMorel/ebay-sdk-php
19.2.0
19.1.0
19.0.0
This is the first release of this fork. This is a bugfix release only.
✨ Fixed compatibility with PHP 7.3, 7.4 & 8.0
✨ Added compatibility with Guzzle 7 (still compatible with Guzzle 6)
🔥 Dropped compatibility with PHP < 7.1
Fixes the following upstream issues:
- davidtsadler#279 "Warning: continue targeting switch is equivalent to break." by @CnczubehoerEu cc @michabbb
- davidtsadler#277 "Fix PHP 7.4 compatibility" by @abedham
- davidtsadler#276 "Swap implode parameters" by @abedham
- davidtsadler#264 "Fix php 7.2 notice - replace wrong keyword in XmlParser" by @bethrezen
- davidtsadler#263 "Fix warning in newer versions of php" by @joe-pritchard
- davidtsadler#258 "Use break instead of continue in switch statement" by @joe-pritchard cc @olimortimer @michabbb @yiiprogrammer @skcin7
- davidtsadler#253 "Fix compatibility with PHP 7.3" by @stefnats
- davidtsadler#244 "Update for PHP 7.3 compatibility" by @olimortimer cc @Aristona @yiiprogrammer @willishq @michabbb @izshreyansh @rbur0425
- davidtsadler#241 "PHP 7.3 Error - continue targeting switch is equivalent to break" by @olimortimer cc @michabbb @Aristona @Andicot @yiiprogrammer
To all people cc'ed above: I'm planning to maintain this fork in the short term, mainly for my own use, before I refactor my code to use another library. You're welcome to open PRs or report issues on this fork, but be warned that I'll likely only focus on easy bug fixes and not on upgrading the library to be compatible with the latest eBay APIs, etc.
cc @davidtsadler You may wish to suggest this fork as a replacement in the README / on packagist.org?