Skip to content

Releases: mollie/WooCommerce

2.7.0

07 Sep 12:35
Compare
Choose a tag to compare

Changes:

  • New - Support for gift cards! See: https://www.mollie.com/en/blog/post/mollie-launches-gift-cards/

  • New - Also show issuers (banks) for KBC payment method

  • Fix - Add better support for WooCommerce Deposits (by Webtomizer)

  • Fix - Subscriptions would be set to 'On Hold' during SEPA Direct Debit payments, those subscriptions are now set to 'Active'

  • Fix - Multiple issues that occurred when users had multiple (unpaid) payments per order

  • Fix - Remove SEPA Direct Debit (only used for Mollie recurring) as visible gateway in checkout and settings

  • Fix - Tested with WordPress 4.9 Alpha and WooCommerce 3.1

  • Fix - Remove existing language files from plugin so they can be managed via https://translate.wordpress.org/projects/wp-plugins/mollie-payments-for-woocommerce

  • Fix - Use better customer name when name is sent to Mollie (use full name and last name if available)

  • Fix - Don't update orders to cancelled status for expired payments if there are still pending payments for same order

  • Fix - Show correct return page to customer when they have placed multiple payments for single order

  • Fix - For subscription renewal orders, update payment method (from iDEAL, Belfius etc) to SEPA Direct Debit when needed

  • Fix - Add message that SEPA Direct Debit is required when using WooCommerce Subscriptions with iDEAL

  • Dev - Stop checking change of payment methods with isValidPaymentMethod

  • Dev - Add support for new WooCommerce version check

  • Dev - In setActiveMolliePayment use update_post_meta so payment is always updated to latest

  • Dev - In unsetActiveMolliePayment, a payment calling that function should only be able to unset itself

  • Dev - Improve log messages (WooCommerce > System status > Logs > mollie-payments-for-woocommerce)

  • Dev - Security improvement: sanitize getting ID's via POST and use $_POST instead of $_REQUEST

  • Dev - Only show "Check Subscription Status" tool if WooCommerce Subscriptions is installed

  • Dev - Fix PHP warnings about unserialize() by using serialize() before storing object as transient

  • Dev - Move load_plugin_textdomain to own function and load on plugins_loaded action

How to upgrade (via FTP or file manager):

  1. Download the ZIP archive below (under "Downloads").
  2. Extract the archive.
  3. Copy the contents of the folder to the /wp-content/plugins/mollie-payments-for-woocommerce/ directory of your WooCommerce environment, overwriting existing files.

How to upgrade (via WordPress admin):

  1. Download the ZIP archive below (under "Downloads").
  2. Go to WordPress > Plugins > Installed Plugins
  3. Find "Mollie Payments for WooCommerce", deactivate and remove it
  4. Go to WordPress > Plugins > Add new > Upload plugin
  5. Select "Choose File" and select the ZIP archive on your computer
  6. Click "Install Now", activate the plugin

2.6.1-beta

23 Aug 15:24
Compare
Choose a tag to compare
2.6.1-beta Pre-release
Pre-release
  • Fix - Subscriptions would be set to 'On Hold' during SEPA Direct Debit payments, those subscriptions are now set to 'Active'

  • Fix - Multiple issues that occurred when users had multiple (unpaid) payments per order

  • Fix - Remove SEPA Direct Debit (only used for Mollie recurring) as visible gateway in checkout and settings

  • Fix - Tested with WordPress 4.9 Alpha and WooCommerce 3.1

  • Fix - Remove existing language files from plugin so they can be managed via https://translate.wordpress.org/projects/wp-plugins/mollie-payments-for-woocommerce

  • Fix - Use better customer name when name is sent to Mollie (use full name and last name if available)

  • Fix - Don't update orders to cancelled status for expired payments if there are still pending payments for same order

  • Fix - Show correct return page to customer when they have placed multiple payments for single order

  • Fix - For subscription renewal orders, update payment method (from iDEAL, Belfius etc) to SEPA Direct Debit when needed

  • Dev - In setActiveMolliePayment use update_post_meta so payment is always updated to latest

  • Dev - In unsetActiveMolliePayment, a payment calling that function should only be able to unset itself

  • Dev - Improve log messages (WooCommerce > System status > Logs > mollie-payments-for-woocommerce)

  • Dev - Security improvement: sanitize getting ID's via POST and use $_POST instead of $_REQUEST

  • Dev - Only show "Check Subscription Status" tool if WooCommerce Subscriptions is installed

  • Dev - Fix PHP warnings about unserialize() by using serialize() before storing object as transient

  • Dev - Move load_plugin_textdomain to own function and load on plugins_loaded action

How to upgrade (via FTP or file manager):

  1. Download the ZIP archive below (under "Downloads").
  2. Extract the archive.
  3. Copy the contents of the folder to the /wp-content/plugins/mollie-payments-for-woocommerce/ directory of your WooCommerce environment, overwriting existing files.

How to upgrade (via WordPress admin):

  1. Download the ZIP archive below (under "Downloads").
  2. Go to WordPress > Plugins > Installed Plugins
  3. Find "Mollie Payments for WooCommerce", deactivate and remove it
  4. Go to WordPress > Plugins > Add new > Upload plugin
  5. Select "Choose File" and select the ZIP archive on your computer
  6. Click "Install Now", activate the plugin

