From 3dfebb34177c5ae2becc9f9f8dcd7511b74315ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Fr=C5=BEi=C4=87?= Date: Mon, 6 Nov 2023 11:19:42 +0100 Subject: [PATCH] Bump WC tested up and fix typo in plugin description --- readme.txt | 1 + woocommerce-gateway-kekspay.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 1a4122b..f0a7875 100644 --- a/readme.txt +++ b/readme.txt @@ -51,6 +51,7 @@ For more installation options check the [official WordPress documentation](https = 1.0.14 = * Changes to plugin support info. +* Fix typo in plugin description. = 1.0.13 = * Declare compatibility with HPOS. diff --git a/woocommerce-gateway-kekspay.php b/woocommerce-gateway-kekspay.php index 748343e..357f6b2 100644 --- a/woocommerce-gateway-kekspay.php +++ b/woocommerce-gateway-kekspay.php @@ -2,7 +2,7 @@ /** * Plugin Name: KEKS Pay for WooCommerce * Plugin URI: https://www.kekspay.hr/ - * Description: Incredible fast and user friendly payment method created by Erste Bank Croatia. + * Description: Incredibly fast and user friendly payment method created by Erste Bank Croatia. * Version: 1.0.14 * Requires at least: 5.0 * Requires PHP: 7.2 @@ -14,7 +14,7 @@ * Domain Path: /languages * * WC requires at least: 3.3 - * WC tested up to: 8.2.1 + * WC tested up to: 8.2 */ if ( ! defined( 'ABSPATH' ) ) {