Skip to content

Commit

Permalink
Update version and changelog for 5.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davdebcom committed Feb 19, 2019
1 parent 583eb54 commit 554b033
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Mollie_WC_Plugin
{
const PLUGIN_ID = 'mollie-payments-for-woocommerce';
const PLUGIN_TITLE = 'Mollie Payments for WooCommerce';
const PLUGIN_VERSION = '5.0.7';
const PLUGIN_VERSION = '5.1.0';

const DB_VERSION = '1.0';
const DB_VERSION_PARAM_NAME = 'mollie-db-version';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Mollie Payments for WooCommerce
* Plugin URI: https://www.mollie.com
* Description: Accept payments in WooCommerce with the official Mollie plugin
* Version: 5.0.7
* Version: 5.1.0
* Author: Mollie
* Author URI: https://www.mollie.com
* Requires at least: 3.8
Expand Down
24 changes: 23 additions & 1 deletion mollie-payments-for-woocommerce/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: daanvm, davdebcom, l.vangunst, ndijkstra, robin-mollie
Tags: mollie, payments, payment gateway, woocommerce, credit card
Requires at least: 3.8
Tested up to: 5.1
Stable tag: 5.0.7
Stable tag: 5.1.0
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -181,6 +181,28 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 5.1.0 - 19-02-2019 =

* 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

= 5.0.7 - 04-12-2018 =

* Fix - Bancontact payments don't return a name as part of IBAN details (in Mollie API), so in that case use the WooCommerce name
Expand Down

0 comments on commit 554b033

Please sign in to comment.