Skip to content

Releases: mollie/Shopware6

v4.23.0

19 Mar 13:43
0409083

Choose a tag to compare

4.23.0

  • New: Added Vipps as a payment method.
  • New: Added MobilePay as a payment method.
  • Fixed: Changes to order data made by listeners of the MollieOrderBuildEvent are now correctly applied to the Mollie API request. Previously, the event was dispatched but the modified order data was ignored.
  • Apple Pay Direct: Phone number is now correctly applied for guest checkout even when updated after login.
  • Fixed compatibility with set plugins.
  • Fixed: Page extensions are now correctly extended instead of overwritten during checkout to ensure compatibility with other plugins.
  • New: Shipping costs are now automatically considered for refunds via the Shopware Return Manager, including manually entered shipping costs.
  • Fixed: Apple Pay Direct button in the shopping cart offcanvas is now displayed correctly when changing the shipping method.
  • Fixed: Custom fields from other vendors are no longer overwritten when updating order line items.
  • New: Added Bulgarian translations.
  • Updated Croatian translations.
  • Updated Lithuanian translations.
  • Routes with customerIds were changed, now the customerId is used from the current logged in user instead Query parameter.

v4.22.1

06 Feb 10:27
aeeb505

Choose a tag to compare

4.22.1

  • Fixed an issue so that line items with negative amounts work again.

v4.22.0

05 Feb 07:48
211dd8f

Choose a tag to compare

4.22.0

  • Fixed wrong total amount in Apple Pay Direct when using NET display prices for customer groups. Taxes were not added in this case.
  • Fix a problem where the credit card input fields are sometimes not editable due to race conditions when loading the mollie.js file. (removed defer-async loading).
  • When a customer changes the payment method of a subscription, all older payments that can still be canceled will be automatically canceled.
  • Added support for the “Additional Options/Warranties” plugin.
  • Added an admin overview page allowing existing subscribers to cancel their subscriptions.
  • Fixed the display of payment methods in older Shopware versions.
  • Fixed the “Test API Keys” button in the plugin settings for Shopware 6.7.
  • Adjusted the payment status action based on the Shopware version to ensure compatibility with older versions.
  • iDEAL was renamed to iDEAL | Wero.

v4.21.0

14 Jan 13:02
504512f

Choose a tag to compare

Changelog

  • Shipping costs are now considered in refunds via Shopware Return Management.
  • Fixed: Issue with carts containing multiple tax rates in combination with a promotion using proportional tax calculation.
  • Updated: Corrected the documentation for the endpoint used to validate and create an Apple Pay payment session.
  • Fixed: Shipping methods were shown in Apple Pay Express even for countries where shipping was disabled in the administration.
  • Removed: Removed dependency for the Basecom Fixture plugin and built our own fixture framework.
  • Fixed: MolliePaymentMethodAvailabilityRemover to consider carts with price 0 to avoid getting all the payment methods removed.
  • Compatibility with Click & Collect plugin
  • Fixed: Descriptions of payment methods were displayed during checkout even when they were not selected.
  • The profile navigation has been extended to include management of saved credit card details (visible only when credit card data is available).
  • Tracking parameters are now optional for all shipping API routes.

v5.0.0-beta2

16 Dec 08:42

Choose a tag to compare

v5.0.0-beta2 Pre-release
Pre-release

5.0.0-beta2

  • Payment methods now use the Mollie Payments API.
  • Minimum PHP version is 8.2.
  • Minimum Shopware version is 6.6.10.x.
  • Order Events and Flows are no longer triggered.
  • New payment flows have been added.
  • Added the ModifyCreatePaymentPayloadEvent to modify the request before creating a payment in Mollie.
  • All payment-related logs now include the Shopware orderNumber.
  • The URL for saving the credit card token is no longer used; provide creditCardToken in the checkout request.
  • The URL for saving the mandate ID is deprecated; provide mandateId as a body parameter in the checkout request.
  • The URL for saving the POS terminal ID is deprecated; provide terminalId as a body parameter in the checkout request.
  • A product can now have multiple voucher categories.
  • Added: order-related log entries are now stored in a dedicated mollie directory. Log files follow the naming pattern order-, for example order-12345.
  • Added: order-related log entries are now automatically removed when the payment status changes to "paid". Additionally, any remaining entries are deleted once they exceed the retention period defined in the settings.

To be done

  • Add compatibility with Shopware 6.5.8.x
  • Add hide paymentmethods which are not visible for current cart using API
  • Add subscriptions
  • Add automatic shipment with Payments API
  • Add refunds with Payments API
  • Fix payment method cache route in production mode
  • Add cancel line items with Payments API
  • Update Developer Wiki
  • Update User Wiki

v4.20.1

24 Nov 07:31
d9c40d6

Choose a tag to compare

  • Fixed: Order overview in Shopware 6.5 does not crash anymore

v4.20.0

19 Nov 12:44
e966774

Choose a tag to compare

  • Changed order builder to use order addresses instead of customer default addresses to make sure the address in mollie matches the order information in shopware.
  • Fixed an issue where Apple Pay Direct did not work when the phone number was configured as a required field in the shop.
  • Fixed compatibility with shopware commercial
  • Fixed: Resolved an issue where Mollie data was shown in the admin order view even when the final transaction was not processed via Mollie.
  • Shopware Refunds now correctly applies the refunded amount.
  • Title in the Admin Configuration was fixed

v5.0.0-beta1

31 Oct 13:25

Choose a tag to compare

v5.0.0-beta1 Pre-release
Pre-release
  • Prepared Changes for Payments API
  • Implemented Klarna, Paypal and Credit Card over Payments API

v4.19.0

09 Oct 10:41
39e1d70

Choose a tag to compare

  • Added Estonian Language Support
  • Added Greek Language Support
  • Added Croatian language support
  • Added Icelandic language support
  • Added Lithuanian language support
  • Added Latvian language support
  • Added Romanian language support
  • added Slovak language support
  • PayByBank is now available for subscriptions.
  • Fixed a bug preventing subscriptions from being restarted when the next payment date was in the future.

v4.18.0

08 Sep 07:25

Choose a tag to compare

Added

  • Bizum Payment method is now available for Mollie Payments.

Changed

  • Order and Payment status is now changed only over webhooks, this way we prevent that the status is changed twice when the customer redirected back to shop and webhook is executed at the exact same time. If you have a test system which do not accept webhooks from outside, please set the environment variable MOLLIE_DEV_MODE=1
  • The Finalize Action now uses the SalesChannel from the Order. However, in some cases, the SalesChannel is not set correctly, which can result in incorrect API keys being used during the Finalize Action.
  • Modified polyfill classes to ensure they are only loaded if they no longer exist in Shopware.

Fixed

  • Fixed the doctrine parameter types in elastic search and migrations
  • Fixed logging if automatic shipment didn't work.
  • Fixed saving Credit Card information
  • Fixed Payment Method route in store-api
  • Fixed config assignment for the refund manager
  • Fixed last remaining subscription times being reset when paused and resumed
  • Fixed the error that the storefront/dist folder does not exists
  • Fixed automatic delivery when the tracking codes are just empty strings