Skip to content

Commit caf01fb

Browse files
committed
Update plugin version
1 parent e2e8486 commit caf01fb

File tree

5 files changed

+13
-7
lines changed

5 files changed

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

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-04-07 - version 6.2.1
4+
* Fix - Update Monei SDK to V2
5+
36
2025-02-18 - version 6.2.0
47
* Add - PayPal method in block checkout
58
* Fix - Plugin check issues

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.0
8+
* @version 6.2.1
99
*/
1010

1111
use Monei\Core\ContainerProvider;
@@ -21,7 +21,7 @@ final class Woocommerce_Gateway_Monei {
2121
*
2222
* @var string
2323
*/
24-
public $version = '6.2.0';
24+
public $version = '6.2.1';
2525

2626
/**
2727
* The single instance of the class.

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ 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.0
6+
Stable tag: 6.2.1
77
Requires PHP: 7.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
WC requires at least: 3.0
11-
WC tested up to: 9.6
11+
WC tested up to: 9.7
1212

1313
Accept Card, Apple Pay, Google Pay, Bizum, PayPal and many more payment methods in your WooCommerce store using MONEI payment gateway.
1414

@@ -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-04-07 - version 6.2.1
107+
* Fix - Update Monei SDK to V2
108+
106109
2025-02-18 - version 6.2.0
107110
* Add - PayPal method in block checkout
108111
* Fix - Plugin check issues

woocommerce-gateway-monei.php

Lines changed: 2 additions & 2 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.0
13+
* Version: 6.2.1
1414
* Author: MONEI
1515
* Author URI: https://www.monei.com/
1616
* Tested up to: 6.7
1717
* WC requires at least: 3.0
18-
* WC tested up to: 9.5
18+
* WC tested up to: 9.7
1919
* Requires PHP: 7.2
2020
* Text Domain: monei
2121
* Domain Path: /languages/

0 commit comments

Comments
 (0)