Skip to content

Commit

Permalink
Merge pull request #117 from omise/release-3-4
Browse files Browse the repository at this point in the history
✨ Releasing Omise-WooCommerce v3.4
  • Loading branch information
guzzilar authored Jun 14, 2019
2 parents 3594022 + de9af6c commit d0b7a5d
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.
- **Omise plugin version**: Omise-WooCommerce 3.4.
- **PHP version**: 7.0.16.

**✏️ Details:**
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

### [v3.4 _(Jun 14, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.4)

#### ✨ Highlights

- [#115](https://github.com/omise/omise-woocommerce/pull/115): Installment, display instalment monthly amount & interest fee at the checkout page.
- [#99](https://github.com/omise/omise-woocommerce/pull/99): Introduce Installment payment method.

#### 🚀 Enhancements

- [#114](https://github.com/omise/omise-woocommerce/pull/114): Update Omise-PHP library from v2.11.1 to v2.11.2.
- [#113](https://github.com/omise/omise-woocommerce/pull/113): Unifying stylesheet & fixing some broken styles.
- [#112](https://github.com/omise/omise-woocommerce/pull/112): Correcting & enhancing payment response messages.
- [#111](https://github.com/omise/omise-woocommerce/pull/111): Removing all redundant code regarding to WC Order transaction ID assignment.
- [#109](https://github.com/omise/omise-woocommerce/pull/109): 🧹 Code Cleaning: Relocating 'capture' method from Omise_Payment class to Omise_Payment_Creditcard.
- [#108](https://github.com/omise/omise-woocommerce/pull/108): Refactoring, unify Omise key(s)-defining into one place.
- [#101](https://github.com/omise/omise-woocommerce/pull/101): Refactoring, simplifying payment processors.

---

### [v3.3 _(Mar 28, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.3)

#### 🚀 Enhancements
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.3',
'Project-Id-Version': 'Omise Payment Gateway v3.4',
'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.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Supported Versions

WooCommerce version 3.3.4 and above (tested to version 3.5.7).
WooCommerce version 3.3.4 and above (tested to version 3.6.4).

**The extension doesn't work on your version?**
Our aim is to support as many versions of WooCommerce as we can.
Expand All @@ -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.3.zip) to your local machine.
1. Download and extract the zip file from [Omise-WooCommerce](https://github.com/omise/omise-woocommerce/archive/v3.4.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.3`.
2. Copy all files from the step 1 to WordPress plugin folder, `your-wordpress-dir/wp-content/plugins/omise-woocommerce-3.4`.

3. Rename `omise-woocommerce-3.3` folder to `omise`
3. Rename `omise-woocommerce-3.4` 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.
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: 3.4-dev
* Version: 3.4
* 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 = '3.4-dev';
public $version = '3.4';

/**
* The Omise Instance.
Expand Down
23 changes: 20 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Omise WooCommerce ===
Contributors: Omise
Tags: omise, payment, payment gateway, woocommerce plugin
Tags: omise, payment, payment gateway, woocommerce plugin, installment, internet banking, alipay
Requires at least: 4.3.1
Tested up to: 4.8
Stable tag: 3.3
Tested up to: 5.2.1
Stable tag: 3.4
License: MIT
License URI: https://opensource.org/licenses/MIT

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

== Changelog ==

= 3.4 =

#### ✨ Highlights

- [#115](https://github.com/omise/omise-woocommerce/pull/115): Installment, display instalment monthly amount & interest fee at the checkout page.
- [#99](https://github.com/omise/omise-woocommerce/pull/99): Introduce Installment payment method.

#### 🚀 Enhancements

- [#114](https://github.com/omise/omise-woocommerce/pull/114): Update Omise-PHP library from v2.11.1 to v2.11.2.
- [#113](https://github.com/omise/omise-woocommerce/pull/113): Unifying stylesheet & fixing some broken styles.
- [#112](https://github.com/omise/omise-woocommerce/pull/112): Correcting & enhancing payment response messages.
- [#111](https://github.com/omise/omise-woocommerce/pull/111): Removing all redundant code regarding to WC Order transaction ID assignment.
- [#109](https://github.com/omise/omise-woocommerce/pull/109): 🧹 Code Cleaning: Relocating 'capture' method from Omise_Payment class to Omise_Payment_Creditcard.
- [#108](https://github.com/omise/omise-woocommerce/pull/108): Refactoring, unify Omise key(s)-defining into one place.
- [#101](https://github.com/omise/omise-woocommerce/pull/101): Refactoring, simplifying payment processors.

= 3.3 =

#### 🚀 Enhancements
Expand Down

0 comments on commit d0b7a5d

Please sign in to comment.