Skip to content

Commit

Permalink
Release 2.4.1, see readme.txt for changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvgunst committed Oct 10, 2016
1 parent 2c36df0 commit aa6bc8b
Show file tree
Hide file tree
Showing 3 changed files with 6 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.4.0';
const PLUGIN_VERSION = '2.4.1';

/**
* @var bool
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.4.0
* Version: 2.4.1
* Author: Mollie
* Author URI: https://www.mollie.com
* Requires at least: 3.8
Expand Down
5 changes: 4 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.4.0
Stable tag: 2.4.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -113,6 +113,9 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 2.4.1 - 10/10/2016 =
* Fix 2.4.0 release (https://wordpress.org/support/topic/error-500-after-updating)

= 2.4.0 - 10/10/2016 =
* Add KBC/CBC Payment Button method.
* Add option to the iDEAL gateway to set the text for the empty option in the issuers drop down. Go to the iDEAL gateway settings to change this value.
Expand Down

0 comments on commit aa6bc8b

Please sign in to comment.