diff --git a/includes/class-wc-kkiapay-gateway.php b/includes/class-wc-kkiapay-gateway.php index 07ef044..4729fab 100644 --- a/includes/class-wc-kkiapay-gateway.php +++ b/includes/class-wc-kkiapay-gateway.php @@ -77,6 +77,9 @@ public function __construct() // $this->refund = $this->get_option('refund'); $this->title = array_key_exists('title', $this->settings) ? $this->settings['title'] : ''; $this->method_title = 'Kkiapay'; + $this->description = "
+ Moov Money, MTN Money, Orange Money, TMoney, FreeMoney, Wave, Visa, Mastercard +
"; $this->method_description = array_key_exists('description', $this->settings) ? $this->settings['description'] : ''; $this->public_key = $this->get_option('public_key'); $this->private_key = $this->get_option('private_key'); diff --git a/kkiapay-woocommerce-plugin.php b/kkiapay-woocommerce-plugin.php index 519e113..db37f91 100644 --- a/kkiapay-woocommerce-plugin.php +++ b/kkiapay-woocommerce-plugin.php @@ -7,7 +7,7 @@ * Author: Kkiapay Developer Team ❤️ * Author URI: https://kkiapay.me/ * License: GPLv2 - * Version: 2.4.4 + * Version: 2.4.5 * Requires at least: 6.0 * Tested up to: 6.4.3 * WC requires at least: 6.0 @@ -17,7 +17,7 @@ */ define('WC_KKIAPAY_MAIN_FILE', __FILE__); -define('WC_KKIAPAY_VERSION', '2.4.4'); +define('WC_KKIAPAY_VERSION', '2.4.5'); // Make sure WooCommerce is active if (!in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) diff --git a/kkiapay-woocommerce.zip b/kkiapay-woocommerce.zip index 47dba04..92c1927 100644 Binary files a/kkiapay-woocommerce.zip and b/kkiapay-woocommerce.zip differ diff --git a/readme.txt b/readme.txt index 3c0dfa2..398db88 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: credit card, mobile money, africa payment,online payment, swift payment, b Requires at least: 6.0 Tested up to: 6.4.3 Requires PHP: 7.4 -Stable tag: 2.4.4 +Stable tag: 2.4.5 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html