From 28d54c036d6a98c9ea749cd5512ad6b47eb0a485 Mon Sep 17 00:00:00 2001 From: lelinhtinh Date: Sat, 3 Dec 2022 00:22:30 +0700 Subject: [PATCH] chore: v1.0.2 --- coupon.php | 4 ++-- readme.txt | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/coupon.php b/coupon.php index a165806..61dc68a 100644 --- a/coupon.php +++ b/coupon.php @@ -16,7 +16,7 @@ * Plugin Name: OMS Coupon * Plugin URI: https://github.com/lelinhtinh/wp-coupon * Description: WordPress Coupon plugin to promote affiliate coupon and deals on your WordPress site. - * Version: 1.0.1 + * Version: 1.0.2 * Author: lelinhtinh * Requires at least: 4.4 * Requires PHP: 7.0 @@ -38,7 +38,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define('COUPON_VERSION', '1.0.1'); +define('COUPON_VERSION', '1.0.2'); /** * Define the Plugin basename diff --git a/readme.txt b/readme.txt index 27edf77..9600757 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://github.com/lelinhtinh Tags: affiliate, coupon, coupons, deal, deals Requires at least: 4.4 Tested up to: 6.1.1 -Stable tag: 1.0.1 +Stable tag: 1.0.2 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -38,6 +38,9 @@ Ha ha... maybe. == Changelog == += 1.0.2 = +* Fix wrong page parameter. + = 1.0.1 = * Fix unable to uninstall. @@ -46,5 +49,8 @@ Ha ha... maybe. == Upgrade Notice == += 1.0.2 = +Old version encountered an error when performing the delete and hide action. + = 1.0.1 = Old version failed to uninstall. \ No newline at end of file