Releases: phpjuice/paypal-checkout-sdk
Releases · phpjuice/paypal-checkout-sdk
v3.3.0
v3.2.2
v3.2.1
What's Changed
- Add codeclimate badges by @mhdcodes in #28
- Add missing return types by @joel-loycom in #29
New Contributors
- @joel-loycom made their first contribution in #29
Full Changelog: v3.2.0...v3.2.1
v3.2.0
v3.1.0
v3.0.0
v2.0.2
v2.0.1
v2.0.0
Added
- Add
Brick/Money
for handling money values. - Add new method
addItems
toPurchaseUnit
class - Replace PHPUnit with PestPHP for tests.
- Add new docs.
Changed
- Change the minimum required PHP version to
7.4
.
Deprecated
- none
Removed
- Money::class
- Currency::class
- 7.2 PHP support