diff --git a/CHANGELOG.md b/CHANGELOG.md index c10e1634..090bcbac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +### [v5.5.1 _(Nov 2, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.5.1) +- Fix mobile banking issue. (PR [#413](https://github.com/omise/omise-woocommerce/pull/413)) + ### [v5.5.0 _(Oct 17, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.5.0) - Added dynamic webhook. (PR [#407](https://github.com/omise/omise-woocommerce/pull/407)) - Add QR expires countdown for PromptPay. (PR [#408](https://github.com/omise/omise-woocommerce/pull/408)) diff --git a/omise-woocommerce.php b/omise-woocommerce.php index 47fc889c..36636ace 100644 --- a/omise-woocommerce.php +++ b/omise-woocommerce.php @@ -4,7 +4,7 @@ * Plugin Name: Opn Payments * Plugin URI: https://www.omise.co/woocommerce * Description: Opn Payments is a WordPress plugin designed specifically for WooCommerce. The plugin adds support for Opn Payments Payment Gateway's payment methods to WooCommerce. - * Version: 5.5.0 + * Version: 5.5.1 * Author: Opn Payments and contributors * Author URI: https://github.com/omise/omise-woocommerce/graphs/contributors * Text Domain: omise @@ -22,7 +22,7 @@ class Omise * * @var string */ - public $version = '5.5.0'; + public $version = '5.5.1'; /** * The Omise Instance. diff --git a/readme.txt b/readme.txt index 6b69caaa..4fe31667 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: Opn Payments Tags: opn payments, payment, payment gateway, woocommerce plugin, omise, opn, installment, internet banking, alipay, paynow, truemoney wallet, woocommerce payment Requires at least: 4.3.1 Tested up to: 6.3.2 -Stable tag: 5.5.0 +Stable tag: 5.5.1 License: MIT License URI: https://opensource.org/licenses/MIT @@ -34,7 +34,11 @@ From there: == Changelog == -= 5.5.0 == += 5.5.1 = + +- Fix mobile banking issue. (PR [#413](https://github.com/omise/omise-woocommerce/pull/413)) + += 5.5.0 = - Added dynamic webhook. (PR [#407](https://github.com/omise/omise-woocommerce/pull/407)) - Add QR expires countdown for PromptPay. (PR [#408](https://github.com/omise/omise-woocommerce/pull/408))