Skip to content

Commit 474c3c6

Browse files
committed
Update changelog, readme and version
1 parent 5852018 commit 474c3c6

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monei-woocommerce",
3-
"version": "6.3.0",
3+
"version": "6.3.2",
44
"main": "index.js",
55
"repository": "git@github.com:MONEI/MONEI-WooCommerce.git",
66
"author": "MONEI <support@monei.com>",

changelog.txt

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

3+
2025-04-29 - version 6.3.2
4+
* Fix - Error in checkout when no subscription plugin present
5+
* Fix - Showing only available payment methods when subscription product in cart
6+
7+
2025-04-25 - version 6.3.1
8+
* Fix - Checkout errors. Rollback to version 6.2.1
9+
310
2025-04-24 - version 6.3.0
411
* Add - Selector for live/test API key, now we save both
512
* Add - Integration for YITH Subscriptions

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.0
8+
* @version 6.3.2
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.0';
28+
public $version = '6.3.2';
2929

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

readme.txt

Lines changed: 8 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.7
6-
Stable tag: 6.3.0
6+
Stable tag: 6.3.2
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,13 @@ By using this plugin you agree with MONEI [Terms of Service](https://monei.com/l
103103

104104
== Changelog ==
105105

106+
2025-04-29 - version 6.3.2
107+
* Fix - Error in checkout when no subscription plugin present
108+
* Fix - Showing only available payment methods when subscription product in cart
109+
110+
2025-04-25 - version 6.3.1
111+
* Fix - Checkout errors. Rollback to version 6.2.1
112+
106113
2025-04-24 - version 6.3.0
107114
* Add - Selector for live/test API key, now we save both
108115
* Add - Integration for YITH Subscriptions

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

0 commit comments

Comments
 (0)