Releases: mollie/Shopware
Releases · mollie/Shopware
v2.1.0
Features:
- Add new payment method "in3".
- We've added the brand new "Smart Contact Form" as new support option in the help section of the backend. If you use this for support, we will automatically get all data that we need to help you as good as possible.
- Add new event for developers in the Webhooks of Mollie.
Improvements:
- Add user who creates shipment or refund in the backend to the log files.
- The plugin now supports Shopware starting with version 5.2.21.
- Avoid Tracking Codes with a length of >= 100 to be sent to Mollie (not allowed by Mollie). It will either send the first tracking code (separated by ",") or nothing in this case.
- Credit Card payments with status "created" do now fail as expected.
- Avoid multiple confirmation mails from being sent, if the buyer returns in rare scenarios multiple times to the shop.
Fixes:
- Fix broken Apple Pay Direct in off-canvas and in cart.
- Fix problem with bank data not appearing in e-mails, if transaction numbers are used from the "payment method" in the plugin configuration.
- Fix "Mollie Actions" that where sometimes missing in the details of an order in the backend
v2.0.0
Welcome to MolliePayments v2.0!
We hope you enjoy the wide variety of new features, updates and fixes.
Great to have you as our customer :)
Notice:
Attention: We will drop the support for PHP 5.6 later this year! But no worries - not with the next update! We give you enough time, but please make sure to upgrade your systems to supported and secure PHP versions in the meantime.
Features:
- Add new payment method "Voucher". Configure your products as Eco-, Meal- or Gift Voucher and let your customers use supported voucher systems.
- New feature "Use Mollie Limits" to automatically hide payment methods, if the cart amount is not valid by Mollie for a payment method.
- New CLI command to update the Apple Pay Domain Verification file in case it changes.
Improvements:
- The import process of payment methods will now consider all API keys across all your sub shops.
- The plugin will now set the "paid on" field of the order, once a paid payment webhook is received.
- Apple Pay Direct will now automatically require a phone number, if your Shopware shop is also configured to do require this.
- Improve the stability of the order confirmation mails if a 3rd party plugin somehow destroys the data with invalid values.
- Update Mollie API Client to v2.40.1.
Fixes:
- Free premium items will now be restored correctly if a payment fails.
- Fix problem of invalid amount of an order in combination with tax-free countries and the Orders API (or Klarna payments).
- Fix rare problem where order confirmation mails might have been sent out twice in combination with "Create Order Before Payment".
v1.8.12
Features:
- Add new "Klarna Pay Now" payment method.
- Add new "Giftcards" payment method.
- Add new "Paysafecard" payment method.
Improvements:
- Improve plugin to correctly handle "expired" payments when being returned to the shop. This was recently (accidentally) possible in some circumstances.
v1.8.11
Improvements:
- Add product numbers as SKU value to the line items of a Mollie order.
- Update default snippets of Credit Card Components
- Change the supported cards for Apple Pay Direct. Only cards that can be processed by Mollie will now be allowed.
- Improvement to avoid errors like "Customer/Document cannot be saved" which might happen during a checkout in rare combinations with plugins and other settings.
Fixes:
- Fix Apple Pay Direct Javascript problems with Internet Explorer
v1.8.10
Features:
- The Mollie plugin is now fully available in 6 languages (English, German, Dutch, Spanish, French, Italian).
- Add new "Bank Transfer Flow" for SEPA Bank Transfer to redirect to the Shopware finish page instead of the Mollie page. Please read the WIKI documentation about providing bank account data within your order confirmation emails.
Improvements:
- [IMPORTANT CHANGE] In addition to Mollie Orders also descriptions of Mollie Transactions will now be updated to match the Shopware order number if orders in Shopware are created after the payment.
- Removed previous extension of Shopware Session due to some random errors on missing address data on the finish page. The plugin will for now stick with the Shopware default behaviour.
Fixes:
- Avoid unusual configuration problem of some merchants, where it was necessary to deactivate and activate the plugin again to make payments work.
- Manually loading of the payment action with an empty cart will not lead to an error anymore, but instead show the login page.
- Fix Shopware Backend problem in Safari when opening the payment methods.
v1.8.9
Improvements:
- Update Mollie PHP Client Framework to latest version
- Skip Tracking URLs that contain a "#". This is not allowed by Mollie.
- Increase API timeout to be more stable with higher traffic and loads
- Add new safety checkpoint when returning to the shop after a payment. If an error occurs after creating an order in Shopware for a valid payment, the Shopware order won't get cancelled anymore. This might lead to problems with data, but the customer order is at least valid and existing.
Fixes:
- Only update the order number (with new PHP Client) after a checkout to avoid the random issues with Klarna and failed address updates.
- Fix problem where the Shopware order in the backend couldn't be opened if the data was corrupt.
v1.8.8
Features:
- Add new Shopware API support to start shipments.
- Add new Shopware API support to start refunds.
- Add payment configuration for "create order". You can now configure a payment method to have its own before/after setting in addition to the global settings.
- Add payment configuration for "methods api". You can now configure a payment method to create orders or transactions in addition to the global settings.
Improvements:
- Replacement of the plugin configuration "create only transactions" with the new configuration "API Method".
- Improve and fix configuration for feature "Order Status for shipped orders".
- Improve icons for shipping/refund in Shopware backend. In addition to this, the display is now clearer and more consistent, as actions are only grayed out, but no longer hidden.
- Fix problem where a different shipping address was not correctly transferred to a Mollie order.
- Extend session timeout when starting a checkout. This should extend the available time when a user pays and improve lost session problems in some cases.
v1.8.7
Fixes:
- Fix problem with resetting stock and shipping costs on failed payments in rare cases in the latest Shopware version.
v1.8.6
Improvements:
- Improve Shipment Tracking URL to support more variables, just as offerPosition.trackingcode. Invalid URLs will not be sent to Mollie.
- Improve technical URL call to Apple Pay Display restrictions in the plugin configuration to support cluster setups with multiple shop instances.
v1.8.5
Features:
- Add Support for Shopware 5.7
- Add official list of supported and working payment methods. Payment methods that have been added accidentally like "Vouchers", will now be disabled.
- Apple Pay Direct does now support the Risk Management settings of Shopware.
- Add deep link to the Mollie Dashboard "API Key page" in the plugin configuration window.
Improvements:
- Update to latest Mollie API version.
- "Paid" payment status mails for Klarna "Pay Later" will now be skipped. This would trigger a "you have paid" email for customers - but they have not really paid anything at that time. It's only marked as completed between Mollie and Klarna.
- Improve wording for the "Reset Shipping" configuration to make it more clear.
- Ignore additional email error case and continue with the checkout in that case.
- Ignore invalid tracking URLs when shipping orders.