From a40b59b6e2ec0894957343416dae5fc539b0494a Mon Sep 17 00:00:00 2001
From: Tawhid Islam Raihan <wdraihan@wdraihan.com>
Date: Sat, 4 Mar 2023 19:32:21 +0000
Subject: [PATCH] version check

---
 mmawpg.php |  5 ++---
 readme.txt | 17 +++++++++++------
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/mmawpg.php b/mmawpg.php
index 448ee3e..8646088 100644
--- a/mmawpg.php
+++ b/mmawpg.php
@@ -3,9 +3,8 @@
 Plugin Name: Min and Max Order Amount for Woo Payment Gateways
 Plugin URI: https://mmawpg.wdraihan.com/
 Description: Add minimum or maximum order amount to restricting/disable checkout/place order button based on WooCommerce payment gateways.
-Version: 1.0.1
-Author: WDRaihan
-Author URI: https://wdraihan.com
+Version: 1.0.2
+Author: Raihan
 License: GPL-2.0+
 License URI: http://www.gnu.org/licenses/gpl-2.0.txt
 Text Domain: mmawpg
diff --git a/readme.txt b/readme.txt
index 0b0c73a..42914b4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,10 +1,10 @@
 === Minimum and Maximum Order Amount for WooCommerce Payment Gateways ===
-Contributors: wdraihan, raihan143
+Contributors: raihan143
 Tags: minimum payment, maximum payment, min max order amount, min max payment, stripe min max amount, paypal min max amount, conditional payment gateway, min and max price for order
 Requires at least: 4.2
-Tested up to: 6.0
+Tested up to: 6.1
 Requires PHP: 4.3
-Stable tag: 1.0.1
+Stable tag: 1.0.2
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
@@ -51,10 +51,15 @@ If you want to receive payment by ‘Bank’ for a minimum or maximum order amou
 
 == Changelog ==
 
-= 1.0.1 - 1607/10/2022 =
+= 1.0.2 - 05/03/2023 =
 
-Compatible check with PHP 8
+-Minor update
+-Compatible check with WordPress 6.1
+
+= 1.0.1 - 07/10/2022 =
+
+-Compatible check with PHP 8
 
 = 1.0.0 - 16/07/2022 =
 
-Initial stable release
+-Initial stable release
-- 
GitLab