Skip to content

v4.10.0

Compare
Choose a tag to compare
@BlackScorp BlackScorp released this 28 Aug 06:42
· 66 commits to master since this release
43a4621

Features:**

  • New payment method "Riverty" is now available
  • New payment method "Satispay" is now available
  • New payment method "Payconiq" is now available
  • Introduced a new event: SubscriptionCartItemAddedEvent. This allows you to implement custom logic when a subscription item is added to the cart.
  • Added Italian translations.

Improvements:

  • Apple Pay Direct now requests a phone number if the phone field is enabled in the Administration.
  • Apple Pay Direct guest accounts will now be reused instead of being created each time.
  • The ElasticSearch Indexer is now compatible with the MolliePayments plugin. @M-arcus
  • When using the "Ship through Mollie" button, you can now input a full URL in the code input field. The URL will automatically be extracted from the code.
  • Orders stuck in the "in progress" state will now be canceled if the payment link expires in Shopware. You can configure the expiration time in the Shopware Cart Settings.

Bug Fixes:

  • Orders can now be created when image names contain special query values, e.g., product.png?width={width}.
  • Fixed an issue where polyfill classes were incorrectly loaded. @rommelfreddy
  • Fixed an issue where delivery states were not loaded correctly, causing problems with automatic shipment. @niklaswolf