Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nimid committed Aug 26, 2016
1 parent 3f9d191 commit 837ac85
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.2.2] 2016-08-26
- *`Improved`* Specify the display size of card brand image and allow customer to define their own style
- *`Removed`* Remove an unused unit test of the library, omise-php

## [1.2.1] 2016-08-05
- *`Added`* Configuration for card brand logo display
- *`Added`* List of transfers
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Developer Documentation [here](https://www.omise.co/docs/)
## Installation Guide

1. Download the latest release packed as zip format from Releases page: https://github.com/omise/omise-woocommerce/releases
( latest: https://github.com/omise/omise-woocommerce/archive/v1.2.1.zip )
( latest: https://github.com/omise/omise-woocommerce/archive/v1.2.2.zip )

2. Install plugin in wordpress using Plugin Upload method, i.e. https://yourwebsite.com/wp-admin/plugin-install.php?tab=upload
and upload omise-woocommerce-1.2.1.zip
and upload omise-woocommerce-1.2.2.zip

3. Activate Omise 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: 1.2.1
* Version: 1.2.2
* Author: Omise
* Author URI: https://www.omise.co
*
Expand All @@ -15,7 +15,7 @@
defined( 'OMISE_PROTOCOL_PREFIX' ) || define( "OMISE_PROTOCOL_PREFIX", "https://" );
defined( 'OMISE_VAULT_HOST' ) || define( "OMISE_VAULT_HOST", "vault.omise.co" );
defined( 'OMISE_API_HOST' ) || define( "OMISE_API_HOST", "api.omise.co" );
defined( 'OMISE_WOOCOMMERCE_PLUGIN_VERSION' ) || define( "OMISE_WOOCOMMERCE_PLUGIN_VERSION", "1.2.1" );
defined( 'OMISE_WOOCOMMERCE_PLUGIN_VERSION' ) || define( "OMISE_WOOCOMMERCE_PLUGIN_VERSION", "1.2.2" );
defined( 'OMISE_API_VERSION' ) || define( 'OMISE_API_VERSION', '2014-07-27' );

require_once dirname( __FILE__ ) . '/includes/libraries/omise-php/lib/Omise.php';
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
Requires at least: 4.3.1
Tested up to: 4.5.3
Stable tag: 1.2.1
Stable tag: 1.2.2
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand All @@ -30,6 +30,10 @@ From there:
3. Omise Payment Gateway Checkout Form

== Changelog ==
= 1.2.2 =
(Improved) Specify the display size of card brand image and allow customer to define their own style
(Removed) Remove an unused unit test of the library, omise-php

= 1.2.1 =
(Added) Configuration for card brand logo display
(Added) List of transfers
Expand All @@ -54,6 +58,10 @@ Added Omise-Version into the cURL request header.
Adds support for 3-D Secure feature

== Upgrade Notice ==
= 1.2.2 =
(Improved) Specify the display size of card brand image and allow customer to define their own style
(Removed) Remove an unused unit test of the library, omise-php

= 1.2.1 =
(Added) Configuration for card brand logo display
(Added) List of transfers
Expand Down

0 comments on commit 837ac85

Please sign in to comment.