Releases: mercadopago/sdk-php
Releases · mercadopago/sdk-php
3.0.0
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
2.6.0
What's Changed
- Add resource get customer card list by @eltinMeli in #423
Full Changelog: 2.5.5...2.6.0
2.5.5
What's Changed
- PHP 8.2 Support by @gabrielrbarbosa in #395
- Release/2.5.5 by @edmarSoaress in #421
New Contributors
- @gabrielrbarbosa made their first contribution in #395
- @edmarSoaress made their first contribution in #421
Full Changelog: 2.5.4...2.5.5
2.5.4
What's Changed
- Update Manager.php for PHP 8.1 Deprecated Passing null by @llleocesar in #410
- Update doctrine/orm to caret version by @rhames07 in #418
- Update SDK version to 2.5.4 by @rhames07 in #419
New Contributors
- @llleocesar made their first contribution in #410
Full Changelog: 2.5.3...2.5.4
2.5.3
Add fields money_release_days
, money_release_status
2.5.2
Adding parameter payment_method
to Payment.php
2.5.1
Always return fields next_payment_date and summarized to subscription integrations.
2.5.0
2.4.9
- 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