Skip to content

Commit

Permalink
Update README.md with latest version supports and logs
Browse files Browse the repository at this point in the history
  • Loading branch information
isrugeek committed Aug 16, 2024
1 parent 5e3d0e7 commit 471988b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Chapa Payment Gateway Plugin for WooCommerce

**Contributors:** [isrugeek](https://github.com/isrugeek), [kidus363](https://github.com/kidus363)
**Contributors:** [isrugeek](https://github.com/isrugeek), [kidus363](https://github.com/kidus363), [dawit2123](https://github.com/dawit2123)

**Tags:** woocommerce, payments, chapa, ethiopia, etb, telebirr, wordpress

**Requires at least:** 4.5

**Tested up to:** 6.2.1
**Tested up to:** 6.6.1

**Stable tag:** 1.0.1
**Stable tag:** 1.0.2

**License:** GPLv2 or later

Expand Down Expand Up @@ -107,3 +107,7 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand men

= 1.0.1 =
* Initial version

= 1.0.2 =

* Support latest version of Woocommerce
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Chapa Payment Gateway Plugin for WooCommerce ===
Contributors: isrugeek, kidus363
Contributors: isrugeek, kidus363, dawit2123
Tags: woocommerce, payments, chapa, ethiopia, etb, telebirr, wordpress
Requires at least: 4.5
Tested up to: 6.2.1
Stable tag: 1.0.1
Tested up to: 6.6.1
Stable tag: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -98,4 +98,8 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand men


= 1.0.1 =
* Initial version
* Initial version

= 1.0.2 =

* Support latest version of Woocommerce
6 changes: 3 additions & 3 deletions woo-chapa.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Plugin Name: Chapa Payment Gateway Plugin for WooCommerce
Plugin URI: https://chapa.co/
Description: Chapa Payment Gateway Plugin for WooCommerce
Version: 1.0.1
Version: 1.0.2
Author: Chapa
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
WC requires at least: 3.0.0
WC tested up to: 6.3.1
WC tested up to: 6.6.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand All @@ -19,7 +19,7 @@

define( 'WAF_WC_CHAPA_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );

define( 'WAF_WC_CHAPA_VERSION', '1.0.1' );
define( 'WAF_WC_CHAPA_VERSION', '1.0.2' );

/**
* Initialize Chapa WooCommerce payment gateway.
Expand Down

0 comments on commit 471988b

Please sign in to comment.