Skip to content

Commit

Permalink
Add version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isrugeek committed Oct 22, 2022
1 parent 9adace1 commit ff61d3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

**Tested up to:** 6.0.2

**Stable tag:** 1.0
**Stable tag:** 1.0.1

**License:** GPLv2 or later

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions woo-chapa.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit ff61d3e

Please sign in to comment.