From ff61d3ebe5c0c5d21bd0c61012ab25330e5cce65 Mon Sep 17 00:00:00 2001 From: Israel Date: Fri, 21 Oct 2022 20:56:52 -0600 Subject: [PATCH] Add version 1.0.1 --- README.md | 4 ++-- readme.txt | 4 ++-- woo-chapa.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7aa5e48..6ded69d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ **Tested up to:** 6.0.2 -**Stable tag:** 1.0 +**Stable tag:** 1.0.1 **License:** GPLv2 or later @@ -102,5 +102,5 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand men == Changelog == -= 1.0 = += 1.0.1 = * Initial version diff --git a/readme.txt b/readme.txt index 051d187..df17998 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: isrugeek, kidus363 Tags: woocommerce, payments, chapa, ethiopia, etb, telebirr, wordpress Requires at least: 4.5 Tested up to: 6.0.2 -Stable tag: 1.0 +Stable tag: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -94,5 +94,5 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand men == Changelog == -= 1.0 = += 1.0.1 = * Initial version \ No newline at end of file diff --git a/woo-chapa.php b/woo-chapa.php index f1a2d64..bc635c3 100644 --- a/woo-chapa.php +++ b/woo-chapa.php @@ -3,7 +3,7 @@ Plugin Name: Chapa Payment Gateway Plugin for WooCommerce Plugin URI: https://chapa.co/ Description: Chapa Payment Gateway Plugin for WooCommerce - Version: 1.0 + Version: 1.0.1 Author: Chapa License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -19,7 +19,7 @@ define( 'WAF_WC_CHAPA_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) ); -define( 'WAF_WC_CHAPA_VERSION', '1.0' ); +define( 'WAF_WC_CHAPA_VERSION', '1.0.1' ); /** * Initialize Chapa WooCommerce payment gateway.