Releases: omise/omise-opencart
v2.5
v2.4
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
- @danfowler made their first contribution in #56
- @ajzkk made their first contribution in #58
Full Changelog: v2.3...v2.4
v2.3
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
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
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
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
See CHANGELOG.md for more information.
v2.0.0.0 Support OpenCart 2.0.x series
v1.5.0.2
v1.5.0.1
- 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