diff --git a/mmawpg.php b/mmawpg.php
index ebc45fecb4c0a1f869fb02f7d7aa0d7c437525ac..448ee3ecd5a078641028f0effcd061ab3515514d 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 b5c003fc6ed6d12d577225df8f17d4067cc7b1fc..0b0c73a0e6b290a0c0682ccf2cbcdf9adb7938e6 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