Skip to content

Commit

Permalink
Release v4.21 (#279)
Browse files Browse the repository at this point in the history
* push release files

* Update CHANGELOG.md

Co-authored-by: Som <16201698+som-m@users.noreply.github.com>

* format

* changed to 4.21.0

Co-authored-by: Som <16201698+som-m@users.noreply.github.com>
  • Loading branch information
kan98 and som-m committed Jun 15, 2022
1 parent 21e06d9 commit 898a8e0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

### [v4.21.0 _(Jun 15, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.21.0)

#### 🚀 Enhancements
- Added GooglePay payment method (PR [#278](https://github.com/omise/omise-woocommerce/pull/278))

### [v4.20.1 _(Jun 6, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.20.1)

#### 🚀 Enhancements
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
* @since 4.21.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.20.1
* Version: 4.21.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.20.1';
public $version = '4.21.0';

/**
* The Omise Instance.
Expand Down
7 changes: 6 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.20.1
Stable tag: 4.21.0
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -33,6 +33,11 @@ From there:

== Changelog ==

= 4.21.0 =

#### 🚀 Enhancements
- Added GooglePay payment method (PR [#278](https://github.com/omise/omise-woocommerce/pull/278))

= 4.20.1 =

#### 🚀 Enhancements
Expand Down

0 comments on commit 898a8e0

Please sign in to comment.