Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPetakNeuralab committed Mar 21, 2024
1 parent 7ba3e51 commit b9adede
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 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: 1.0.17
* Version: 1.1.0
* Requires at least: 5.0
* Requires PHP: 7.2
* Author: Erste bank Croatia
Expand Down Expand Up @@ -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__ ) );
Expand Down

0 comments on commit b9adede

Please sign in to comment.