From f3d39200fb4fd868a677e9e4dac62a19d59fd479 Mon Sep 17 00:00:00 2001 From: Mayur Kathale Date: Tue, 22 Dec 2020 11:44:53 +0700 Subject: [PATCH] Preparing to release version 4.6 --- CHANGELOG.md | 7 +++++++ omise-woocommerce.php | 4 ++-- readme.txt | 11 +++++++++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 893b2fc5..41a45655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +### [v4.6 _(Dec 23, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.6) + +#### 🚀 Enhancements +- Updating translation for Japanese language in konbini payment. (PR [#204](https://github.com/omise/omise-woocommerce/pull/204)) +- Adding support to online refunds in paynow. (PR [#202](https://github.com/omise/omise-woocommerce/pull/202)) +- Run tests using GitHub Actions. (PR [#203](https://github.com/omise/omise-woocommerce/pull/203)) + ### [v4.5 _(Dec 04, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.5) #### 🚀 Enhancements diff --git a/omise-woocommerce.php b/omise-woocommerce.php index 4f80f6ea..53b0597c 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.5 + * Version: 4.6 * Author: Omise and contributors * Author URI: https://github.com/omise/omise-woocommerce/graphs/contributors * Text Domain: omise @@ -18,7 +18,7 @@ class Omise { * * @var string */ - public $version = '4.5'; + public $version = '4.6'; /** * The Omise Instance. diff --git a/readme.txt b/readme.txt index c08d4c63..8e56a288 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ 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.5.1 -Stable tag: 4.5 +Tested up to: 5.6.0 +Stable tag: 4.6 License: MIT License URI: https://opensource.org/licenses/MIT @@ -33,6 +33,13 @@ From there: == Changelog == += 4.6 = + +#### 🚀 Enhancements +- Updating translation for Japanese language in konbini payment. (PR [#204](https://github.com/omise/omise-woocommerce/pull/204)) +- Adding support to online refunds in paynow. (PR [#202](https://github.com/omise/omise-woocommerce/pull/202)) +- Run tests using GitHub Actions. (PR [#203](https://github.com/omise/omise-woocommerce/pull/203)) + = 4.5 = #### 🚀 Enhancements