Skip to content

Commit 7eda486

Browse files
committed
Version update
1 parent cbd098f commit 7eda486

6 files changed

+27
-6
lines changed

CHANGELOG.MD

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.3.0 - 2024-06-21
2+
* [Add] PayU - installments via WooCommerce Blocks
3+
* [Add] PayU - Klarna via WooCommerce Blocks
4+
* [Add] PayU - Twisto via WooCommerce Blocks
5+
* [Add] PayU - PayPo via WooCommerce Blocks
6+
* [Fix] Not showing Installments Mini Widget on product and products list page
7+
18
# 2.2.2 - 2024-06-18
29
* [Fix] Warning: Attempt to read property "total" on null
310

changelog.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
*** Changelog ***
2+
= 2.3.0 - 2024-06-21 =
3+
* [Add] PayU - installments via WooCommerce Blocks
4+
* [Add] PayU - Klarna via WooCommerce Blocks
5+
* [Add] PayU - Twisto via WooCommerce Blocks
6+
* [Add] PayU - PayPo via WooCommerce Blocks
7+
* [Fix] Not showing Installments Mini Widget on product and products list page
8+
29
= 2.2.2 - 2024-06-18 =
310
* [Fix] Warning: Attempt to read property "total" on null
411

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payu/payment_gateway",
3-
"version": "2.2.2",
3+
"version": "2.3.0",
44
"description": "PayU GPO Payment Gateway for WooCommerce",
55
"type": "woocommerce-plugin",
66
"license": "Apache License 2.0",

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: payusa
33
Tags: PayU, payment, payment gateway, platnosci, PayU Poland, PayU EU, PayU GPO
44
Requires at least: 5.0
55
Tested up to: 6.5.4
6-
Stable tag: 2.2.2
6+
Stable tag: 2.3.0
77
Requires PHP: 7.4
88
License: Apache License 2.0
99

@@ -50,6 +50,13 @@ Yes, it does.
5050

5151
== Changelog ==
5252

53+
= 2.3.0 - 2024-06-21 =
54+
* [Add] PayU - installments via WooCommerce Blocks
55+
* [Add] PayU - Klarna via WooCommerce Blocks
56+
* [Add] PayU - Twisto via WooCommerce Blocks
57+
* [Add] PayU - PayPo via WooCommerce Blocks
58+
* [Fix] Not showing Installments Mini Widget on product and products list page
59+
5360
= 2.2.2 - 2024-06-18 =
5461
* [Fix] Warning: Attempt to read property "total" on null
5562

woocommerce-gateway-payu.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
* Plugin URI: https://github.com/PayU/woo-payu-payment-gateway
55
* GitHub Plugin URI: https://github.com/PayU-EMEA/woo-payu-payment-gateway
66
* Description: PayU payment gateway for WooCommerce
7-
* Version: 2.2.2
7+
* Version: 2.3.0
88
* Author: PayU SA
99
* Author URI: http://www.payu.com
1010
* License: Apache License 2.0
1111
* Text Domain: woo-payu-payment-gateway
1212
* Domain Path: /lang
1313
* WC requires at least: 4.0
14-
* WC tested up to: 8.9.3
14+
* WC tested up to: 9.0.1
1515
*/
1616

1717
use Automattic\WooCommerce\Blocks\Payments\PaymentMethodRegistry;
@@ -31,7 +31,7 @@
3131

3232
require __DIR__ . '/vendor/autoload.php';
3333

34-
define( 'PAYU_PLUGIN_VERSION', '2.2.2' );
34+
define( 'PAYU_PLUGIN_VERSION', '2.3.0' );
3535
define( 'PAYU_PLUGIN_FILE', __FILE__ );
3636
define( 'PAYU_PLUGIN_STATUS_WAITING', 'payu-waiting' );
3737

0 commit comments

Comments
 (0)