Skip to content

Commit e60b6ac

Browse files
committed
Update to 6.3.6 version for release
1 parent ba2437a commit e60b6ac

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*** MONEI Payments for WooCommerce ***
22

3+
2025-06-05 - version 6.3.6
4+
* Fix - Remove old _payment_method transients on activation and update
5+
36
2025-06-04 - version 6.3.5
47
* Fix - Remove Cofidis payment method as is not supported
58
* Fix - Reduce caching of payment methods and change to Monei SDK

class-woocommerce-gateway-monei.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @author MONEI
66
* @category Core
77
* @package Woocommerce_Gateway_Monei
8-
* @version 6.3.5
8+
* @version 6.3.6
99
*/
1010

1111
use Monei\Core\ContainerProvider;
@@ -25,7 +25,7 @@ final class Woocommerce_Gateway_Monei {
2525
*
2626
* @var string
2727
*/
28-
public $version = '6.3.5';
28+
public $version = '6.3.6';
2929

3030
/**
3131
* The single instance of the class.

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Tags: woocommerce, credit card, payment gateway, payments, ecommerce
33
Contributors: monei, furi3r
44
Requires at least: 5.0
55
Tested up to: 6.8
6-
Stable tag: 6.3.5
6+
Stable tag: 6.3.6
77
Requires PHP: 7.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -103,6 +103,9 @@ By using this plugin you agree with MONEI [Terms of Service](https://monei.com/l
103103

104104
== Changelog ==
105105

106+
2025-06-05 - version 6.3.6
107+
* Fix - Remove old _payment_method transients on activation and update
108+
106109
2025-06-04 - version 6.3.5
107110
* Fix - Remove Cofidis payment method as is not supported
108111
* Fix - Reduce caching of payment methods and change to Monei SDK

woocommerce-gateway-monei.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: MONEI Payments for WooCommerce
1111
* Plugin URI: https://wordpress.org/plugins/monei/
1212
* Description: Accept Card, Apple Pay, Google Pay, Bizum, PayPal and many more payment methods in your store.
13-
* Version: 6.3.5
13+
* Version: 6.3.6
1414
* Author: MONEI
1515
* Author URI: https://www.monei.com/
1616
* Tested up to: 6.8

0 commit comments

Comments
 (0)