Skip to content

Releases: mollie/magento2

v1.21.0

19 Jan 19:53
c345675
Compare
Choose a tag to compare

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

04 Jan 18:42
9fd9460
Compare
Choose a tag to compare

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

14 Dec 14:37
d2f9bd1
Compare
Choose a tag to compare

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

01 Dec 07:49
9e063fa
Compare
Choose a tag to compare

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

20 Nov 13:21
514c01b
Compare
Choose a tag to compare

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

26 Oct 13:49
7ba6aee
Compare
Choose a tag to compare

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

24 Sep 11:57
bf2f939
Compare
Choose a tag to compare

Fixes:

  • Move the components.js minification configuration from frontend/di.xml to di.xml
  • When the locale was set to 'Store Locale' the Components would fail #303
  • Some extensions try to ship all items #302

Minimum requirements:

  • Magento 2.2.x & PHP 7.x

v1.17.0

02 Sep 07:01
e32eece
Compare
Choose a tag to compare

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

v1.16.1

19 Aug 10:32
8ff7e8e
Compare
Choose a tag to compare

Fixes:

  • Add a valid rest API schema #285
  • Update the correct scope for config path change #287

Minimum requirements:

  • Magento 2.2.x & PHP 7.x

v1.16.0

13 Aug 08:43
Compare
Choose a tag to compare

Features:

  • The custom url is improved and allows the retrieval of basic order details by the hash provided in the return URL #265
  • Allow to set a custom webhook for local testing #263
  • Use the SKU as a fallback when the shipping description is empty (Orders API)

Fixes:

  • The correct scope is used to show the payment link text #281
  • Do not try to keep updating the order as it causes timing issues sometimes #283
  • Fixed comment in DB Schema (thnx @DavidLambauer)
  • Updated issue template

Minimum requirements:

  • Magento 2.2.x & PHP 7.