From b6ad0d7c517a856ad876af03890b977ca10ea451 Mon Sep 17 00:00:00 2001
From: Tawhid Islam Raihan <wdraihan@wdraihan.com>
Date: Fri, 7 Oct 2022 17:13:55 +0000
Subject: [PATCH] Compatible check with PHP 8

---
 mmawpg.php | 2 +-
 readme.txt | 8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/mmawpg.php b/mmawpg.php
index ebc45fe..448ee3e 100644
--- a/mmawpg.php
+++ b/mmawpg.php
@@ -3,7 +3,7 @@
 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.0
+Version: 1.0.1
 Author: WDRaihan
 Author URI: https://wdraihan.com
 License: GPL-2.0+
diff --git a/readme.txt b/readme.txt
index b5c003f..0b0c73a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Tags: minimum payment, maximum payment, min max order amount, min max payment, s
 Requires at least: 4.2
 Tested up to: 6.0
 Requires PHP: 4.3
-Stable tag: 1.0.0
+Stable tag: 1.0.1
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
@@ -14,6 +14,8 @@ With this plugin, you will be able to set up minimum and maximum order amount fo
 
 Add minimum or maximum order amount to restricting/disable checkout/place order button based on WooCommerce payment gateways.
 
+👉 Demo Link: [Live Preview](https://mmawpg.wdraihan.com/)
+
 With this plugin, you will be able to set up minimum and maximum order amount for woocommerce payment gateways. If you set up an order limit for a specific payment gateway, then users will be unable to place an order using that payment gateway until no match between the order limit and cart sum.
 
 Use this plugin to set up the minimum or maximum order amounts for the WooCommerce payment gateways. You can force users to cart a specific amount (based on min or max amount) to use a specific payment gateway. For example: To use the Cash On Delivery payment gateway, you can set a minimum or maximum order amount for the users. If you set up an order limit for a specific payment gateway, the users won’t be able to place an order using that payment gateway until not match between the order limit and the cart sum.
@@ -49,6 +51,10 @@ If you want to receive payment by ‘Bank’ for a minimum or maximum order amou
 
 == Changelog ==
 
+= 1.0.1 - 1607/10/2022 =
+
+Compatible check with PHP 8
+
 = 1.0.0 - 16/07/2022 =
 
 Initial stable release
-- 
GitLab