Skip to content

5.1.0

Compare
Choose a tag to compare
@davdebcom davdebcom released this 19 Feb 11:32
· 2572 commits to master since this release

Changes:

  • New - Enable 'refunds' for Klarna and SEPA Direct Debit payments

  • New - Support refunds per order line for payments via the Orders API (used to be only amount refunds)

  • New - Updated "Tested up to" to WordPress 5.1

  • New - Automatically updating Mollie Orders from WooCommerce to "Ship and Capture" and "Cancel" now supports all payments via Orders API, not just Klarna payments

  • New - Add support for refunding full Mollie Orders when refunding the full WooCommerce order (Orders API)

  • New - Update order lines processing to use Order instead of Cart data (for Orders API and Klarna)

  • New - Orders API/Klarna: also send WooCommerce order item id to Mollie as metadata, to allow for individual order line refunding

  • New - Pro-actively check for required PHP JSON extension

  • New - Added filter so merchants can manipulate the payment object metadata, default filter id mollie-payments-for-woocommerce_payment_object_metadata, also see https://www.mollie/WooCommerce/wiki/Helpful-snippets#add-custom-information-to-mollie-payment-object-metadata

  • New - Add billing country to payment methods cache in checkout, for when customers change their country in checkout

  • New - Allow developers to hook into the subscription renewal payment before it's processed with mollie-payments-for-woocommerce_before_renewal_payment_created

  • New - Set Payment screen language setting to wp_locale by default

  • Fix - Temporary fix for PHP 7.3 with sporadic caching issues of methods, better fix is now being tested

  • Fix - Check if WooCommerce Subscriptions Failed Recurring Payment Retry System is in-use, if it is, don't update subscription status

  • Fix - Polylang: another fix for edge-case with URL parameter, please test and provide feedback is you use Polylang!

  • Fix - Too many customers redirected to "Pay now" after payment, add isAuthorized to status check in getReturnRedirectUrlForOrder()

  • Fix - Add extra warning to order note for orders that are completed at Mollie (not WooCommerce)

  • Fix - Improve onWebhookFailed for WooCommerce Subscriptions so failed payments at Mollie are failed orders at WooCommerce

How to upgrade (via FTP or file manager):

  1. Download the ZIP archive from WordPress.org.
  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 from WordPress.org.
  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