diff --git a/mollie-payments-for-woocommerce/includes/mollie/wc/plugin.php b/mollie-payments-for-woocommerce/includes/mollie/wc/plugin.php index 98c36dbb6..dfba75226 100644 --- a/mollie-payments-for-woocommerce/includes/mollie/wc/plugin.php +++ b/mollie-payments-for-woocommerce/includes/mollie/wc/plugin.php @@ -6,7 +6,7 @@ class Mollie_WC_Plugin { const PLUGIN_ID = 'mollie-payments-for-woocommerce'; const PLUGIN_TITLE = 'Mollie Payments for WooCommerce'; - const PLUGIN_VERSION = '2.5.0'; + const PLUGIN_VERSION = '2.5.1'; const DB_VERSION = '1.0'; const DB_VERSION_PARAM_NAME = 'mollie-db-version'; diff --git a/mollie-payments-for-woocommerce/mollie-payments-for-woocommerce.php b/mollie-payments-for-woocommerce/mollie-payments-for-woocommerce.php index 92190c543..78e107cd7 100644 --- a/mollie-payments-for-woocommerce/mollie-payments-for-woocommerce.php +++ b/mollie-payments-for-woocommerce/mollie-payments-for-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: Mollie Payments for WooCommerce * Plugin URI: https://github.com/mollie/WooCommerce * Description: Accept payments in WooCommerce with the official Mollie plugin - * Version: 2.5.0 + * Version: 2.5.1 * Author: Mollie * Author URI: https://www.mollie.com * Requires at least: 3.8 diff --git a/mollie-payments-for-woocommerce/readme.txt b/mollie-payments-for-woocommerce/readme.txt index 3cd3aa4ba..93d186d79 100644 --- a/mollie-payments-for-woocommerce/readme.txt +++ b/mollie-payments-for-woocommerce/readme.txt @@ -3,7 +3,7 @@ Contributors: l.vangunst, daanvm, ndijkstra, robin-mollie Tags: mollie, payments, woocommerce, e-commerce, webshop, psp, ideal, sofort, credit card, creditcard, visa, mastercard, mistercash, bancontact, bitcoin, paysafecard, direct debit, incasso, sepa, banktransfer, overboeking, betalingen Requires at least: 3.8 Tested up to: 4.6.1 -Stable tag: 2.5.0 +Stable tag: 2.5.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -113,6 +113,10 @@ Automatic updates should work like a charm; as always though, ensure you backup == Changelog == += 2.5.1 - 21/12/2016 = +* Normal payments (non-recurring payments) are now processed correctly +* Fixed getPaymentMethodTitle warning (See #69) + = 2.5.0 - 01/12/2016 = * Add support for Subscriptions and Recurring Payments