Skip to content

Commit

Permalink
Merge pull request #192 from omise/release-4-3
Browse files Browse the repository at this point in the history
✨ Releasing Omise-WooCommerce v4.3
  • Loading branch information
mayurkathale authored Oct 14, 2020
2 parents 24057b3 + 4236c72 commit de27559
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ i.e.
- **WooCommerce**: v4.3.0
- **WordPress**: v5.4.2
- **PHP version**: 7.3.3
- **Omise plugin version**: Omise-WooCommerce 4.1 (optional, in case of submitting a new issue)
- **Omise plugin version**: Omise-WooCommerce 4.3 (optional, in case of submitting a new issue)

**✏️ Details:**

Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

### [v4.3 _(Oct 15, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.3)

#### ✨ Highlights
- Introducing Konbini payment method. (PR [#149](https://github.com/omise/omise-woocommerce/pull/149))

#### 🚀 Enhancements
- PayNow, adding a link to the QR code url at the order-confirmation email. (PR [#185](https://github.com/omise/omise-woocommerce/pull/185))

---

### [v4.2 _(Sep 15, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.2)

#### 🚀 Enhancements
Expand Down Expand Up @@ -273,4 +283,4 @@
- *`Added`* First version supports.
- Charge a card
- Save a card
- Delete a card
- Delete a card
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.2
* Version: 4.3
* Author: Omise and contributors
* Author URI: https://github.com/omise/omise-woocommerce/graphs/contributors
* Text Domain: omise
Expand All @@ -18,7 +18,7 @@ class Omise {
*
* @var string
*/
public $version = '4.2';
public $version = '4.3';

/**
* The Omise Instance.
Expand Down
10 changes: 9 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.5.1
Stable tag: 4.2
Stable tag: 4.3
License: MIT
License URI: https://opensource.org/licenses/MIT

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

== Changelog ==

= 4.3 =

#### ✨ Highlights
- Introducing Konbini payment method. (PR [#149](https://github.com/omise/omise-woocommerce/pull/149))

#### 🚀 Enhancements
- PayNow, adding a link to the QR code url at the order-confirmation email. (PR [#185](https://github.com/omise/omise-woocommerce/pull/185))

= 4.2 =

#### 🚀 Enhancements
Expand Down

0 comments on commit de27559

Please sign in to comment.