Skip to content

Releases: omise/omise-opencart

v2.5

05 Sep 08:06
35923d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4...v2.5

v2.4

15 Nov 06:30
64f3165
Compare
Choose a tag to compare

What's Changed

  • Move usage docs to website by @danfowler in #56
  • [ENGA3-559] : Handle payment with authorized uri and check payment success properly by @ajzkk in #58

New Contributors

Full Changelog: v2.3...v2.4

v2.3

20 Apr 10:59
Compare
Choose a tag to compare

last updated: Apr 20, 2017

Objectives

1. SUPPORT NEW PAYMENT METHOD, INTERNET BANKING

The merchant can enable internet banking as an alternative payment method on their website.

Currently, internet banking is only available in Thailand.

Learn more about Omise Internet Banking.

2. SUPPORT SSL WHEN CREATE THE URL LINK (PR #36)

Now, if the merchant's OpenCart server has been configured the HTTPS. The link that has been created by Omise OpenCart is HTTPS as well.

For the server that has not been configured the HTTPS, the system will work normally. The link will be created as normal HTTP.

v1.4

04 Apr 07:55
Compare
Choose a tag to compare

last updated: Apr 4, 2017

Objectives

1. SUPPORT NEW PAYMENT METHOD, INTERNET BANKING

The merchant can enable internet banking as an alternative payment method on their website.

Currently, internet banking is only available in Thailand.

Learn more about Omise Internet Banking.

2. SUPPORT SSL WHEN CREATE THE URL LINK

Now, if the merchant's OpenCart server has been configured the HTTPS. The link that has been created by Omise OpenCart is HTTPS as well.

For the server that has not been configured the HTTPS, the system will work normally. The link will be created as normal HTTP.

3. UPGRADE OMISE-PHP LIBRARY TO V2.7.1

Upgrade Omise-PHP library to version v2.7.1. The objective for upgrade the library, Omise-PHP, is to add more information about PHP version that run on the merchant server when create the Omise charge. This information can be found in the Omise dashboard at the section of user agent.

Learn more about Omise-PHP.

v2.2

22 Mar 16:39
Compare
Choose a tag to compare

last updated: Mar 22, 2017

Objective

1. SUPPORT NEW CURRENCIES, IDR AND SGD (PR #37)

Now, the merchant can receives payment by card with the new currencies, Indonesian rupiah (IDR) and Singapore dollar (SGD).

To receive payment, the merchant need to has the registered Omise account that conformed with the currency.

For the currency, SGD, Omise API is not officially supported it.

v1.3

21 Mar 17:43
Compare
Choose a tag to compare

last updated: Mar 22, 2017

Objective

1. SUPPORT NEW CURRENCIES, IDR, JPY AND SGD (PR #38)

Now, the merchant can receives payment by card with the new currencies, Indonesian rupiah (IDR), Japanese yen (JPY) and Singapore dollar (SGD).

To receive payment, the merchant need to has the registered Omise account that conformed with the currency.

For the currency, SGD, Omise API is not officially supported it.

v2.0.0.1

01 Jul 09:15
Compare
Choose a tag to compare

See CHANGELOG.md for more information.

v2.0.0.0 Support OpenCart 2.0.x series

24 May 14:43
Compare
Choose a tag to compare

PRs are here:

  • PR #28 : Release 2.0.0.0
  • PR #27 : Update documents, remove unused file
  • PR #26 : Enhancement, Clean code and fixed bugs
  • PR #23 : Feature/translation
  • PR #21 : Support JPY currency
  • PR #20 : [OmiseOpenCart 2.x] Update documents, changelog
  • PR #19 : Add supported OpenCart 2.0.x

v1.5.0.2

16 Nov 14:50
Compare
Choose a tag to compare
  • Improve checkout form
  • Upgraded Omise-PHP version from 2.3.1 to 2.4.0
  • Improved the checkout process.
  • Added OMISE_USER_AGENT_SUFFIX and OMISE_API_VERSION into the user-agent when request to the OMISE APIs

v1.5.0.1

03 Aug 10:58
Compare
Choose a tag to compare
  • Install new CA Certificates from DigiCert
  • Update omise-php library version from 2.1.2 to 2.3.1
  • Remove some files that were only used in development environment (phpunit and dependencies of phpunit files) It will reduce file size of the repository from 3.6 MB to 300 KB.
  • Add CHANGELOG.md file