Releases: mollie/magento2
Releases · mollie/magento2
v2.26.0
Features:
- Save the method used when using payment link #631
- Cypress test for the payment-link
- More end 2 end tests
Bugfixes:
- Restore the quote when using the back button #637
Improvement:
- Immediately show an error when the company is missing when using Billie #640
- Allow to specify the query separately
- Double-check that the order is paid before sending the payment reminder #625
Minimum requirements:
- Magento 2.3.3 & PHP 7.3
v2.25.0
Features:
- Feature: Add BCC option to second chance emails #627
Bugfixes:
- Make sure the transaction ID keeps set on order #630
- Fix invalid formats with the date of birth entries
- Catch customer-data.js error
- Handle empty redirect URL
- Ignore expired orders if there are multiple transactions
Improvement:
- Only send the phone number when the payment method is In3
- Better error message when something went wrong during placing a transaction
- Allow to skip metadata validation
Minimum requirements:
- Magento 2.3.3 & PHP 7.3
v2.24.1
Bugfixes:
- Handle empty phone-numbers
Improvements:
- Updated translations
- Use streaming to view the log file to be able to handle large log files
- Use GitHub for the version check
Minimum requirements:
- Magento 2.3.3 & PHP 7.3
v2.24.0
Features:
- Expand consumer data for in3
- Encrypt transaction details #623
Bugfixes:
- Calculate the correct bundle totals when there is a discount #619 (Thnx @lphilippo)
- Add an index to mollie_payment_transaction_to_order #624
- Call startTransaction for paymentLink orders when the order is fully created
Improvement:
- Move RedirectURL calculation to separate class
- Use Magento’s encryption/decryption mechanism for API-keys
- Update CI to the latest Magento versions
Minimum requirements:
- Magento 2.3.3 & PHP 7.3
v2.23.0
Features:
- GraphQL config for the profile id
- Expand Cypress tests
Bugfixes:
- Lock order when canceling
- Disable composer plugins when using CI
- Make sure we only lock once per request
Minimum requirements:
- Magento 2.3.3 & PHP 7.3
v2.22.0
Features:
- Added Billie payment method
- Added test to place payment using Components
- Validate webhook by order id(s) as fallback
Bugfixes:
- Lock the order when creating a shipment
- Make sure the tab order is right when creditcards are not selected by default
Minimum requirements:
- Magento 2.3.3 & PHP 7.3
v2.21.1
Features:
- Add Mollie Components to the frame-src CSP policy
Bugfixes:
- Make sure rendered() is called
- Process paid orders immediately when using the payments API
- Show correct data on success page when using Apple Pay from the minicart, process payment when already paid, clear cart when succesful payment
Minimum requirements:
- Magento 2.3.3 & PHP 7.3
v2.21.0
Features:
- Save old API key to fallback when the API call fails
- Add CSS class to identify Mollie payment methods
- Cache molliePaymentMethods graphql query #595
Bugfixes:
- Mark the invoice as the created invoice for the payment
- Increase wait time to unlock order
- Do not overwrite the extension attributes
- Add support for multiple transactions per order
Minimum requirements:
- Magento 2.3.3 & PHP 7.3
v2.20.1
Features:
- Added Cypress for E2E testing
Bugfixes:
- Set the Email and Group ID before the re-order
- Only restore the quote when the mollie_success parameter is set to true #592
- Mark digital items as shipping when they get invoiced
- Run validation before Apple Pay place order
- Let Magento Vault adhere to the active configuration field #597
- In some rare cases, the inventory would get restored double during a cancelation or failed status. To prevent this, the whole order is being locked while it’s being processed
Improvement:
- Give an error when setting the default method while the Iosc OneStepCheckout is enabled
- Replace deprecated class
Minimum requirements:
- Magento 2.3.3 & PHP 7.3
v2.20.0
Features:
- GraphQL support for Apple Pay
- Add all dependencies to composer.json and module.xml
- Increase the expiry days limit
- Allow to disable the order confirmation
- Apple Pay support for onestepcheckout.com
- Remove obsolete option
Bugfixes:
- Make sure the live key is tested
- Remove completed orders from pending payment table
- Mark modules as inactive when the streetname is over 100 characters #589
- Set the Email and Group ID before the re-order
- Check if Order item is virtual instead of check order item product type #590 (thnx @Sental)
Improvement:
- Remove old data patch
- Apple Pay typo
- Updated README.md
Minimum requirements:
- Magento 2.3.3 & PHP 7.3