Skip to content

Releases: mollie/WooCommerce

7.5.2

22 Apr 09:01
d4ef2c1

Choose a tag to compare

  • Feature - Support for new payment method Bancomat Pay (beta)
  • Tweak - Reorder gateway settings
  • Fix - Gift Card issuer dropdown replaced by icon HTML when only one giftcard enabled
  • Fix - TypeError merchant capture feature
  • Fix - Type error on Pay for Order page when in3 is active on PHP 8+
  • Fix - Typo in variable/method names
  • Fix - Refresh methods not enabling methods enabled in Mollie
  • Fix - Variable names in strings deprecated in PHP 8.2 (author @vHeemstra)
  • Fix - WC 7.4.1 appends billingEmail to Orders API call due to mismatched filter in Banktransfer.php
  • Fix - Apple Pay button payment is not possible as a guest user when debugging is active

7.5.2-beta

09 Apr 10:16
7b6a433

Choose a tag to compare

7.5.2-beta Pre-release
Pre-release
  • Fix - Gift Card issuer dropdown replaced by icon HTML when only one giftcard enabled
  • Fix - TypeError merchant capture feature
  • Fix - Type error on Pay for Order page when in3 is active on PHP 8+
  • Fix - Typo in variable/method names
  • Fix - Refresh methods not enabling methods enabled in Mollie
  • Fix - Variable names in strings deprecated in PHP 8.2 (author @vHeemstra)
  • Fix - WC 7.4.1 appends billingEmail to Orders API call due to mismatched filter in Banktransfer.php
  • Fix - Apple Pay button payment is not possible as a guest user when debugging is active

7.5.1

12 Feb 10:33
67c049d

Choose a tag to compare

  • Fix - Merchant capture error. Feature flag disabled by default

7.5.0

05 Feb 11:14
117569d

Choose a tag to compare

This release was temporarily paused due to a potential issue impacting the WooCommerce orders overview. Please use version 7.4.1 until a version 7.5.1 is available: https://github.com/mollie/WooCommerce/releases/tag/7.4.1


  • Feature - Add TWINT payment method
  • Feature - Add BLIK payment method
  • Feature - Enable merchant capture feature flag by default
  • Feature - Enable Klarna one feature flag by default
  • Fix - Birth date not showing for in3 on pay for order page
  • Fix - Subscription signup payment not possible when using authorizations
  • Fix - Transaction ID field not filled for authorized/captured WooCommerce orders
  • Fix - PHP Fatal error: Undefined method isCompleted
  • Fix - Align merchant capture wording with Mollie

7.5.0-beta

29 Jan 14:37
07290a6

Choose a tag to compare

7.5.0-beta Pre-release
Pre-release
  • Feature - Add TWINT payment method
  • Feature - Add Blik payment method
  • Feature - Enable merchant capture feature flag by default
  • Feature - Enable Klarna one feature flag by default
  • Fix - Birth date not showing for in3 on pay for order page
  • Fix - Subscription signup payment not possible when using authorizations
  • Fix - Transaction ID field not filled for authorized/captured WooCommerce orders
  • Fix - PHP Fatal error: Undefined method isCompleted
  • Fix - Align merchant capture wording with Mollie

7.4.1

06 Nov 08:48
5a7a814

Choose a tag to compare

  • Fix – Send the bank transfer information in the order confirmation email
  • Fix – Plugin keeps retrying fraudulent orders
  • Fix – Order is not canceled after exact expiry date set in gateway settings
  • Fix – No error messages displayed on pay for order page
  • Fix – Improve “Initial payment status” setting description for expired orders
  • Fix – Update GitHub wiki after Mollie docs release
  • Fix – Update plugin strings regarding documentation and support links
  • Fix – Save & display bank transfer payment details in WooCommerce order
  • Fix – Complete WooCommerce order when order is shipped at Mollie
  • Fix – Check for WC_Subscriptions class instead of plugin file

7.4.1-beta

30 Oct 11:54
625041c

Choose a tag to compare

7.4.1-beta Pre-release
Pre-release
  • Feature - UK only. Implement auth/capture functionality
  • Fix - Send the bank transfer information in the order confirmation email
  • Fix - Plugin keeps retrying fraudulent orders
  • Fix - Order is not canceled after exact expiry date set in gateway settings
  • Fix - No error messages displayed on pay for order page
  • Fix - Improve “Initial payment status” setting description for expired orders
  • Fix - Update GitHub wiki after Mollie docs release
  • Fix - Update plugin strings regarding documentation and support links
  • Fix - Save & display bank transfer payment details in WooCommerce order
  • Fix - Complete WooCommerce order when order is shipped at Mollie
  • Fix - Check for WC_Subscriptions class instead of plugin file

7.4.0

20 Sep 07:13
995d23e

Choose a tag to compare

  • Feature - Pass Paypal "Additional" address information as Address_2
  • Feature - The payment method API image will now display when the "Use API dynamic title and gateway logo" option is enabled.
  • Feature - Introduced a new filter to programmatically control the visibility of the API title for each payment method: apply_filters('mollie_wc_gateway_use_api_title', $value, $paymentMethodId).
  • Feature - Added a filter to programmatically control the visibility of the API icon for every payment method: apply_filters('mollie_wc_gateway_use_api_icon', $value, $paymentMethodId).
  • Fix - Mollie is showing for WooCommerce version under 3.9.0
  • Fix - Compatibility with latest WC Blocks (>9.3.0) to detect "incompatible gateways"
  • Fix - Apple Pay button payments remain in open status at Mollie
  • Fix - New block theme 22 and 23 have issues with the look and feel on Mollie components
  • Fix - Site is broken on bulk edit when Mollie is activated
  • Fix - Fatal error after on 7.3.8 and 7.3.9 with roots/sage
  • Fix - WooCommerce - Bank Transfer - Expiration time feature bug
  • Fix - Apple Pay gateway not displayed on order pay page

7.4.0-beta

13 Sep 10:04
21c967c

Choose a tag to compare

7.4.0-beta Pre-release
Pre-release
  • Feature - Pass Paypal "Additional" address information as Address_2
  • Feature - The payment method API image will now display when the "Use API dynamic title and gateway logo" option is enabled.
  • Feature - Introduced a new filter to programmatically control the visibility of the API title for each payment method: apply_filters('mollie_wc_gateway_use_api_title', $value, $paymentMethodId).
  • Feature - Added a filter to programmatically control the visibility of the API icon for every payment method: apply_filters('mollie_wc_gateway_use_api_icon', $value, $paymentMethodId).
  • Fix - Mollie is showing for WooCommerce version under 3.9.0
  • Fix - Compatibility with latest WC Blocks (>9.3.0) to detect "incompatible gateways"
  • Fix - Apple Pay button payments remain in open status at Mollie
  • Fix - New block theme 22 and 23 have issues with the look and feel on Mollie components
  • Fix - Site is broken on bulk edit when Mollie is activated
  • Fix - Fatal error after on 7.3.8 and 7.3.9 with roots/sage
  • Fix - Woocommerce - Bank Transfer - Expiration time feature bug
  • Fix - Apple Pay gateway not displayed on order pay page

7.3.12

21 Aug 09:42
1bcedb3

Choose a tag to compare

  • Security fix