From b9adede2acaad97d99ec209f6f59d11aca21e953 Mon Sep 17 00:00:00 2001 From: Ivan Petak Date: Thu, 21 Mar 2024 20:59:23 +0100 Subject: [PATCH] Update version numbers --- readme.txt | 10 +++++----- woocommerce-gateway-kekspay.php | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.txt b/readme.txt index 1cdbca8..fc26db3 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: kekspay, woocommerce, gateway, payment Requires at least: 5.0 Tested up to: 6.5 Requires PHP: 7.2 -Stable tag: 1.0.17 +Stable tag: 1.1.0 License: GPL v3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -49,6 +49,10 @@ For more installation options check the [official WordPress documentation](https == Changelog == += 1.1.0 = +* Add assets build +* Add AES cipher support + = 1.0.17 = * Changes to plugin support info. @@ -59,10 +63,6 @@ For more installation options check the [official WordPress documentation](https * Add error log for refund request timeout. * Increase timeout for refund request. -= 1.0.15 = -* Add error log for refund request timeout. -* Increase timeout for refund request. - = 1.0.14 = * Changes to plugin support info. * Fix typo in plugin description. diff --git a/woocommerce-gateway-kekspay.php b/woocommerce-gateway-kekspay.php index 577e4f4..721e5f6 100644 --- a/woocommerce-gateway-kekspay.php +++ b/woocommerce-gateway-kekspay.php @@ -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: 1.0.17 + * Version: 1.1.0 * Requires at least: 5.0 * Requires PHP: 7.2 * Author: Erste bank Croatia @@ -141,7 +141,7 @@ public static function register_constants() { define( 'KEKSPAY_PLUGIN_ID', 'erste-kekspay-woocommerce' ); } if ( ! defined( 'KEKSPAY_PLUGIN_VERSION' ) ) { - define( 'KEKSPAY_PLUGIN_VERSION', '1.0.17' ); + define( 'KEKSPAY_PLUGIN_VERSION', '1.1.0' ); } if ( ! defined( 'KEKSPAY_DIR_PATH' ) ) { define( 'KEKSPAY_DIR_PATH', plugin_dir_path( __FILE__ ) );