Skip to content

Commit

Permalink
Update version and changelog for 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davdebcom committed May 7, 2018
1 parent 9c0bdd3 commit 8cda332
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 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 = '3.0.1';
const PLUGIN_VERSION = '3.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: 3.0.1
* Version: 3.0.2
* Author: Mollie
* Author URI: https://www.mollie.com
* Requires at least: 3.8
Expand All @@ -12,7 +12,7 @@
* Domain Path: /i18n/languages/
* License: GPLv2 or later
* WC requires at least: 2.2.0
* WC tested up to: 3.3
* WC tested up to: 3.4
*/

// Exit if accessed directly.
Expand Down
10 changes: 8 additions & 2 deletions mollie-payments-for-woocommerce/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +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
Requires PHP: 5.3
Stable tag: 3.0.1
Stable tag: 3.0.2
Requires PHP: 5.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -164,6 +163,13 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 3.0.2 - 07/05/2018 =

* New - Add extra log message "Start process_payment for order ..."
* Fix - Fix "Uncaught Error: Call to undefined function wcs_order_contains_renewal()" when users don't have WooCommerce Subscriptions installed
* Fix - Improve condition(s) for disableMollieOnPaymentMethodChange, make sure not to disable payment methods on checkout (because of is_account_page() false positives, bug in WooCommerce)
* Fix - Improve is_available() check for minimum/maximum amounts, better check renewal payment amounts

= 3.0.1 - 17/04/2018 =

* [Fix/Revert, see issue 173](https://github.com/mollie/WooCommerce/issues/173) - Improve support for Polylang option "Hide URL language information for default language" in webhook and return URLs
Expand Down

0 comments on commit 8cda332

Please sign in to comment.