Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirBabojelicNeuralab committed Dec 19, 2023
1 parent eea32ec commit 5b2fe32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 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.4
Requires PHP: 7.2
Stable tag: 1.0.14
Stable tag: 1.0.15
License: GPL v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand All @@ -18,15 +18,15 @@ Currently KEKS Pay for WooCommerce is available for merchants only in CROATIA.

== Why choose KEKS Pay? ==

KEKS Pay has no setup fees, no monthly fees, no hidden costs - you only get charged when you take payments through KEKS Pay. Earnings are transferred to your bank account on a 1-day rolling basis.
KEKS Pay has no setup fees, no monthly fees, no hidden costs - you only get charged when you take payments through KEKS Pay. Earnings are transferred to your bank account on a 1-day rolling basis.

Cancel whenever you want without additional costs.

== How to refund a KEKS Pay payment? ==

To do a refund, select the order and click the Refund button afterward. You will be able to type in the amount you would refund. The order status will change to “Refunded” once the order has been successfully refunded.

On a side note, this plugin is provided “as-is” and we don't currently provide support around installing and optimizing it for your needs.
On a side note, this plugin is provided “as-is” and we don't currently provide support around installing and optimizing it for your needs.

== Installation ==

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

== Changelog ==

= 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 Expand Up @@ -108,4 +112,4 @@ For more installation options check the [official WordPress documentation](https
* Initial stable release.

= 0.9 =
* Beta release.
* Beta release.
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.14
* Version: 1.0.15
* 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.14' );
define( 'KEKSPAY_PLUGIN_VERSION', '1.0.15' );
}
if ( ! defined( 'KEKSPAY_DIR_PATH' ) ) {
define( 'KEKSPAY_DIR_PATH', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit 5b2fe32

Please sign in to comment.