Skip to content

Commit

Permalink
Start release 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
widoz committed Dec 2, 2019
1 parent d336d04 commit 80306d7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
== Changelog ==

= 5.4.0 - 02-12-2019 =

* Fix - Apple Pay Gateway is removed from available gateways during WooCommerce Api calls
* Fix - Giftcard Gateway does not show the right payment icon in checkout page
* Add - Support for Mollie Components

= 5.3.2 - 04-11-2019 =

* Fix - WooCommerce Session is not available before a specific action has been preformed causing null pointer exceptions in backend
Expand Down
4 changes: 2 additions & 2 deletions license.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Mollie Payments for WooCommerce plugin
Copyright (C) 2014-2016, Mollie B.V. <[email protected]>
Copyright (C) 2014-2019, Mollie B.V. <[email protected]>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -354,4 +354,4 @@ This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
Public License instead of this License.
6 changes: 3 additions & 3 deletions mollie-payments-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
* Plugin Name: Mollie Payments for WooCommerce
* Plugin URI: https://www.mollie.com
* Description: Accept payments in WooCommerce with the official Mollie plugin
* Version: 5.3.2
* Version: 5.4.0
* Author: Mollie
* Author URI: https://www.mollie.com
* Requires at least: 3.8
* Tested up to: 5.2
* Tested up to: 5.3
* Text Domain: mollie-payments-for-woocommerce
* Domain Path: /i18n/languages/
* License: GPLv2 or later
* WC requires at least: 2.2.0
* WC tested up to: 3.7
* WC tested up to: 3.8
*/

use Mollie\Api\CompatibilityChecker;
Expand Down
2 changes: 1 addition & 1 deletion src/Mollie/WC/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Mollie_WC_Plugin
{
const PLUGIN_ID = 'mollie-payments-for-woocommerce';
const PLUGIN_TITLE = 'Mollie Payments for WooCommerce';
const PLUGIN_VERSION = '5.3.2';
const PLUGIN_VERSION = '5.4.0';

const DB_VERSION = '1.0';
const DB_VERSION_PARAM_NAME = 'mollie-db-version';
Expand Down

0 comments on commit 80306d7

Please sign in to comment.