Releases: mollie/WooCommerce
2.7.0
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):
- Download the ZIP archive below (under "Downloads").
- Extract the archive.
- 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):
- Download the ZIP archive below (under "Downloads").
- Go to WordPress > Plugins > Installed Plugins
- Find "Mollie Payments for WooCommerce", deactivate and remove it
- Go to WordPress > Plugins > Add new > Upload plugin
- Select "Choose File" and select the ZIP archive on your computer
- Click "Install Now", activate the plugin
2.6.1-beta
-
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):
- Download the ZIP archive below (under "Downloads").
- Extract the archive.
- 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):
- Download the ZIP archive below (under "Downloads").
- Go to WordPress > Plugins > Installed Plugins
- Find "Mollie Payments for WooCommerce", deactivate and remove it
- Go to WordPress > Plugins > Add new > Upload plugin
- Select "Choose File" and select the ZIP archive on your computer
- Click "Install Now", activate the plugin
2.6.0
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:
- Download the ZIP archive below (mollie-payments-for-woocommerce.2.6.0.zip).
- Extract the archive.
- 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
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:
- Download the ZIP archive below (mollie-payments-for-woocommerce-2.6.0-rc.zip).
- Extract the archive.
- 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
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:
- Download the ZIP archive below (mollie-payments-for-woocommerce-2.6.0-beta.zip).
- Extract the archive.
- 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
- Allow
wp_options.option_name
to be maximum 191 characters for WP versions > 4.4.0. Fixes #72
Release 2.5.4
- Added an option to disable storing the customer details at Mollie
Release 2.5.3 (outdated)
Changes:
- Bugfix for crashing Wordpress when using PHP version 5.3 or lower
Experimental release 2.5.2
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:
- Download the ZIP archive below (mollie-payments-for-woocommerce-2.5.2.zip).
- Extract the archive.
- 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
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:
- Download the ZIP archive below (mollie-payments-for-woocommerce-2.5.1.zip).
- Extract the archive.
- Copy the contents of the folder to the /wp-content/plugins/mollie-payments-for-woocommerce/ directory of your WooCommerce environment, overwriting existing files.