Skip to content

Commit

Permalink
Bump version and tested numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPetakNeuralab committed Oct 22, 2024
1 parent b849cdf commit 68e168a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: erstebank
Tags: kekspay, woocommerce, gateway, payment
Requires at least: 6.3
Tested up to: 6.5
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 2.0.1
Stable tag: 2.1.0
License: GPL v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -49,6 +49,9 @@ For more installation options check the [official WordPress documentation](https

== Changelog ==

= 2.1.0 =
* Add WooCommerce checkout blocks support.

= 2.0.0 =
* Drop PHP 7.2 support.

Expand Down
6 changes: 3 additions & 3 deletions woocommerce-gateway-kekspay.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: KEKS Pay for WooCommerce
* Plugin URI: https://www.kekspay.hr/
* Description: Incredibly fast and user friendly payment method created by Erste Bank Croatia.
* Version: 2.0.1
* Version: 2.1.0
* Requires at least: 6.3
* Requires PHP: 7.4
* Author: Erste bank Croatia
Expand All @@ -14,7 +14,7 @@
* Domain Path: /languages
*
* WC requires at least: 8.2
* WC tested up to: 8.8
* WC tested up to: 9.3
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down Expand Up @@ -119,7 +119,7 @@ public static function register_constants() {
define( 'KEKSPAY_PLUGIN_ID', 'erste-kekspay-woocommerce' );
}
if ( ! defined( 'KEKSPAY_PLUGIN_VERSION' ) ) {
define( 'KEKSPAY_PLUGIN_VERSION', '2.0.1' );
define( 'KEKSPAY_PLUGIN_VERSION', '2.1.0' );
}
if ( ! defined( 'KEKSPAY_DIR_PATH' ) ) {
define( 'KEKSPAY_DIR_PATH', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit 68e168a

Please sign in to comment.