Skip to content

Commit 790b5f6

Browse files
committed
Update to release version to 6.3.0
1 parent 8bbfb29 commit 790b5f6

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
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.2.1",
3+
"version": "6.3.0",
44
"main": "index.js",
55
"repository": "git@github.com:MONEI/MONEI-WooCommerce.git",
66
"author": "MONEI <support@monei.com>",

changelog.txt

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

3+
2025-04-24 - version 6.3.0
4+
* Add - Selector for live/test API key, now we save both
5+
* Add - Integration for YITH Subscriptions
6+
* Fix - Change payment method for subscriptions
7+
* Fix - Renewal process in WooCommerce Subscriptions
8+
39
2025-04-07 - version 6.2.1
410
* Fix - Update Monei SDK to V2
511

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

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

readme.txt

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

104104
== Changelog ==
105105

106+
2025-04-24 - version 6.3.0
107+
* Add - Selector for live/test API key, now we save both
108+
* Add - Integration for YITH Subscriptions
109+
* Fix - Change payment method for subscriptions
110+
* Fix - Renewal process in WooCommerce Subscriptions
111+
106112
2025-04-07 - version 6.2.1
107113
* Fix - Update Monei SDK to V2
108114

woocommerce-gateway-monei.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
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.2.1
13+
* Version: 6.3.0
1414
* Author: MONEI
1515
* Author URI: https://www.monei.com/
16-
* Tested up to: 6.7
16+
* Tested up to: 6.8
1717
* WC requires at least: 3.0
18-
* WC tested up to: 9.7
18+
* WC tested up to: 9.8
1919
* Requires PHP: 7.2
2020
* Text Domain: monei
2121
* Domain Path: /languages/

0 commit comments

Comments
 (0)