From 0ae39ef8074b5bc68e0a8fae57f72ace9964379e Mon Sep 17 00:00:00 2001 From: guzzilar Date: Thu, 1 Aug 2019 01:51:20 +0700 Subject: [PATCH] Bumping version up from v3.5 to v3.6 & updating all related files. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CHANGELOG.md | 12 ++++++++++++ Gruntfile.js | 2 +- README.md | 6 +++--- omise-woocommerce.php | 4 ++-- readme.txt | 12 +++++++++++- 6 files changed, 30 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b083276e..b0cd4da7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,7 +24,7 @@ Specify the details of your test environments, including, for each, the platform i.e. - **Platform version**: WooCommerce 3.1.1. -- **Omise plugin version**: Omise-WooCommerce 3.5. +- **Omise plugin version**: Omise-WooCommerce 3.6. - **PHP version**: 7.0.16. **✏️ Details:** diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a46aff5..ce48ec7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +### [v3.6 _(Aug 1, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.6) + +#### ✨ Highlights + +- [#118](https://github.com/omise/omise-woocommerce/pull/118): Better way to handle amount subunit, adding support for more currencies. + +#### 🚀 Enhancements + +- [#124](https://github.com/omise/omise-woocommerce/pull/124): Updating npm vulnerable dependencies. + +--- + ### [v3.5 _(Jul 23, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.5) #### 👾 Bug Fixes diff --git a/Gruntfile.js b/Gruntfile.js index d4e25f64..fe9db639 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -10,7 +10,7 @@ module.exports = function(grunt) { potHeaders: { poedit: false, // Includes common Poedit headers. 'x-poedit-keywordslist': true, // Include a list of all possible gettext functions. - 'Project-Id-Version': 'Omise Payment Gateway v3.5', + 'Project-Id-Version': 'Omise Payment Gateway v3.6', 'Report-Msgid-Bugs-To': 'https://github.com/omise/omise-woocommerce/issues' }, // Headers to add to the generated POT file. processPot: null, // A callback function for manipulating the POT file. diff --git a/README.md b/README.md index 80539cbc..f2f17a10 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ In order to install Omise-WooCommerce plugin, you can either manually download t #### Manually -1. Download and extract the zip file from [Omise-WooCommerce](https://github.com/omise/omise-woocommerce/archive/v3.5.zip) to your local machine. +1. Download and extract the zip file from [Omise-WooCommerce](https://github.com/omise/omise-woocommerce/archive/v3.6.zip) to your local machine. ![screen shot 2560-07-26 at 12 36 43 pm](https://user-images.githubusercontent.com/2154669/38302382-ac3b1cf8-382c-11e8-80d4-61e935b7a567.png) -2. Copy all files from the step 1 to WordPress plugin folder, `your-wordpress-dir/wp-content/plugins/omise-woocommerce-3.5`. +2. Copy all files from the step 1 to WordPress plugin folder, `your-wordpress-dir/wp-content/plugins/omise-woocommerce-3.6`. -3. Rename `omise-woocommerce-3.5` folder to `omise` +3. Rename `omise-woocommerce-3.6` folder to `omise` ![screen shot 2560-07-26 at 12 36 43 pm](https://user-images.githubusercontent.com/2154669/28606035-2b9387dc-71ff-11e7-887d-dc90ce774a39.png) 4. Once done, `Omise Payment Gateway` plugin will be shown at the **Installed Plugins** page. Click `activate` to activate the plugin. diff --git a/omise-woocommerce.php b/omise-woocommerce.php index 1d981eab..5af236a8 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: 3.5 + * Version: 3.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 = '3.5'; + public $version = '3.6'; /** * The Omise Instance. diff --git a/readme.txt b/readme.txt index 36a640b7..2c4afbaf 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: Omise Tags: omise, payment, payment gateway, woocommerce plugin, installment, internet banking, alipay Requires at least: 4.3.1 Tested up to: 5.2.2 -Stable tag: 3.5 +Stable tag: 3.6 License: MIT License URI: https://opensource.org/licenses/MIT @@ -33,6 +33,16 @@ From there: == Changelog == += 3.6 = + +#### ✨ Highlights + +- [#118](https://github.com/omise/omise-woocommerce/pull/118): Better way to handle amount subunit, adding support for more currencies. + +#### 🚀 Enhancements + +- [#124](https://github.com/omise/omise-woocommerce/pull/124): Updating npm vulnerable dependencies. + = 3.5 = #### 👾 Bug Fixes