Skip to content

Commit 636bbda

Browse files
committed
Update version for release 6.3.4
1 parent c91aee2 commit 636bbda

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

changelog.txt

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

3+
4+
2025-05-30 - version 6.3.4
5+
* Fix - Redirect flow not working in classic checkout
6+
37
2025-05-14 - version 6.3.3
48
* Fix - Error copying old keys that hides the gateway
59
* Fix - Component buttons not showing in classic checkout

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.3
8+
* @version 6.3.4
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.3';
28+
public $version = '6.3.4';
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.3
6+
Stable tag: 6.3.4
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-05-30 - version 6.3.4
107+
* Fix - Redirect flow not working in classic checkout
108+
106109
2025-05-14 - version 6.3.3
107110
* Fix - Error copying old keys that hides the gateway
108111
* Fix - Component buttons not showing in classic checkout

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.3
13+
* Version: 6.3.4
1414
* Author: MONEI
1515
* Author URI: https://www.monei.com/
1616
* Tested up to: 6.8

0 commit comments

Comments
 (0)