Skip to content

Releases: phpjuice/paypal-checkout-sdk

v3.2.2

26 Jul 11:10
f2bd0c8
Compare
Choose a tag to compare

What's Changed

  • Allow pestphp plugin inside composer by @mohammed-elhaouari in #31

Full Changelog: v3.2.1...v3.2.2

v3.2.1

22 Jun 16:50
ce8857b
Compare
Choose a tag to compare

What's Changed

  • Add codeclimate badges by @mohammed-elhaouari in #28
  • Add missing return types by @joel-loycom in #29

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.0

19 Feb 22:01
f6a5f11
Compare
Choose a tag to compare

What's Changed

  • Update change log by @mohammed-elhaouari in #26
  • Update PayPal HTTP client by @mohammed-elhaouari in #27

Full Changelog: v3.1.0...v3.2.0

v3.1.0

18 Feb 23:59
aa449e9
Compare
Choose a tag to compare

What's Changed

  • Add support for php8.1 by @mohammed-elhaouari in #25

Full Changelog: v3.0.0...v3.1.0

v3.0.0

12 Oct 10:53
e128bc1
Compare
Choose a tag to compare

What's Changed

  • Update readme & changelog by @mohammed-elhaouari in #21
  • Release v3.0.0 by @mohammed-elhaouari in #22

Full Changelog: v2.0.2...v3.0.0

v2.0.2

08 Oct 12:51
614d357
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

07 Oct 10:08
58ff84b
Compare
Choose a tag to compare

What's Changed

  • allow guzzlehttp/psr7 v2.0 dependency by @mohammed-elhaouari in #17

Full Changelog: v2.0.0...v2.0.1

v2.0.0

04 Oct 17:00
6cab9e0
Compare
Choose a tag to compare

Added

  • Add Brick/Money for handling money values.
  • Add new method addItems to PurchaseUnit 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

v1.2.0

05 Aug 13:28
e32bb7f
Compare
Choose a tag to compare

Changes

  • fix amount breakdown to include discount #12

Removed

  • Removed setValue & setCurrencyCode from Amount.php
  • Removed setValue & setCurrencyCode from PurchaseUnit

v1.1.2

26 Jun 15:53
6b17097
Compare
Choose a tag to compare

Changes

  • clean and format code (#8)