From 4880208539816f7c2689aa41ec9fb968d8b0e086 Mon Sep 17 00:00:00 2001 From: aashishgurung <101558497+aashishgurung@users.noreply.github.com> Date: Tue, 5 Jul 2022 15:45:06 +0700 Subject: [PATCH] Preparing release of v4.22.0 (#283) --- CHANGELOG.md | 6 ++++++ includes/gateway/abstract-omise-payment-base-card.php | 2 +- omise-woocommerce.php | 4 ++-- readme.txt | 8 +++++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb0294eb..8bccfc46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG + +### [v4.22.0 _(Jul 5, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.22.0) +- Fix the issue of order status changing to failed when user tries to capture a charge that's already been captured. (PR [#281](https://github.com/omise/omise-woocommerce/pull/281) +- Allow GrabPay payment in Thailand (PR [#282](https://github.com/omise/omise-woocommerce/pull/282) + + ### [v4.21.1 _(Jun 16, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.21.1) #### 👾 Bug Fixes diff --git a/includes/gateway/abstract-omise-payment-base-card.php b/includes/gateway/abstract-omise-payment-base-card.php index 1d517739..71d8b08e 100644 --- a/includes/gateway/abstract-omise-payment-base-card.php +++ b/includes/gateway/abstract-omise-payment-base-card.php @@ -4,7 +4,7 @@ require_once dirname( __FILE__ ) . '/class-omise-payment.php'; /** - * @since 4.21.0 + * @since 4.22.0 */ abstract class Omise_Payment_Base_Card extends Omise_Payment { const PAYMENT_ACTION_AUTHORIZE = 'manual_capture'; diff --git a/omise-woocommerce.php b/omise-woocommerce.php index f1be8dfd..0d3505c3 100644 --- a/omise-woocommerce.php +++ b/omise-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: Omise Payment Gateway * Plugin URI: https://www.omise.co/woocommerce * Description: Omise WooCommerce Gateway Plugin is a WordPress plugin designed specifically for WooCommerce. The plugin adds support for Omise Payment Gateway payment method to WooCommerce. - * Version: 4.21.1 + * Version: 4.22.0 * Author: Omise and contributors * Author URI: https://github.com/omise/omise-woocommerce/graphs/contributors * Text Domain: omise @@ -20,7 +20,7 @@ class Omise { * * @var string */ - public $version = '4.21.1'; + public $version = '4.22.0'; /** * The Omise Instance. diff --git a/readme.txt b/readme.txt index be4bda4b..b82c4507 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: Omise Tags: omise, payment, payment gateway, woocommerce plugin, installment, internet banking, alipay, paynow, truemoney wallet, woocommerce payment Requires at least: 4.3.1 Tested up to: 5.9.0 -Stable tag: 4.21.1 +Stable tag: 4.22.0 License: MIT License URI: https://opensource.org/licenses/MIT @@ -33,6 +33,12 @@ From there: == Changelog == += 4.22.0 = + +#### 🚀 Enhancements +- Fix the issue of order status changing to failed when user tries to capture a charge that's already been captured. +- Allow GrabPay payment in Thailand + = 4.21.1 = #### 👾 Bug Fixes