Skip to content

Commit

Permalink
Update version and changelog for 4.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davdebcom committed Aug 7, 2018
1 parent 9f285da commit 153f4b5
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 @@ -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 = '4.0.1';
const PLUGIN_VERSION = '4.0.2';

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: 4.0.1
* Version: 4.0.2
* 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: daanvm, davdebcom, l.vangunst, ndijkstra, robin-mollie
Tags: mollie, payments, woocommerce, payment gateway, e-commerce, credit card, ideal, sofort, bancontact, bitcoin, direct debit, subscriptions
Requires at least: 3.8
Tested up to: 4.9
Stable tag: 4.0.1
Stable tag: 4.0.2
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -169,6 +169,10 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 4.0.2 - 07-08-2018 =

* Fix - Reverted to older version of Mollie API PHP client, as it caused more issues than it fixed. This means conflicts with other plugins that use Guzzle are still possible. Use Mollie Payments For WooCommerce 3.0.6 if you also use plugins Klarna, Simple Locator, Cardinity, LeadPages, ConstantContact until we can provide a solution. If you experience issues, please contact us. [Please review this article.](https://github.com/mollie/WooCommerce/wiki/Composer-Guzzle-conflicts)

= 4.0.1 - 06-08-2018 =

IMPORTANT
Expand Down

0 comments on commit 153f4b5

Please sign in to comment.