Skip to content

Commit

Permalink
Update metadata for new version v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashish committed Jul 9, 2024
1 parent 73be5e2 commit 466059f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

### [v2.18.0 _(Jul 09, 2024)_](https://github.com/omise/omise-php/releases/tag/v2.18.0)

- Fix the latest version link in README. ([#157](https://github.com/omise/omise-php/pull/167))
- Add #[AllowDynamicProperties] to not emit deprecation notice. ([#157](https://github.com/omise/omise-php/pull/168))

### [v2.17.0 _(Sept 06, 2023)_](https://github.com/omise/omise-php/releases/tag/v2.17.0)

- Added support for partial capture ([#157](https://github.com/omise/omise-php/pull/157))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can install the library via [Composer](https://getcomposer.org/). If you don

### Manually

If you are not using Composer, you can download [the latest version of Omise-PHP](https://github.com/omise/omise-php/archive/v2.17.0.zip).
If you are not using Composer, you can download [the latest version of Omise-PHP](https://github.com/omise/omise-php/archive/v2.18.0.zip).
Then, follow the instructions to install **Omise-PHP** to the project.

1. Extract the library to your project.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "omise/omise-php",
"description": "A PHP library designed specifically to connect with Omise API.",
"type": "library",
"version": "v2.17.0",
"version": "v2.18.0",
"keywords": [
"alipay payment",
"credit card payment",
Expand Down
2 changes: 1 addition & 1 deletion lib/omise/res/OmiseApiResource.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

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

Expand Down

0 comments on commit 466059f

Please sign in to comment.