Skip to content

Commit 044f984

Browse files
committed
Version Update
1 parent cc8f434 commit 044f984

6 files changed

+15
-6
lines changed

CHANGELOG.MD

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.5.0 - 2024-07-23
2+
* [Add] PayU - bank list via WooCommerce Blocks
3+
14
# 2.4.1 - 2024-07-16
25
* [Fix] #73 - Not send e-mail to administrator about a new order
36
* [Fix] Showing error in empty cart (blocks) when installments are active

changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
*** Changelog ***
2+
= 2.5.0 - 2024-07-23 =
3+
* [Add] PayU - bank list via WooCommerce Blocks
4+
25
= 2.4.1 - 2024-07-16 =
36
* [Fix] #73 - Not send e-mail to administrator about a new order
47
* [Fix] Showing error in empty cart (blocks) when installments are active

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.4.1",
3+
"version": "2.5.0",
44
"description": "PayU GPO Payment for WooCommerce",
55
"type": "woocommerce-plugin",
66
"license": "Apache License 2.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "woo-payu-payment-gateway",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "PayU Payment Gateway for WooCommerce",
55
"scripts": {
66
"start": "wp-scripts start",

readme.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: payusa
33
Tags: PayU, payment, payment gateway, płatności, credit card
44
Requires at least: 5.0
5-
Tested up to: 6.5.5
6-
Stable tag: 2.4.1
5+
Tested up to: 6.6.0
6+
Stable tag: 2.5.0
77
Requires PHP: 7.4
88
License: Apache License 2.0
99

@@ -51,6 +51,9 @@ Yes, it does.
5151
* For presenting minimal installment amount we used [Widget Installments](https://developers.payu.com/en/installments.html#installments_best_practices_mini) and plugin loads the script from the static.payu.com domain.
5252

5353
== Changelog ==
54+
= 2.5.0 - 2024-07-23 =
55+
* [Add] PayU - bank list via WooCommerce Blocks
56+
5457
= 2.4.1 - 2024-07-16 =
5558
* [Fix] #73 - Not send e-mail to administrator about a new order
5659
* [Fix] Showing error in empty cart (blocks) when installments are active

woocommerce-gateway-payu.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://github.com/PayU/woo-payu-payment-gateway
66
* GitHub Plugin URI: https://github.com/PayU-EMEA/woo-payu-payment-gateway
77
* Description: PayU fast online payments for WooCommerce. Banks, BLIK, credit or debit cards, Installments, Apple Pay, Google Pay.
8-
* Version: 2.4.1
8+
* Version: 2.5.0
99
* Author: PayU SA
1010
* Author URI: http://www.payu.com
1111
* License: Apache License 2.0
@@ -36,7 +36,7 @@
3636

3737
require __DIR__ . '/vendor/autoload.php';
3838

39-
define( 'PAYU_PLUGIN_VERSION', '2.4.1' );
39+
define( 'PAYU_PLUGIN_VERSION', '2.5.0' );
4040
define( 'PAYU_PLUGIN_FILE', __FILE__ );
4141
define( 'PAYU_PLUGIN_STATUS_WAITING', 'payu-waiting' );
4242

0 commit comments

Comments
 (0)