Version Description
- 01/03/2017 =
- Bugfix for crashing Wordpress when using PHP version 5.3 or lower
Download this release
Release Info
| Developer | ndijkstra |
| Plugin | |
| Version | 2.5.3 |
| Comparing to | |
| See all releases | |
Code changes from version 2.5.2 to 2.5.3
includes/mollie/wc/gateway/ideal.php
CHANGED
|
@@ -78,7 +78,7 @@ class Mollie_WC_Gateway_Ideal extends Mollie_WC_Gateway_AbstractSepaRecurring
|
|
| 78 |
$selected_issuer = $this->getSelectedIssuer();
|
| 79 |
|
| 80 |
$html = '<select name="' . Mollie_WC_Plugin::PLUGIN_ID . '_issuer_' . $this->id . '">';
|
| 81 |
-
$html .= '<option value="">' . esc_html($this->get_option('issuers_empty_option', '')) . '</option>';
|
| 82 |
foreach ($ideal_issuers as $issuer)
|
| 83 |
{
|
| 84 |
$html .= '<option value="' . esc_attr($issuer->id) . '"' . ($selected_issuer == $issuer->id ? ' selected=""' : '') . '>' . esc_html($issuer->name) . '</option>';
|
| 78 |
$selected_issuer = $this->getSelectedIssuer();
|
| 79 |
|
| 80 |
$html = '<select name="' . Mollie_WC_Plugin::PLUGIN_ID . '_issuer_' . $this->id . '">';
|
| 81 |
+
$html .= '<option value="">' . esc_html(__($this->get_option('issuers_empty_option', ''), 'mollie-payments-for-woocommerce')) . '</option>';
|
| 82 |
foreach ($ideal_issuers as $issuer)
|
| 83 |
{
|
| 84 |
$html .= '<option value="' . esc_attr($issuer->id) . '"' . ($selected_issuer == $issuer->id ? ' selected=""' : '') . '>' . esc_html($issuer->name) . '</option>';
|
includes/mollie/wc/helper/data.php
CHANGED
|
@@ -301,7 +301,7 @@ class Mollie_WC_Helper_Data
|
|
| 301 |
}
|
| 302 |
|
| 303 |
|
| 304 |
-
self::$recurring_api_methods = $this->getApiPaymentMethods($test_mode, $use_cache,
|
| 305 |
|
| 306 |
return self::$recurring_api_methods;
|
| 307 |
}
|
| 301 |
}
|
| 302 |
|
| 303 |
|
| 304 |
+
self::$recurring_api_methods = $this->getApiPaymentMethods($test_mode, $use_cache,array('recurringType'=>'recurring'));
|
| 305 |
|
| 306 |
return self::$recurring_api_methods;
|
| 307 |
}
|
mollie-payments-for-woocommerce.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: Mollie Payments for WooCommerce
|
| 4 |
* Plugin URI: https://github.com/mollie/WooCommerce
|
| 5 |
* Description: Accept payments in WooCommerce with the official Mollie plugin
|
| 6 |
-
* Version: 2.5.
|
| 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://github.com/mollie/WooCommerce
|
| 5 |
* Description: Accept payments in WooCommerce with the official Mollie plugin
|
| 6 |
+
* Version: 2.5.3
|
| 7 |
* Author: Mollie
|
| 8 |
* Author URI: https://www.mollie.com
|
| 9 |
* Requires at least: 3.8
|
readme.txt
CHANGED
|
@@ -3,7 +3,7 @@ Contributors: l.vangunst, daanvm, ndijkstra, robin-mollie
|
|
| 3 |
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, recurring, subscriptions
|
| 4 |
Requires at least: 3.8
|
| 5 |
Tested up to: 4.7.2
|
| 6 |
-
Stable tag: 2.5.
|
| 7 |
License: GPLv2 or later
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 9 |
|
|
@@ -113,6 +113,9 @@ Automatic updates should work like a charm; as always though, ensure you backup
|
|
| 113 |
|
| 114 |
== Changelog ==
|
| 115 |
|
|
|
|
|
|
|
|
|
|
| 116 |
= 2.5.2 - 28/02/2017 =
|
| 117 |
* The plugin is now compatible with WooCommerce Subscriptions for recurring payments
|
| 118 |
* Removed 'test mode enabled' description, which causes problems when using WPML
|
| 3 |
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, recurring, subscriptions
|
| 4 |
Requires at least: 3.8
|
| 5 |
Tested up to: 4.7.2
|
| 6 |
+
Stable tag: 2.5.3
|
| 7 |
License: GPLv2 or later
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 9 |
|
| 113 |
|
| 114 |
== Changelog ==
|
| 115 |
|
| 116 |
+
= 2.5.3 - 01/03/2017 =
|
| 117 |
+
* Bugfix for crashing Wordpress when using PHP version 5.3 or lower
|
| 118 |
+
|
| 119 |
= 2.5.2 - 28/02/2017 =
|
| 120 |
* The plugin is now compatible with WooCommerce Subscriptions for recurring payments
|
| 121 |
* Removed 'test mode enabled' description, which causes problems when using WPML
|
