Skip to content

Releases: mercadopago/sdk-php

3.0.0

02 Oct 20:36
47fc9fd
Compare
Choose a tag to compare

Changelog

  • Support for PHP 8.2 or higher.
  • Support for all Mercado Pago public APIs.
  • Issues regarding autoloading (PSR-4) that existed in previous versions of the SDK have been fixed.
  • Ease of detecting errors returned from APIs.
  • Possibility of implementing a completely customizable HTTP client.
  • Fully typed classes, functions and attributes.
  • Complete documentation at code level.
  • Complete coverage of unit and integrated tests.

Full Changelog: 2.6.1...3.0.0

2.6.1

22 Sep 13:08
cfaf589
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.0...2.6.1

2.6.0

03 Aug 17:37
be9cf1c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.5...2.6.0

2.5.5

19 Jul 19:07
dea9c19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.4...2.5.5

2.5.4

12 Jul 17:13
e31d4cf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.3...2.5.4

2.5.3

30 Nov 13:05
c41853b
Compare
Choose a tag to compare

Add fields money_release_days, money_release_status

2.5.2

22 Nov 15:10
f8048b9
Compare
Choose a tag to compare

Adding parameter payment_method to Payment.php

2.5.1

27 Sep 19:10
9fd5d88
Compare
Choose a tag to compare

Always return fields next_payment_date and summarized to subscription integrations.

2.5.0

08 Sep 18:26
ac68e2c
Compare
Choose a tag to compare
  • Added treatment for API error responses.

2.4.9

18 Jul 14:04
8389608
Compare
Choose a tag to compare
  • Inclusion of the build_version property, which generated an error when parsing the Payments API response.
  • PHP Unit update to v7 as v5 is supported up to 7.1, link
  • Removal of phpDocumentor dependency, it was breaking when downloading dependencies in Github build
  • Changing the card number and payment method in the Payments tests, as the previous one rejected the transaction and the tests broken
  • Inclusion of matrix for build versions 7.1, 7.2, 7.3, 7.4 and 8.0