Skip to content

Commit c27fd3c

Browse files
committed
Version update
1 parent 704b87e commit c27fd3c

8 files changed

+17
-8
lines changed

CHANGELOG.MD

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.6.1 - 2024-09-26
2+
* [Fix] Not be accessed before initialization
3+
14
# 2.6.0 - 2024-09-21
25
* [Add] PayU - secure form via WooCommerce Blocks
36

changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
*** Changelog ***
2+
= 2.6.1 - 2024-09-26 =
3+
* [Fix] Not be accessed before initialization
4+
25
= 2.6.0 - 2024-09-21 =
36
* [Add] PayU - secure form via WooCommerce Blocks
47

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.6.0",
3+
"version": "2.6.1",
44
"description": "PayU GPO Payment 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.

package-lock.json

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

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.6.0",
3+
"version": "2.6.1",
44
"description": "PayU Payment Gateway for WooCommerce",
55
"scripts": {
66
"start": "wp-scripts start",

readme.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: payusa
33
Tags: PayU, payment, payment gateway, płatności, credit card
44
Requires at least: 5.0
55
Tested up to: 6.6.2
6-
Stable tag: 2.6.0
6+
Stable tag: 2.6.1
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.6.1 - 2024-09-26 =
55+
* [Fix] Not be accessed before initialization
56+
5457
= 2.6.0 - 2024-09-21 =
5558
* [Add] PayU - secure form via WooCommerce Blocks
5659

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.6.0
8+
* Version: 2.6.1
99
* Author: PayU SA
1010
* Author URI: http://www.payu.com
1111
* License: Apache License 2.0
@@ -38,7 +38,7 @@
3838

3939
require __DIR__ . '/vendor/autoload.php';
4040

41-
define( 'PAYU_PLUGIN_VERSION', '2.6.0' );
41+
define( 'PAYU_PLUGIN_VERSION', '2.6.1' );
4242
define( 'PAYU_PLUGIN_FILE', __FILE__ );
4343
define( 'PAYU_PLUGIN_STATUS_WAITING', 'payu-waiting' );
4444

0 commit comments

Comments
 (0)