Skip to content

2.7.0

Compare
Choose a tag to compare
@davdebcom davdebcom released this 07 Sep 12:35
· 2743 commits to master since this release

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