Skip to content

Commit

Permalink
Preparing release of v4.22.0 (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishgurung authored Jul 5, 2022
1 parent fc3650c commit 4880208
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion includes/gateway/abstract-omise-payment-base-card.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
4 changes: 2 additions & 2 deletions omise-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,7 +20,7 @@ class Omise {
*
* @var string
*/
public $version = '4.21.1';
public $version = '4.22.0';

/**
* The Omise Instance.
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4880208

Please sign in to comment.