From f33b2eb55ece7cb9dc7efaef066f4458e5268f2d Mon Sep 17 00:00:00 2001 From: Yied Pozi Date: Tue, 13 Aug 2024 13:38:51 +0800 Subject: [PATCH] bump plugin version and update changelog --- billplzWoo.php | 4 ++-- readme.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/billplzWoo.php b/billplzWoo.php index 21638d7..9d28d6f 100644 --- a/billplzWoo.php +++ b/billplzWoo.php @@ -6,7 +6,7 @@ * Description: Billplz. Fair payment platform. * Author: Billplz Sdn Bhd * Author URI: http://github.com/billplz/billplz-for-woocommerce - * Version: 3.28.7 + * Version: 3.28.8 * Requires PHP: 7.0 * Requires at least: 4.6 * Requires Plugins: woocommerce @@ -52,7 +52,7 @@ private function define_constants() { $this->define( 'BFW_PLUGIN_URL', plugin_dir_url(BFW_PLUGIN_FILE)); $this->define( 'BFW_PLUGIN_DIR', dirname(BFW_PLUGIN_FILE) ); $this->define( 'BFW_BASENAME', plugin_basename(BFW_PLUGIN_FILE) ); - $this->define( 'BFW_PLUGIN_VER', '3.28.3' ); + $this->define( 'BFW_PLUGIN_VER', '3.28.8' ); } public function check_environment() { diff --git a/readme.txt b/readme.txt index 5a28d01..0ed3267 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: wanzulnet, yiedpozi Tags: billplz Tested up to: 6.6.1 -Stable tag: 3.28.7 +Stable tag: 3.28.8 Requires at least: 4.6 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -23,6 +23,9 @@ Install this plugin to accept payment using Billplz. == Changelog == += 3.28.8 - 2024-08-13 = +* FIXED: Resolved PHP 8.x deprecation warnings + = 3.28.7 - 2024-07-29 = * FIXED: Remove special characters from the Payment Order description