Releases: mollie/magento2
Releases · mollie/magento2
v1.23.0
Features:
- Added new button types for "Apple Pay Direct" for product page
Fixes:
- When using multiple api keys the wrong one could be used
- Move from the 'EcgM2' coding standard to the 'Magento2' coding standard
Improvements:
- Better styling and descriptions for "Apple Pay Direct"
Minimum requirements:
- Magento 2.2.x & PHP 7.x
v1.22.0
v1.21.0
Features:
- Added the payment method image to the GraphQL response of 'AvailablePaymentMethod' #343
Fixes:
- Add locale code to cache_indentifier for issuers (Thnx @joeriLock93)
- Fixes for ACL (Thnx @vmalyk)
Improvement:
- afterPlaceOrder super gets called so other modules can use the function (Thnx @Billydg)
- Mark the custom return url as system specific #346
- Added base urls to the custom return url options #346
Minimum requirements:
- Magento 2.2.x & PHP 7.x
v1.20.1
Fixes:
- Handle the 'none' value for the Meal Voucher category correct #335
- Use the store locale for components if the locale is set to 'autodetect' #338
- Handle spaces in product URLs in a way that Mollie accepts them #337
- Add payment reminders ACL #336
- Check if the email is present on the order (issue with order import) #339
- Fixed issue with partial invoice in combination with partial credit for Klarna Orders
Minimum requirements:
- Magento 2.2.x & PHP 7.x
v1.20.0
Features:
- Allow to sent payment reminders for canceled orders (manually) #252
- Added the dispatch of an event when processing the transaction
Fixes:
- Add SVG image to QR option #322
- Too few arguments to function Mollie\Payment\Plugin\Config\LoadCorrectGroup::beforeGetConfigByPath #331
Improvement:
- Added configuration for 'Use webhooks'
- Translated Mollie Components Labels
Minimum requirements:
- Magento 2.2.x & PHP 7.x
v1.19.0
Features:
- Moved styles from .css to .less
Fixes:
- The payment methods would not get loaded when using the API methods #316
- Due to reordering the configuration it was not possible to use the 'Use Default' functionality
- Fixed typo in sequence
Improvements:
- Updated Translations for DE, NL and FR
- Moved all payment icons from PNG to SVG
Minimum requirements:
- Magento 2.2.x & PHP 7.x
v1.18.1
Fixes:
- For the disabled setting for Payment Reminders #317 (thnx @Tjitse-E)
- Made it possible to start a transaction as a guest on WebAPI #319 (thnx @royduin)
- Calculate the payment fee over the shipping including tax
- Price fix for bundles without dynamic price and discounts
- Check if the record already exists to prevent unique constraint errors
- Throw a 404 is the order does not exist so we can work around timing issues
- For the wrong redirect on Mollie Components
- Allow to place a second chance order when the original order is canceled
- Refactored second change email queue sending to bypass infinite loop in rare cases #320
Improvements:
- Moved test to dedicated test class
- Cleaned some CSV lines
Minimum requirements:
- Magento 2.2.x & PHP 7.x
v1.18.0
Features:
- Rearranged the Mollie Configuration area in the back-end
- Option to automate sending of the Second Chance Emails
- Validate payment methods on currency and minimum order amount #311
Improvements:
- Payment Insight and refund possibility for vouchers
Minimum requirements:
- Magento 2.2.x & PHP 7.x
v1.17.1
v1.17.0
Features:
- Support for integration/unit tests in combination with Magento 2.4.0 #292
- Rename and refactor Mealvoucher to Voucher
Fixes:
- Disable minification for the Mollie Components javascript #291
Improvements:
- Use the correct setting to send the language when initialising Mollie Components
Minimum requirements:
- Magento 2.2.x & PHP 7.x