Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Mar 14, 2024
1 parent 81e4fbb commit 1f587b5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.0.35
* Fixed product name length
* Fixed php notice/warning (#67)
* Increased requirements: PHP >= 7.4, Wordpress >= 5.0, WooCommerce: 4.0

# 2.0.34
* Fixed card holder name
* Fixed substring for multi-byte characters
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== PayU EU Payment Gateway for WooCommerce ===
Contributors: payusa
Tags: PayU, payment, payment gateway, platnosci, PayU Poland, PayU EU
Requires at least: 4.4
Requires at least: 5.0
Tested up to: 6.4.3
Stable tag: 2.0.34
Requires PHP: 7.0
Stable tag: 2.0.35
Requires PHP: 7.4
License: Apache License 2.0

== Description ==
Expand Down Expand Up @@ -48,6 +48,10 @@ Yes, it does.
* 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.

== Changelog ==
= 2.0.35 =
* Fixed product name length
* Fixed php notice/warning
* Increased requirements: PHP >= 7.4, Wordpress >= 5.0, WooCommerce: 4.0
= 2.0.34 =
* Fixed card holder name
* Fixed substring for multi-byte characters
Expand Down
6 changes: 3 additions & 3 deletions woocommerce-gateway-payu.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
* Plugin URI: https://github.com/PayU/woo-payu-payment-gateway
* GitHub Plugin URI: https://github.com/PayU-EMEA/woo-payu-payment-gateway
* Description: PayU payment gateway for WooCommerce
* Version: 2.0.34
* Version: 2.0.35
* Author: PayU SA
* Author URI: http://www.payu.com
* License: Apache License 2.0
* Text Domain: woo-payu-payment-gateway
* Domain Path: /lang
* WC requires at least: 3.0
* WC requires at least: 4.0
* WC tested up to: 8.6.1
*/

define('PAYU_PLUGIN_VERSION', '2.0.34');
define('PAYU_PLUGIN_VERSION', '2.0.35');
define('PAYU_PLUGIN_FILE', __FILE__);
define('PAYU_PLUGIN_STATUS_WAITING', 'payu-waiting');

Expand Down

0 comments on commit 1f587b5

Please sign in to comment.