2.6.0

07 Jun 12:23
Compare
Choose a tag to compare

Changes:

  • Add support for WooCommerce 3.0 (backwards compatible with older versions of WooCommerce)

  • The expiry date that's shown for payments via Bank transfer is now in the correct (translated) format

  • Fix redundant "DESCRIBE *__mollie_pending_payment" error (on new installs)

  • WooCommerce Subscriptions:

    • Important: added Subscription Status tool to fix broken subscriptions, see instructions
    • SEPA recurring payments, take initial order status from settings, default On-Hold (instead of Completed)
    • Fix issue where valid subscriptions are set to 'on-hold' and 'manual renewal' only 15 days after renewal payment is created (now only do that after 21 days)
    • Improve "Subscription switching" support to also allow amount changes
    • Fix bug: set orders for recurring payments to Processing instead of completed
    • Fix typo in recurring payment order notes

How to upgrade:

  1. Download the ZIP archive below (mollie-payments-for-woocommerce.2.6.0.zip).
  2. Extract the archive.
  3. Copy the contents of the folder to the /wp-content/plugins/mollie-payments-for-woocommerce/ directory of your WooCommerce environment, overwriting existing files.

2.6.0-rc

31 May 23:28
Compare
Choose a tag to compare
2.6.0-rc Pre-release
Pre-release

This release is still experimental and thus not submitted to the WordPress Plugin directory.

Changes:

  • Add support for WooCommerce 3.0 (backwards compatible with older versions of WooCommerce)
  • The expiry date that's shown for payments via Bank transfer is now in the correct (translated) format
  • Fix redundant "DESCRIBE *__mollie_pending_payment" error (on new installs)

WooCommerce Subscriptions:

  • Important: added Subscription Status tool to fix broken subscriptions, see instructions
  • Fix issue where valid subscriptions are set to 'on-hold' and 'manual renewal' only 15 days after renewal payment is created (now only do that after 21 days)
  • Improve "Subscription switching" support to also allow amount changes
  • Fix bug: set orders for recurring payments to Processing instead of completed
  • Fix typo in recurring payment order notes

How to upgrade:

  1. Download the ZIP archive below (mollie-payments-for-woocommerce-2.6.0-rc.zip).
  2. Extract the archive.
  3. Copy the contents of the folder to the /wp-content/plugins/mollie-payments-for-woocommerce/ directory of your WooCommerce environment, overwriting existing files.

2.6.0-beta

23 May 19:55
Compare
Choose a tag to compare
2.6.0-beta Pre-release
Pre-release

This release is still experimental and thus not submitted to the WordPress Plugin directory.

Changes:

  • Add support for WooCommerce 3.0 (backwards compatible with older versions of WooCommerce)
  • The expiry date that's shown for payments via Bank transfer is now in the correct (translated) format
  • Fix redundant "DESCRIBE *__mollie_pending_payment" error (on new installs)

How to upgrade:

  1. Download the ZIP archive below (mollie-payments-for-woocommerce-2.6.0-beta.zip).
  2. Extract the archive.
  3. Copy the contents of the folder to the /wp-content/plugins/mollie-payments-for-woocommerce/ directory of your WooCommerce environment, overwriting existing files.

Release 2.5.5

31 Mar 14:49
Compare
Choose a tag to compare
  • Allow wp_options.option_name to be maximum 191 characters for WP versions > 4.4.0. Fixes #72

Release 2.5.4

07 Mar 10:28
Compare
Choose a tag to compare
  • Added an option to disable storing the customer details at Mollie

Release 2.5.3 (outdated)

01 Mar 10:17
Compare
Choose a tag to compare

Changes:

  • Bugfix for crashing Wordpress when using PHP version 5.3 or lower

Experimental release 2.5.2

07 Feb 08:44
Compare
Choose a tag to compare
Pre-release

This release is still experimental and thus not submitted to the WordPress Plugin directory.

Changes:

  • Fixed error in settings screen when no API key is configured (Fixes #76)
  • Fixed problems with regular (not recurring) payment methods
  • Removed 'test mode enabled' description, which causes problems when using WPML (Fixes #61)
  • Empty the cart when the order is finished, rather than when the payment is created

How to upgrade:

  1. Download the ZIP archive below (mollie-payments-for-woocommerce-2.5.2.zip).
  2. Extract the archive.
  3. Copy the contents of the folder to the /wp-content/plugins/mollie-payments-for-woocommerce/ directory of your WooCommerce environment, overwriting existing files.

Experimental release 2.5.1

21 Dec 14:48
Compare
Choose a tag to compare
Pre-release

This release is still experimental and thus not submitted to the WordPress Plugin directory.

Changes:

  • Normal payments (non-recurring payments) are now processed correctly.
  • Fixed getPaymentMethodTitle warning (See #69)

How to upgrade:

  1. Download the ZIP archive below (mollie-payments-for-woocommerce-2.5.1.zip).
  2. Extract the archive.
  3. Copy the contents of the folder to the /wp-content/plugins/mollie-payments-for-woocommerce/ directory of your WooCommerce environment, overwriting existing files.