Skip to content

Commit

Permalink
Preparing the release of v4.23.3 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishgurung authored Aug 30, 2022
1 parent 7c65146 commit b7e5d34
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

### [v4.23.3 _(Aug 30, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.3)
#### 👾 Bug Fixes
- Fixing the issue of card payment by reverting v4.23.2. (PR [#299](https://github.com/omise/omise-woocommerce/pull/299))

### [v4.23.2 _(Aug 18, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.2)

#### 👾 Bug Fixes
- Handle capabilities failed. (PR [#294](https://github.com/omise/omise-woocommerce/pull/294))

### [v4.23.1 _(Aug 4, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.1)

#### 👾 Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions omise-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* 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.23.1
* Version: 4.23.3
* Author: Omise and contributors
* Author URI: https://github.com/omise/omise-woocommerce/graphs/contributors
* Text Domain: omise
* WC requires at least: 3.3.4
* WC tested up to: 5.7.0
* WC tested up to: 6.0.1
* License: MIT
* License URI: https://opensource.org/licenses/MIT
*/
Expand All @@ -20,7 +20,7 @@ class Omise {
*
* @var string
*/
public $version = '4.23.1';
public $version = '4.23.3';

/**
* The Omise Instance.
Expand Down
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0
Stable tag: 4.23.1
Tested up to: 6.0.1
Stable tag: 4.23.3
License: MIT
License URI: https://opensource.org/licenses/MIT

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

== Changelog ==

= 4.23.3 =

#### 👾 Bug Fixes
- Fixing the issue of card payment by reverting v4.23.2. (PR [#299](https://github.com/omise/omise-woocommerce/pull/299))

= 4.23.2 =

#### 👾 Bug Fixes
- Handle capabilities failed. (PR [#294](https://github.com/omise/omise-woocommerce/pull/294))

= 4.23.1 =

#### 👾 Bug Fixes
Expand Down

0 comments on commit b7e5d34

Please sign in to comment.