Mollie Payments for WooCommerce - Version 5.7.2

Version Description

  • 01-07-2020 =

  • Fix - Missing MasterCard icon selector

Download this release

Release Info

Developer carmen222
Plugin Icon wp plugin Mollie Payments for WooCommerce
Version 5.7.2
Comparing to
See all releases

Code changes from version 5.7.1 to 5.7.2

inc/settings/mollie_creditcard_icons_selector.php CHANGED
@@ -37,6 +37,11 @@ return [
37
  'type' => 'checkbox',
38
  'default' => 'no',
39
  ],
 
 
 
 
 
40
  'mollie_creditcard_icons_visa' => [
41
  'label' => __('Show Visa Icon', 'mollie-payments-for-woocommerce'),
42
  'type' => 'checkbox',
37
  'type' => 'checkbox',
38
  'default' => 'no',
39
  ],
40
+ 'mollie_creditcard_icons_mastercard' => [
41
+ 'label' => __('Show Mastercard Icon', 'mollie-payments-for-woocommerce'),
42
+ 'type' => 'checkbox',
43
+ 'default' => 'no',
44
+ ],
45
  'mollie_creditcard_icons_visa' => [
46
  'label' => __('Show Visa Icon', 'mollie-payments-for-woocommerce'),
47
  'type' => 'checkbox',
mollie-payments-for-woocommerce.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Mollie Payments for WooCommerce
4
  * Plugin URI: https://www.mollie.com
5
  * Description: Accept payments in WooCommerce with the official Mollie plugin
6
- * Version: 5.7.1
7
  * Author: Mollie
8
  * Author URI: https://www.mollie.com
9
  * Requires at least: 3.8
3
  * Plugin Name: Mollie Payments for WooCommerce
4
  * Plugin URI: https://www.mollie.com
5
  * Description: Accept payments in WooCommerce with the official Mollie plugin
6
+ * Version: 5.7.2
7
  * Author: Mollie
8
  * Author URI: https://www.mollie.com
9
  * Requires at least: 3.8
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: daanvm, danielhuesken, davdebcom, dinamiko, inpsyde, l.vangunst, n
3
  Tags: mollie, payments, payment gateway, woocommerce, credit card, ideal, bancontact, klarna, sofort, giropay, woocommerce subscriptions
4
  Requires at least: 3.8
5
  Tested up to: 5.3
6
- Stable tag: 5.7.1
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -181,6 +181,10 @@ Automatic updates should work like a charm; as always though, ensure you backup
181
 
182
  == Changelog ==
183
 
 
 
 
 
184
  = 5.7.1 - 01-07-2020 =
185
 
186
  * Feature - Show selected credit card icons on checkout
3
  Tags: mollie, payments, payment gateway, woocommerce, credit card, ideal, bancontact, klarna, sofort, giropay, woocommerce subscriptions
4
  Requires at least: 3.8
5
  Tested up to: 5.3
6
+ Stable tag: 5.7.2
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
181
 
182
  == Changelog ==
183
 
184
+ = 5.7.2 - 01-07-2020 =
185
+
186
+ * Fix - Missing MasterCard icon selector
187
+
188
  = 5.7.1 - 01-07-2020 =
189
 
190
  * Feature - Show selected credit card icons on checkout