Skip to content

Commit

Permalink
Bump version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-mollie committed Dec 21, 2016
1 parent f0b9cbe commit a92f49f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
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://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
Expand Down
6 changes: 5 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: 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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a92f49f

Please sign in to comment.