Releases: omise/omise-prestashop
v1.7.11
What's Changed
- Delete .github/PULL_REQUEST_TEMPLATE.md by @muthuswamyopn in #97
- Update README.md by @muthuswamyopn in #98
- Update README.md by @muthuswamyopn in #99
- Add transaction ID and set order status to canceled on failed payment. by @aashishgurung in #100
New Contributors
- @muthuswamyopn made their first contribution in #97
- @aashishgurung made their first contribution in #100
Full Changelog: v1.7.10...v1.7.11
v1.7.10
What's Changed
- Move usage docs to website by @danfowler in #92
- Update omise-php to
v2.12.0
by @ajzkk in #95 - Bump v1.7.10 by @ajzkk in #96
New Contributors
- @danfowler made their first contribution in #92
- @ajzkk made their first contribution in #95
Full Changelog: v1.7.9...v1.7.10
v1.7.9
v1.7.8
v1.7.7
last updated: Mar 30, 2020
Objectives
1. OVERHAUL PLUGIN
The plugin has been extensively re-written. It should hopefully now perform better, and be smaller.
2. FIX INTERNET BANKING ON PRESTASHOP 1.6
Fixes the issue where bank logos would not appear on the internet banking payment method
3. ADD 'CITI PAY WITH POINTS' PAYMENT METHOD
4. ADD 'TRUEMONEY' PAYMENT METHOD
5. FIX 'OMISE TEST MODE' BANNER
Fixes the Issue with the 'Omise Test Mode' banner disappearing when credit card payment option was switched off
v1.7.6
v1.7.5
v1.7.4
v1.7.3
v1.7.2
last updated: Aug 16, 2018
Objectives
1. FIX 500 ERROR OCCURRING WHEN PAYMENTS FAIL ON PRESTASHOP 1.6
Prestashop 1.6 was showing a 500 error page instead of a "Payment Error" page whenever any kind of payment error occurred
2. FIX ENGLISH ON THE 'PAYMENT ERROR' PAGE
Some of the English text on the payment error page had bad grammar. This is now corrected
3. FIX THE OLD ISSUE WITH CHECKBOXES NOT APPEARING TO SELECT CURRENCIES FOR WHICH OMISE IS AVAILABLE
Finally a fix for this has been found. The checkboxes now appear every time, correctly.
4. FIX ERROR IN WEBHOOKS CONTROLLER
Previously, the webhooks controller was throwing a 500 error. This has now been resolved