From 78b383c46a433d656fdd6872c474e3b61e7be12a Mon Sep 17 00:00:00 2001 From: Aashish Date: Tue, 5 Mar 2024 09:55:06 +0700 Subject: [PATCH] Update metadata for v5.8.0. --- CHANGELOG.md | 4 ++++ omise-woocommerce.php | 4 ++-- readme.txt | 7 ++++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d5072d9..3817c622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## [v5.8.0 _(Mar 5, 2024)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.8.0) +- Add WeChat Pay. (PR [#434](https://github.com/omise/omise-woocommerce/pull/434)) +- Use WC order number metadata. (PR [#435](https://github.com/omise/omise-woocommerce/pull/435)) + ## [v5.7.0 _(Jan 11, 2024)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.7.0) - Added TrueMoney jumpapp. (PR [#431](https://github.com/omise/omise-woocommerce/pull/431)) - Updated README.md. (PR [#429](https://github.com/omise/omise-woocommerce/pull/429)) diff --git a/omise-woocommerce.php b/omise-woocommerce.php index fd495f3d..d97c1d9d 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.7.0 + * Version: 5.8.0 * 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.7.0'; + public $version = '5.8.0'; /** * The Omise Instance. diff --git a/readme.txt b/readme.txt index 3b460e29..1de7f2b1 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, woocommerce payment Requires at least: 4.3.1 Tested up to: 6.4.2 -Stable tag: 5.7.0 +Stable tag: 5.8.0 License: MIT License URI: https://opensource.org/licenses/MIT @@ -34,6 +34,11 @@ From there: == Changelog == += 5.8.0 = + +- Add WeChat Pay. (PR [#434](https://github.com/omise/omise-woocommerce/pull/434)) +- Use WC order number metadata. (PR [#435](https://github.com/omise/omise-woocommerce/pull/435)) + = 5.7.0 = - Added TrueMoney jumpapp. (PR [#431](https://github.com/omise/omise-woocommerce/pull/431))