Skip to content

Commit 32b48ef

Browse files
committed
Bumped versions
1 parent c3aada0 commit 32b48ef

3 files changed

Lines changed: 8 additions & 12 deletions

File tree

includes/classes/PPMFWC/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ private static function parseDefaultLanguage($http_accept, $deflang = "en")
301301
*/
302302
public static function getVersion()
303303
{
304-
return '4.0.6';
304+
return '4.0.7';
305305
}
306306

307307
/**

readme.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Donate link: https://www.pay.nl/webshops/plugin-woocommerce
44
Link: https://www.pay.nl
55
Tags: paynl, paymentmethods, iDEAL, betaalmethoden, pay
66
Requires at least: 6.1.0
7-
Stable tag: 4.0.6
8-
Tested up to: 6.9.0
9-
WC tested up to: 10.4.3
7+
Stable tag: 4.0.7
8+
Tested up to: 6.9.1
9+
WC tested up to: 10.5.1
1010
WC requires at least: 3.0
1111
Requires PHP: 8.1
1212
License: GPLv2
@@ -188,6 +188,9 @@ Paid accounts have better tariffs! see: [tariffs](https://pay.nl/tarieven)
188188
8. One platform for all payments.
189189

190190
== Changelog ==
191+
= 4.0.7 =
192+
Added credit card payment method
193+
Several under the hood improvements
191194
= 4.0.6 =
192195
Fixed issue handling refund responses in exchange callbacks
193196
Added support for payment methods Keuze Cadeau, Doenkado, Pix, Floa and Bancomat

woocommerce-payment-paynl.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Pay. Payment Methods for WooCommerce
55
* Plugin URI: https://wordpress.org/plugins/woocommerce-paynl-payment-methods/
66
* Description: Pay. Payment Methods for WooCommerce
7-
* Version: 4.0.6
7+
* Version: 4.0.7
88
* Author: Pay.
99
* Author URI: https://www.pay.nl
1010
* Requires at least: 6.1.0
@@ -21,13 +21,6 @@
2121
# Load plugin functionality.
2222
require_once(ABSPATH . '/wp-admin/includes/plugin.php');
2323

24-
$apilogFile = '/src/public/apilog_functions.php';
25-
if (file_exists($apilogFile)) {
26-
include_once($apilogFile);
27-
}
28-
29-
30-
3124
define('PPMFWC_WOOCOMMERCE_TEXTDOMAIN', 'woocommerce-paynl-payment-methods');
3225
define('PPMFWC_PLUGIN_URL', plugins_url('/', __FILE__));
3326
define('PPMFWC_PLUGIN_PATH', plugin_dir_path(__FILE__));

0 commit comments

Comments
 (0)