Skip to content

Releases: pagarme/magento2

2.0.2-beta

25 Oct 13:40
23bb815
Compare
Choose a tag to compare

Bugfix / PHP 8.1

2.0.1-beta

23 Sep 18:09
Compare
Choose a tag to compare

PHP 8.1

2.0.0-beta

16 Sep 02:16
a7bde70
Compare
Choose a tag to compare

PHP 8.0

1.1.6

21 Jun 18:05
23336c2
Compare
Choose a tag to compare

What's Changed

  • Implement changes to recurrence order description
  • Added discount amount according product interval count
  • Add order transaction id payment.pagarme_transaction_id field in response salesOrderRepositoryV1
  • Validation and notification for integration with sanbox environment
  • Make require to latest core package
  • Refactor MigrateData - Migration Mundipagg to Pagarme

New Contributors

Full Changelog: 1.1.5...1.1.6

Replaced Zend-Log to Monolog

05 Nov 21:14
a2f0e47
Compare
Choose a tag to compare

✨ New Features

  • No features

🐛 Bug fixes

  • Replaced Zend-Log to Monolog

🚀 Improvements

  • No improvements

Fixes error when an Invoice needs to be printed in Billet + CC payment method

21 Oct 21:35
f48cc07
Compare
Choose a tag to compare

✨ New Features

  • No features

🐛 Bug fixes

  • Fixes error when an Invoice needs to be printed in Billet + CC payment method

🚀 Improvements

  • Translates the term "order" correctly

Remove legacy class

04 Oct 18:36
481c293
Compare
Choose a tag to compare

✨ New Features

  • No features

🐛 Bug fixes

  • Remove CustomerCreateManagementInterface legacy class

🚀 Improvements

  • No Improvements

Fixes billing address error when creating subscriptions

27 Jul 22:21
aab3468
Compare
Choose a tag to compare

✨ New Features

  • No features

🐛 Bug fixes

  • Fixes billing address error when creating subscriptions.

🚀 Improvements

  • No Improvements

Adds hub integration logs

22 Jul 19:15
467707b
Compare
Choose a tag to compare

✨ New Features

  • No features;

🐛 Bug fixes

  • Fixes plan feature.
  • Fixes admin fields bug.

🚀 Improvements

  • Adds logs to hub integration process.

Adds Hub integration

28 Jun 21:02
65faa96
Compare
Choose a tag to compare

✨ New Features

  • Adds hub integration support to single and multi store.
  • Adds hub uninstall callback handling.
  • Adds new route to cancel charge by id and multiple charges.
  • Adds hub environment info to admin configurations.

🐛 Bug fixes

  • Adds domain to csp whitelist.
  • Fix an issue on saving card brands.

🚀 Improvements

  • Updates install and upgrade scripts.
  • Adds table to store hub tokens on upgrade script.