Skip to content

Commit

Permalink
Merge pull request #33 from yiedpozi/master
Browse files Browse the repository at this point in the history
Bump Plugin Version and Update Changelog
  • Loading branch information
yiedpozi authored Aug 13, 2024
2 parents 87e76ee + e3c73f1 commit dc73530
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions billplzWoo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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() {
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit dc73530

Please sign in to comment.