Skip to content

Commit

Permalink
Merge pull request #76 from omise/release-2-9-1
Browse files Browse the repository at this point in the history
✨ Hello v2.9.1 ✨
  • Loading branch information
guzzilar authored Mar 21, 2018
2 parents 21eb1b9 + 2c00de5 commit 707ac86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

### [v2.9.1 _(March 21, 2018)_](https://github.com/omise/omise-php/releases/tag/v2.9.1)

#### 🚀 Enhancements

- Be able to limit items that will be shown at the Search Object. (PR [#75](https://github.com/omise/omise-php/pull/75))

#### 👾 Bug Fixes

- Fix PHP v7.2 raise a warning message when execute OmiseApiResource::execute() with non-array assigned at the first argument. (PR [#71](https://github.com/omise/omise-php/pull/71), thanks @forfunza)

### [v2.9.0 _(November 6, 2017)_](https://github.com/omise/omise-php/releases/tag/v2.9.0)

#### ✨ Highlights
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can install the library via [Composer](https://getcomposer.org/). If you don

### Manually

If you're not using Composer, you can also download [the latest version of Omise-PHP](https://github.com/omise/omise-php/archive/v2.9.0.zip).
If you're not using Composer, you can also download [the latest version of Omise-PHP](https://github.com/omise/omise-php/archive/v2.9.1.zip).
Then, follows the instruction below to install **Omise-PHP** to the project.

1. Extract the library to your project.
Expand Down
2 changes: 1 addition & 1 deletion lib/omise/res/OmiseApiResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require_once dirname(__FILE__).'/obj/OmiseObject.php';
require_once dirname(__FILE__).'/../exception/OmiseExceptions.php';

define('OMISE_PHP_LIB_VERSION', '2.9.0');
define('OMISE_PHP_LIB_VERSION', '2.9.1');
define('OMISE_API_URL', 'https://api.omise.co/');
define('OMISE_VAULT_URL', 'https://vault.omise.co/');

Expand Down

0 comments on commit 707ac86

Please sign in to comment.