Changeset 3006639
- Timestamp:
- 12/07/2023 08:29:51 AM (2 years ago)
- Location:
- omise
- Files:
-
- 2 added
- 2 deleted
- 12 edited
- 1 copied
-
tags/5.6.2 (copied) (copied from omise/trunk)
-
tags/5.6.2/CHANGELOG.md (modified) (24 diffs)
-
tags/5.6.2/assets/images/ocbc-digital.png (deleted)
-
tags/5.6.2/assets/images/ocbc-digital.svg (added)
-
tags/5.6.2/includes/backends/class-omise-backend-installment.php (modified) (6 diffs)
-
tags/5.6.2/includes/gateway/class-omise-payment-ocbc-digital.php (modified) (1 diff)
-
tags/5.6.2/omise-woocommerce.php (modified) (2 diffs)
-
tags/5.6.2/readme.txt (modified) (2 diffs)
-
tags/5.6.2/tests/unit/includes/gateway/class-omise-payment-ocbc-digital-test.php (modified) (1 diff)
-
trunk/CHANGELOG.md (modified) (24 diffs)
-
trunk/assets/images/ocbc-digital.png (deleted)
-
trunk/assets/images/ocbc-digital.svg (added)
-
trunk/includes/backends/class-omise-backend-installment.php (modified) (6 diffs)
-
trunk/includes/gateway/class-omise-payment-ocbc-digital.php (modified) (1 diff)
-
trunk/omise-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/tests/unit/includes/gateway/class-omise-payment-ocbc-digital-test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
omise/tags/5.6.2/CHANGELOG.md
r2996902 r3006639 1 1 # CHANGELOG 2 2 3 ### [v5.6.1 _(Nov 16, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.6.1) 3 ## [v5.6.2 _(Dec 7, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.6.2) 4 - Update OCBC digital logo. (PR [#422](https://github.com/omise/omise-woocommerce/pull/422)) 5 - Update installment interest rates. (PR [#423](https://github.com/omise/omise-woocommerce/pull/423)) 6 7 ## [v5.6.1 _(Nov 16, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.6.1) 4 8 - Fixed a custom font name bug. (PR [#419](https://github.com/omise/omise-woocommerce/pull/419)) 5 9 6 ## #[v5.6.0 _(Nov 15, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.6.0)10 ## [v5.6.0 _(Nov 15, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.6.0) 7 11 - Support Google fonts other than Poppins. (PR [#416](https://github.com/omise/omise-woocommerce/pull/416)) 8 12 9 ## #[v5.5.1 _(Nov 2, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.5.1)13 ## [v5.5.1 _(Nov 2, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.5.1) 10 14 - Fix mobile banking issue. (PR [#413](https://github.com/omise/omise-woocommerce/pull/413)) 11 15 12 ## #[v5.5.0 _(Oct 17, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.5.0)16 ## [v5.5.0 _(Oct 17, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.5.0) 13 17 - Added dynamic webhook. (PR [#407](https://github.com/omise/omise-woocommerce/pull/407)) 14 18 - Add QR expires countdown for PromptPay. (PR [#408](https://github.com/omise/omise-woocommerce/pull/408)) 15 19 16 ## #[v5.4.1 _(Oct 3, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.4.1)20 ## [v5.4.1 _(Oct 3, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.4.1) 17 21 - Added payment instructions in thank you page for PromptPay payment. (PR [#401](https://github.com/omise/omise-woocommerce/pull/404)) 18 22 19 ## #[v5.4.0 _(Sep 21, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.4.0)23 ## [v5.4.0 _(Sep 21, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.4.0) 20 24 - Added OCBC Digital for Singapore PSP. (PR [#401](https://github.com/omise/omise-woocommerce/pull/401)) 21 25 22 ## #[v5.3.1 _(Sep 05, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.3.1)26 ## [v5.3.1 _(Sep 05, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.3.1) 23 27 - Fixed capabilities api calling on every pages. (PR [#398](https://github.com/omise/omise-woocommerce/pull/398)) 24 28 25 ## #[v5.3.0 _(Aug 23, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.3.0)29 ## [v5.3.0 _(Aug 23, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.3.0) 26 30 - Add Alipay+ on Thailand psp. (PR [#394](https://github.com/omise/omise-woocommerce/pull/394)) 27 31 - Adding admin_notices action once all dependencies are loaded. (PR [#395](https://github.com/omise/omise-woocommerce/pull/395)) 28 32 29 ## #[v5.2.1 _(Aug 9, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.2.1)33 ## [v5.2.1 _(Aug 9, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.2.1) 30 34 - Fixed installment payment when admin manually pay for order. (PR [#388](https://github.com/omise/omise-woocommerce/pull/388)) 31 35 - Fixed Japanese translation issue in secure form. (PR [#389](https://github.com/omise/omise-woocommerce/pull/389)) 32 36 33 ## #[v5.2.0 _(Aug 3, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.2.0)37 ## [v5.2.0 _(Aug 3, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.2.0) 34 38 - Declare High-Performance Order Storage (HPOS) as compatible. (PR [#385](https://github.com/omise/omise-woocommerce/pull/385)) 35 39 - Added a script to run test `composer test`. (PR [#385](https://github.com/omise/omise-woocommerce/pull/385)) 36 40 - Update sonar properties to exclude javascript files. (PR [#385](https://github.com/omise/omise-woocommerce/pull/384)) 37 41 38 ## #[v5.1.1 _(Jun 13, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.1.1)42 ## [v5.1.1 _(Jun 13, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.1.1) 39 43 - Remove free products from the Atome bill. (PR [#378](https://github.com/omise/omise-woocommerce/pull/378)) 40 44 - Fix incompatible issue with country based payments plugin. (PR [#379](https://github.com/omise/omise-woocommerce/pull/379)) 41 45 42 ## #[v5.1.0 _(May 15, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.1.0)46 ## [v5.1.0 _(May 15, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.1.0) 43 47 - Added Atome payment method. (PR [#364](https://github.com/omise/omise-woocommerce/pull/364)) 44 48 - Installment minimum amount from capability API. (PR [#365](https://github.com/omise/omise-woocommerce/pull/365)) … … 50 54 - Fixed guest checkout with pay for order link. (PR [#374](https://github.com/omise/omise-woocommerce/pull/374)) 51 55 52 ## #[v5.0.0 _(Apr 3, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.0.0)56 ## [v5.0.0 _(Apr 3, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.0.0) 53 57 - Replace credit card form with secure form with a feature flag options to switch between credit card forms. (PR [#354](https://github.com/omise/omise-woocommerce/pull/354)) 54 58 - Added an admin notice to notify the user to update the current credit card form to embedded form. (PR [#358](https://github.com/omise/omise-woocommerce/pull/358)) … … 57 61 - Bug fix: hanlde Shopeepay cancel payment. (PR [#361](https://github.com/omise/omise-woocommerce/pull/361)) 58 62 59 ## #[v4.29.0 _(Mar 8, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.29.0)63 ## [v4.29.0 _(Mar 8, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.29.0) 60 64 - Added Krungthai NEXT mobile banking (PR [#347](https://github.com/omise/omise-woocommerce/pull/347)) 61 65 62 ## #[v4.28.1 _(Jan 25, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.28.1)66 ## [v4.28.1 _(Jan 25, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.28.1) 63 67 - Fix Uncaught Error: Call to a member function getShopeeBackend() on null. (PR [#344](https://github.com/omise/omise-woocommerce/pull/344)) 64 68 65 ## #[v4.28.0 _(Jan 23, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.28.0)69 ## [v4.28.0 _(Jan 23, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.28.0) 66 70 - Added ShopeePay for Thailand and Singapore. (PR [#339](https://github.com/omise/omise-woocommerce/pull/339)) 67 71 - Rebrand Lotus's Bill Payment. (PR [#336](https://github.com/omise/omise-woocommerce/pull/336)) … … 71 75 - Fix the compatible issue with PHP 7.2 and below. (PR [#342](https://github.com/omise/omise-woocommerce/pull/342)) 72 76 73 ## #[v4.27.0 _(Dec 7, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.27.0)77 ## [v4.27.0 _(Dec 7, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.27.0) 74 78 - Rebrand Omise to Opn Payments. (PR [#329](https://github.com/omise/omise-woocommerce/pull/329)) 75 79 - Update the links from Dashboard v1 to v2. (PR [#330](https://github.com/omise/omise-woocommerce/pull/330)) 76 80 - Changed missing text from Omise to Opn Payments. (PR [#331](https://github.com/omise/omise-woocommerce/pull/331)) 77 81 78 ## #[v4.26.0 _(Nov 2, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.26.0)82 ## [v4.26.0 _(Nov 2, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.26.0) 79 83 - Metadata keys is_omise_payment_resolved added as protected metadata. (PR [#324](https://github.com/omise/omise-woocommerce/pull/324)) 80 84 - Fix the issue of customer getting back to checkout page from OTP page. (PR [#323](https://github.com/omise/omise-woocommerce/pull/323)) … … 83 87 - Increased the delay to 2 seconds and added a check for OCBC PAO redirect URL. (PR [#327](https://github.com/omise/omise-woocommerce/pull/327)) 84 88 85 ## #[v4.25.0 _(Oct 6, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.25.0)89 ## [v4.25.0 _(Oct 6, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.25.0) 86 90 - Fixed the conflict between Omise and other payment gateway (PR [#317](https://github.com/omise/omise-woocommerce/pull/317)) 87 91 - Added Validation on FPX and DuitNow checkout to select the bank (PR [#316](https://github.com/omise/omise-woocommerce/pull/316)) … … 89 93 - Fixed Promptpay QR image format error on KPlus Android App (PR [#319](https://github.com/omise/omise-woocommerce/pull/319)) 90 94 91 ## #[v4.24.2 _(Sep 20, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.24.2)95 ## [v4.24.2 _(Sep 20, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.24.2) 92 96 - Fix the issue of not being able to add new live keys. (PR [#313](https://github.com/omise/omise-woocommerce/pull/313)) 93 97 94 ## #[v4.24.1 _(Sep 15, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.24.1)98 ## [v4.24.1 _(Sep 15, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.24.1) 95 99 - Fix the issue of user unable to set new keys when their old keys are expired. (PR [#311](https://github.com/omise/omise-woocommerce/pull/311)) 96 100 97 ## #[v4.24.0 _(Sep 7, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.24.0)101 ## [v4.24.0 _(Sep 7, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.24.0) 98 102 - Added Japanese translation for the error messages. (PR [#301](https://github.com/omise/omise-woocommerce/pull/301)) 99 103 - Update latest omise-php. (PR [#297](https://github.com/omise/omise-woocommerce/pull/297)) 100 104 101 ### #👾 Bug Fixes105 ### 👾 Bug Fixes 102 106 - Billing address details are removed from the POST data when creating card token. (PR [#304](https://github.com/omise/omise-woocommerce/pull/304)) 103 107 - Updated Omise_Capabilities class to prevent calling capabilities API when the keys are null. (PR [#305](https://github.com/omise/omise-woocommerce/pull/305)) 104 108 - Fix the issue of mobile banking redirect URI not working in Android chrome. (PR [#309](https://github.com/omise/omise-woocommerce/pull/309)) 105 109 106 ## #[v4.23.3 _(Aug 30, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.3)107 ### #👾 Bug Fixes110 ## [v4.23.3 _(Aug 30, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.3) 111 ### 👾 Bug Fixes 108 112 - Fixing the issue of card payment by reverting v4.23.2. (PR [#299](https://github.com/omise/omise-woocommerce/pull/299)) 109 113 110 ## #[v4.23.2 _(Aug 18, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.2)111 112 ### #👾 Bug Fixes114 ## [v4.23.2 _(Aug 18, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.2) 115 116 ### 👾 Bug Fixes 113 117 - Handle capabilities failed. (PR [#294](https://github.com/omise/omise-woocommerce/pull/294)) 114 118 115 ## #[v4.23.1 _(Aug 4, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.1)116 117 ### #👾 Bug Fixes119 ## [v4.23.1 _(Aug 4, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.1) 120 121 ### 👾 Bug Fixes 118 122 - Fixed issue of page broken when activate plugin version 4.23.0 (PR [#293](https://github.com/omise/omise-woocommerce/pull/293)) 119 123 120 ## #[v4.23.0 _(Jul 25, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.0)121 122 ### #🚀 Enhancements124 ## [v4.23.0 _(Jul 25, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.0) 125 126 ### 🚀 Enhancements 123 127 - Added Boost, DuitNow QR, DuitNow Online Banking/Wallets, Maybank QRPay and ShopeePay payment methods. Update Touch 'n Go to support non Alipay+. (PR [#287](https://github.com/omise/omise-woocommerce/pull/287)) 124 128 125 ## #[v4.22.0 _(Jul 5, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.22.0)126 127 ### #🚀 Enhancements129 ## [v4.22.0 _(Jul 5, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.22.0) 130 131 ### 🚀 Enhancements 128 132 - Allow GrabPay payment in Thailand (PR [#282](https://github.com/omise/omise-woocommerce/pull/282)) 129 133 130 ### #👾 Bug Fixes134 ### 👾 Bug Fixes 131 135 - Fix the issue of order status changing to failed when user tries to capture a charge that's already been captured. (PR [#281](https://github.com/omise/omise-woocommerce/pull/281)) 132 136 133 ## #[v4.21.1 _(Jun 16, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.21.1)134 135 ### #👾 Bug Fixes137 ## [v4.21.1 _(Jun 16, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.21.1) 138 139 ### 👾 Bug Fixes 136 140 - Fixed the issue of creating GooglePay live mode payments (PR [#280](https://github.com/omise/omise-woocommerce/pull/280)) 137 141 138 ## #[v4.21.0 _(Jun 15, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.21.0)139 140 ### #🚀 Enhancements142 ## [v4.21.0 _(Jun 15, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.21.0) 143 144 ### 🚀 Enhancements 141 145 - Added GooglePay payment method (PR [#278](https://github.com/omise/omise-woocommerce/pull/278)) 142 146 143 ## #[v4.20.1 _(Jun 6, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.20.1)144 145 ### #🚀 Enhancements147 ## [v4.20.1 _(Jun 6, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.20.1) 148 149 ### 🚀 Enhancements 146 150 - Update FPX logo, banklist and terms & condition (PR [#275](https://github.com/omise/omise-woocommerce/pull/275)) 147 151 - Update assets Bank of China Logo for FPX (PR [#274](https://github.com/omise/omise-woocommerce/pull/274)) 148 152 149 ## #[v4.20 _(May 11, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.20)150 151 ### #🚀 Enhancements153 ## [v4.20 _(May 11, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.20) 154 155 ### 🚀 Enhancements 152 156 - Added GrabPay payment method (PR [#270](https://github.com/omise/omise-woocommerce/pull/270)) 153 157 154 ## #[v4.19.3 _(May 10, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19.3)155 156 ### #🚀 Enhancements158 ## [v4.19.3 _(May 10, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19.3) 159 160 ### 🚀 Enhancements 157 161 - Move OCBC Pay Anyone out of Mobile Banking (PR [#265](https://github.com/omise/omise-woocommerce/pull/265)) 158 162 159 ## #[v4.19.2 _(Apr 21, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19.2)160 161 ### #👾 Bug Fixes163 ## [v4.19.2 _(Apr 21, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19.2) 164 165 ### 👾 Bug Fixes 162 166 - Fixed the issue of cannot go to order confimation page after pay with OCBC Pay Anyone. (PR [#262](https://github.com/omise/omise-woocommerce/pull/262)) 163 167 164 ## #[v4.19.1 _(Apr 20, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19.1)165 166 ### #🚀 Bug Fixes168 ## [v4.19.1 _(Apr 20, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19.1) 169 170 ### 🚀 Bug Fixes 167 171 - Fixed the issue of description set for Installment and TrueMoney wallet not displayed in the checkout page. (PR [#260](https://github.com/omise/omise-woocommerce/pull/260)) 168 172 169 ## #[v4.19 _(Apr 4, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19)170 171 ### #🚀 Enhancements173 ## [v4.19 _(Apr 4, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19) 174 175 ### 🚀 Enhancements 172 176 - Update assets for mobile banking logos (PR [#257](https://github.com/omise/omise-woocommerce/pull/257)) 173 177 174 ### #👾 Bug Fixes178 ### 👾 Bug Fixes 175 179 - Fix issue with Rabbit LINE Pay being incompabible with older PHP versions (PR [#256](https://github.com/omise/omise-woocommerce/pull/256)) 176 180 177 ## #[v4.18 _(Mar 23, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.18)178 179 ### #🚀 Enhancements181 ## [v4.18 _(Mar 23, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.18) 182 183 ### 🚀 Enhancements 180 184 - Add support for BBL Mobile Banking and BAY Mobile Banking (PR [#252](https://github.com/omise/omise-woocommerce/pull/252)) 181 185 182 ## #[v4.17.1 _(Mar 14, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.17.1)183 184 ### #👾 Bug Fixes186 ## [v4.17.1 _(Mar 14, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.17.1) 187 188 ### 👾 Bug Fixes 185 189 - Fix issue Mobile Banking and Rabbit LINE Pay not showing. 186 190 187 ## #[v4.17 _(Mar 8, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.17)188 189 ### #🚀 Enhancements191 ## [v4.17 _(Mar 8, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.17) 192 193 ### 🚀 Enhancements 190 194 - Add support for KBank Mobile Banking and SCB Mobile Banking (PR [#246](https://github.com/omise/omise-woocommerce/pull/246)) 191 195 - Add support for Rabbit LINE Pay (PR [#248](https://github.com/omise/omise-woocommerce/pull/248)) 192 196 193 ### #👾 Bug Fixes197 ### 👾 Bug Fixes 194 198 - Fix issue where capture button is still showing after payment is already captured 195 199 - Fix issue where mobile banking payment options is display when checkout currency not supported (PR [#249](https://github.com/omise/omise-woocommerce/pull/249)) 196 200 197 ## #[v4.16.2 _(Feb 22, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.16.2)198 ### #👾 Bug Fixes201 ## [v4.16.2 _(Feb 22, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.16.2) 202 ### 👾 Bug Fixes 199 203 - Fix authentication issue 200 204 201 ## #[v4.16.1 _(Feb 22, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.16.1)202 ### #👾 Bug Fixes205 ## [v4.16.1 _(Feb 22, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.16.1) 206 ### 👾 Bug Fixes 203 207 - Fix issue where place order button is not working correctly 204 208 205 ## #[v4.16 _(Feb 21, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.16)206 207 ### #🚀 Enhancements209 ## [v4.16 _(Feb 21, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.16) 210 211 ### 🚀 Enhancements 208 212 - Add support for OCBC Pay Anyone Mobile Banking (PR [#239](https://github.com/omise/omise-woocommerce/pull/239)) 209 213 210 ## #[v4.15.1 _(Dec 14, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.15.1)211 212 ### #👾 Bug Fixes214 ## [v4.15.1 _(Dec 14, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.15.1) 215 216 ### 👾 Bug Fixes 213 217 - Allow non Omise payment to send email to merchant once make order with status as oh-hold (PR [#242](https://github.com/omise/omise-woocommerce/pull/242)) 214 218 215 ## #[v4.15 _(Oct 26, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.15)216 217 ### #🚀 Enhancements219 ## [v4.15 _(Oct 26, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.15) 220 221 ### 🚀 Enhancements 218 222 - Add support for Citi, Maybank (EzyPay), UOB, and TTB Installment (PR [#236](https://github.com/omise/omise-woocommerce/pull/236)) 219 223 220 ### #👾 Bug Fixes224 ### 👾 Bug Fixes 221 225 - Allow offline payment methods to send email when order status changes to processing (PR [#237](https://github.com/omise/omise-woocommerce/pull/237)) 222 226 223 ## #[v4.14 _(Oct 21, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.14)224 225 ### #👾 Bug Fixes227 ## [v4.14 _(Oct 21, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.14) 228 229 ### 👾 Bug Fixes 226 230 - No longer sends email to merchant when order status is on hold (PR [#232](https://github.com/omise/omise-woocommerce/pull/232)) 227 231 - Sends email to merchant when order status changes from on hold to processing (PR [#233](https://github.com/omise/omise-woocommerce/pull/233)) 228 232 - No longer sends Paynow QR code with order process email (PR [#235](https://github.com/omise/omise-woocommerce/pull/235)) 229 233 230 ## #[v4.13 _(Oct 18, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.13)234 ## [v4.13 _(Oct 18, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.13) 231 235 232 236 - Revert breaking changes in v4.12 which causes the email configuration page to freeze 233 237 234 ## #[v4.12 _(Oct 18, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.12)235 236 ### #👾 Bug Fixes238 ## [v4.12 _(Oct 18, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.12) 239 240 ### 👾 Bug Fixes 237 241 - Fix Paynow QR sent in new order email to merchant (PR [#229](https://github.com/omise/omise-woocommerce/pull/229)) 238 242 - No longer send email to merchant when order status is on hold (PR [#230](https://github.com/omise/omise-woocommerce/pull/230)) 239 243 240 ## #[v4.11 _(Aug 25, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.11)241 242 ### #🚀 Enhancements244 ## [v4.11 _(Aug 25, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.11) 245 246 ### 🚀 Enhancements 243 247 - Add Alipay+ wallets (Only available in Singapore currently) (PR [#227](https://github.com/omise/omise-woocommerce/pull/227)) 244 248 245 ## #[v4.10 _(Jul 21, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.10)246 247 ### #🚀 Enhancements249 ## [v4.10 _(Jul 21, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.10) 250 251 ### 🚀 Enhancements 248 252 - Introducing FPX payment method (only available in Malaysia) (PR [#223](https://github.com/omise/omise-woocommerce/pull/223)) 249 253 250 ### #👾 Bug Fixes254 ### 👾 Bug Fixes 251 255 - Fix PromptPay QR viewing issue after downloading from email (PR [#222](https://github.com/omise/omise-woocommerce/pull/222)) 252 256 - Fix phone number input box not showing (PR [#225](https://github.com/omise/omise-woocommerce/pull/225)) 253 257 254 ## #[v4.9 _(Jun 30, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.9)255 256 ### #🚀 Enhancements258 ## [v4.9 _(Jun 30, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.9) 259 260 ### 🚀 Enhancements 257 261 - Update min amount for installment bay and kbank (PR [#218](https://github.com/omise/omise-woocommerce/pull/218)) 258 262 - Remove QR from email when charge is no longer pending (PR [#219](https://github.com/omise/omise-woocommerce/pull/219)) 259 263 - Enable credit/debit card payment methods in WooCommerce for MY (PR [#220](https://github.com/omise/omise-woocommerce/pull/220)) 260 264 261 ## #[v4.8 _(Apr 19, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.8)262 263 ### #🚀 Enhancements265 ## [v4.8 _(Apr 19, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.8) 266 267 ### 🚀 Enhancements 264 268 - Change the minimum amount for installment payments from 3000 to 2000 THB. (PR [#210](https://github.com/omise/omise-woocommerce/pull/210)) 265 269 - Update Omise-PHP library from v2.11.2 to v2.13.0. (PR [#211](https://github.com/omise/omise-woocommerce/pull/211)) 266 270 267 ### #👾 Bug Fixes271 ### 👾 Bug Fixes 268 272 - Fix CVE-2020-29156 security vulnerability. (PR [#213](https://github.com/omise/omise-woocommerce/pull/213)) 269 273 270 ## #[v4.7 _(Mar 23, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.7)271 272 ### #🚀 Enhancements274 ## [v4.7 _(Mar 23, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.7) 275 276 ### 🚀 Enhancements 273 277 - Updating the error message mapping for payment_rejected and failed_processing error codes. (PR [#207](https://github.com/omise/omise-woocommerce/pull/207)) 274 278 275 ## #[v4.6 _(Dec 23, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.6)276 277 ### #🚀 Enhancements279 ## [v4.6 _(Dec 23, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.6) 280 281 ### 🚀 Enhancements 278 282 - Updating translation for Japanese language in konbini payment. (PR [#204](https://github.com/omise/omise-woocommerce/pull/204)) 279 283 - Adding support to online refunds in paynow. (PR [#202](https://github.com/omise/omise-woocommerce/pull/202)) 280 284 - Run tests using GitHub Actions. (PR [#203](https://github.com/omise/omise-woocommerce/pull/203)) 281 285 282 ## #[v4.5 _(Dec 04, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.5)283 284 ### #🚀 Enhancements286 ## [v4.5 _(Dec 04, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.5) 287 288 ### 🚀 Enhancements 285 289 - Removing name attribute from card payment form. (PR [#196](https://github.com/omise/omise-woocommerce/pull/196)) 286 290 - Rendering barcode in mobile phones vertically to avoid breakline. (PR [#197](https://github.com/omise/omise-woocommerce/pull/197)) … … 290 294 --- 291 295 292 ## #[v4.4 _(Nov 17, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.4)293 294 ### #✨ Highlights296 ## [v4.4 _(Nov 17, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.4) 297 298 ### ✨ Highlights 295 299 - Adding installment SCB support. (PR [#193](https://github.com/omise/omise-woocommerce/pull/193)) 296 300 297 301 --- 298 302 299 ## #[v4.3 _(Oct 15, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.3)300 301 ### #✨ Highlights303 ## [v4.3 _(Oct 15, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.3) 304 305 ### ✨ Highlights 302 306 - Introducing Konbini payment method. (PR [#149](https://github.com/omise/omise-woocommerce/pull/149)) 303 307 304 ### #🚀 Enhancements308 ### 🚀 Enhancements 305 309 - PayNow, adding a link to the QR code url at the order-confirmation email. (PR [#185](https://github.com/omise/omise-woocommerce/pull/185)) 306 310 307 311 --- 308 312 309 ## #[v4.2 _(Sep 15, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.2)310 311 ### #🚀 Enhancements313 ## [v4.2 _(Sep 15, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.2) 314 315 ### 🚀 Enhancements 312 316 - Removing Gruntfile and package.json as no longer needed grunt-wp-i18n library. (PR [#187](https://github.com/omise/omise-woocommerce/pull/187)) 313 317 314 ### #👾 Bug Fixes318 ### 👾 Bug Fixes 315 319 - Updating deprecated functions in WooCommerce v3. (PR [#189](https://github.com/omise/omise-woocommerce/pull/189)) 316 320 - Adding permission to callback which helps to removes a warning message on Wordpress 5.5. (PR [#188](https://github.com/omise/omise-woocommerce/pull/188)) … … 318 322 --- 319 323 320 ## #[v4.1 _(Aug 21, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.1)321 322 ### #✨ Highlights324 ## [v4.1 _(Aug 21, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.1) 325 326 ### ✨ Highlights 323 327 - Introducing PromptPay payment method (Thailand). (PR [#170](https://github.com/omise/omise-woocommerce/pull/170)) 324 328 325 ### #🚀 Enhancements329 ### 🚀 Enhancements 326 330 - Bypassing Callback function for Offline payment methods. (PR [#184](https://github.com/omise/omise-woocommerce/pull/184)) 327 331 - Manual Sync, handling more cases: 'expired', 'refunded', 'reversed'. (PR [#183](https://github.com/omise/omise-woocommerce/pull/183)) … … 330 334 --- 331 335 332 ## #[v4.0 _(Jul 20, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.0)333 334 ### #✨ Highlights336 ## [v4.0 _(Jul 20, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.0) 337 338 ### ✨ Highlights 335 339 - Refactoring Event Handlers, make the code support for asynchronous request to prevent race-condition from Webhook. (PR [#179](https://github.com/omise/omise-woocommerce/pull/179)) 336 340 - Revising Omise Settings. (PR [#175](https://github.com/omise/omise-woocommerce/pull/175)) 337 341 338 ### #🚀 Enhancements342 ### 🚀 Enhancements 339 343 - Credit Card payment, updating order status to 'processing' for successful 'auth-only' payment. (PR [#180](https://github.com/omise/omise-woocommerce/pull/180)) 340 344 - Bump lodash from 4.17.15 to 4.17.19. (PR [#178](https://github.com/omise/omise-woocommerce/pull/178)) … … 347 351 - Code refactoring, simplifying the 'process_refund' method. (PR [#157](https://github.com/omise/omise-woocommerce/pull/157)) 348 352 349 ### #📝 Documents353 ### 📝 Documents 350 354 - Create LICENSE. (PR [#173](https://github.com/omise/omise-woocommerce/pull/173)) 351 355 - Move usage docs to website. (PR [#172](https://github.com/omise/omise-woocommerce/pull/172)) … … 354 358 --- 355 359 356 ## #[v3.11 _(Mar 18, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.11)357 358 ### #✨ Highlights360 ## [v3.11 _(Mar 18, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.11) 361 362 ### ✨ Highlights 359 363 360 364 - Introducing PayNow payment method (only available in Singapore) (PR [#152](https://github.com/omise/omise-woocommerce/pull/152)) 361 365 362 ### #🚀 Enhancements366 ### 🚀 Enhancements 363 367 364 368 - (proposal) Code cleaning for payment method classes. (PR [#153](https://github.com/omise/omise-woocommerce/pull/153)) … … 367 371 --- 368 372 369 ## #[v3.10 _(Jan 16, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.10)370 371 ### #✨ Highlights373 ## [v3.10 _(Jan 16, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.10) 374 375 ### ✨ Highlights 372 376 373 377 - Credit Card payment, automatically detect if a particular charge is processing using 3-D Secure feature (PR [#146](https://github.com/omise/omise-woocommerce/pull/146)) 374 378 375 ### #🚀 Enhancements379 ### 🚀 Enhancements 376 380 377 381 - Code refactoring for a better i18n for strings that were in JS files (PR [#147](https://github.com/omise/omise-woocommerce/pull/147)) 378 382 - Refactoring offsite payment methods (introducing abstract offsite class) (PR [#143](https://github.com/omise/omise-woocommerce/pull/143)) 379 383 380 ### #📝 Documents384 ### 📝 Documents 381 385 382 386 - README, polishing and updating all missing contents (PR [#145](https://github.com/omise/omise-woocommerce/pull/145)) … … 384 388 --- 385 389 386 ## #[v3.9 _(Oct 31, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.9)387 388 ### #✨ Highlights390 ## [v3.9 _(Oct 31, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.9) 391 392 ### ✨ Highlights 389 393 390 394 - Introducing TrueMoney payment (only available in Thailand) (PR [#139](https://github.com/omise/omise-woocommerce/pull/139)) 391 395 392 ### #🚀 Enhancements396 ### 🚀 Enhancements 393 397 394 398 - Bill Payment, correcting order status after a new order is placed (on-hold instead of pending-payment) (PR [#142](https://github.com/omise/omise-woocommerce/pull/142)) … … 397 401 --- 398 402 399 ## #[v3.8 _(Sep 17, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.8)400 401 ### #👾 Bug Fixes403 ## [v3.8 _(Sep 17, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.8) 404 405 ### 👾 Bug Fixes 402 406 403 407 - Billpayment - check if an order is made by Bill Payment before display a barcode. (PR [#137](https://github.com/omise/omise-woocommerce/pull/137)) … … 405 409 --- 406 410 407 ## #[v3.7 _(Sep 13, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.7)408 409 ### #✨ Highlights411 ## [v3.7 _(Sep 13, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.7) 412 413 ### ✨ Highlights 410 414 411 415 - Introducing Bill Payment. (PR [#122](https://github.com/omise/omise-woocommerce/pull/122), [#125](https://github.com/omise/omise-woocommerce/pull/125), [#126](https://github.com/omise/omise-woocommerce/pull/126), [#128](https://github.com/omise/omise-woocommerce/pull/128), [#129](https://github.com/omise/omise-woocommerce/pull/129)) 412 416 413 ### #👾 Bug Fixes417 ### 👾 Bug Fixes 414 418 415 419 - Event "charge.complete", making sure that event's charge id is identical with order transaction id. (PR [#131](https://github.com/omise/omise-woocommerce/pull/131)) 416 420 - Fixing calling Omise_Money's non-static method statically. (PR [#130](https://github.com/omise/omise-woocommerce/pull/130)) 417 421 418 ### #📝 Documents422 ### 📝 Documents 419 423 420 424 - Updating README.md, adding 2 missing payment methods at 'Enable Payment Method' section. (PR [#127](https://github.com/omise/omise-woocommerce/pull/127)) … … 422 426 --- 423 427 424 ## #[v3.6 _(Aug 1, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.6)425 426 ### #✨ Highlights428 ## [v3.6 _(Aug 1, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.6) 429 430 ### ✨ Highlights 427 431 428 432 - [#118](https://github.com/omise/omise-woocommerce/pull/118): Better way to handle amount subunit, adding support for more currencies. 429 433 430 ### #🚀 Enhancements434 ### 🚀 Enhancements 431 435 432 436 - [#124](https://github.com/omise/omise-woocommerce/pull/124): Updating npm vulnerable dependencies. … … 434 438 --- 435 439 436 ## #[v3.5 _(Jul 23, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.5)437 438 ### #👾 Bug Fixes440 ## [v3.5 _(Jul 23, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.5) 441 442 ### 👾 Bug Fixes 439 443 440 444 - [#120](https://github.com/omise/omise-woocommerce/pull/120): Properly assigning querystrings for the payment callback endpoints. … … 442 446 --- 443 447 444 ## #[v3.4 _(Jun 14, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.4)445 446 ### #✨ Highlights448 ## [v3.4 _(Jun 14, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.4) 449 450 ### ✨ Highlights 447 451 448 452 - [#115](https://github.com/omise/omise-woocommerce/pull/115): Installment, display instalment monthly amount & interest fee at the checkout page. 449 453 - [#99](https://github.com/omise/omise-woocommerce/pull/99): Introduce Installment payment method. 450 454 451 ### #🚀 Enhancements455 ### 🚀 Enhancements 452 456 453 457 - [#114](https://github.com/omise/omise-woocommerce/pull/114): Update Omise-PHP library from v2.11.1 to v2.11.2. … … 461 465 --- 462 466 463 ## #[v3.3 _(Mar 28, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.3)464 465 ### #🚀 Enhancements467 ## [v3.3 _(Mar 28, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.3) 468 469 ### 🚀 Enhancements 466 470 467 471 - [#106](https://github.com/omise/omise-woocommerce/pull/106): Removing unused stylesheet & js file. … … 475 479 - [#86](https://github.com/omise/omise-woocommerce/pull/86): README, update the installation instruction, enhance overall contents. 476 480 477 ### #👾 Bug Fixes481 ### 👾 Bug Fixes 478 482 479 483 - [#104](https://github.com/omise/omise-woocommerce/pull/104): Omise Setting Page, sanitizing input fields before save. … … 481 485 --- 482 486 483 ## #[v3.2 _(Apr 20, 2018)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.2)484 485 ### #✨ Highlights487 ## [v3.2 _(Apr 20, 2018)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.2) 488 489 ### ✨ Highlights 486 490 487 491 - Support multi currency (PR [#84](https://github.com/omise/omise-woocommerce/pull/84)) 488 492 489 ### #🚀 Enhancements493 ### 🚀 Enhancements 490 494 491 495 - Remove legacy files and codes (that we no longer use) (PR [#85](https://github.com/omise/omise-woocommerce/pull/85)) 492 496 493 ### #👾 Bug Fixes497 ### 👾 Bug Fixes 494 498 495 499 - Issue #78 fatal error, if install omise plugin before woo commerce (PR [#83](https://github.com/omise/omise-woocommerce/pull/83), [#88](https://github.com/omise/omise-woocommerce/pull/88)) … … 497 501 --- 498 502 499 ## #[v3.1 _(Sep 19, 2017)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.1)500 501 ### #✨ Highlights503 ## [v3.1 _(Sep 19, 2017)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.1) 504 505 ### ✨ Highlights 502 506 503 507 - Introduce WebHook feature. (PR [#62](https://github.com/omise/omise-woocommerce/pull/62)) 504 508 - Add Omise Setting page and enhance Omise setting process. (PR [#61](https://github.com/omise/omise-woocommerce/pull/61)) 505 509 506 ### #🚀 Enhancements510 ### 🚀 Enhancements 507 511 508 512 - Spell WordPress correctly! (PR [#56](https://github.com/omise/omise-woocommerce/pull/56)) :by [@mayukojpn](https://github.com/mayukojpn)) 509 513 - Support WooCommerce 2.x series & PHP 5.4 (PR [#59](https://github.com/omise/omise-woocommerce/pull/59)) 510 514 511 ## #[v3.0 _(Jul 26, 2017)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.0)512 513 ### #✨ Highlights515 ## [v3.0 _(Jul 26, 2017)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.0) 516 517 ### ✨ Highlights 514 518 515 519 - Support Alipay payment! (PR [#48](https://github.com/omise/omise-woocommerce/pull/48)) … … 520 524 - Huge plugin code refactoring & provides a new plugin code structure (for anyone who did customize on the core code of plugin, please check this carefully!) (PR [#36](https://github.com/omise/omise-woocommerce/pull/36), [#37](https://github.com/omise/omise-woocommerce/pull/37), [#39](https://github.com/omise/omise-woocommerce/pull/39), [#40](https://github.com/omise/omise-woocommerce/pull/40)) 521 525 522 ### #🚀 Enhancements526 ### 🚀 Enhancements 523 527 524 528 - Backward compatible with Omsie-WooCommerce v1.2.3. (PR [#50](https://github.com/omise/omise-woocommerce/pull/50)) … … 529 533 - Update plugin's 'text-domain' to support GlotPress translation system. (PR [#32](https://github.com/omise/omise-woocommerce/pull/32) & [#34](https://github.com/omise/omise-woocommerce/pull/34). Big thanks for [@mayukojpn](https://github.com/mayukojpn)) 530 534 531 ### #👾 Bug Fixes535 ### 👾 Bug Fixes 532 536 533 537 - Fix 'save credit card for next time' feature for WooCommerce v3.x. (PR [#45](https://github.com/omise/omise-woocommerce/pull/45)) -
omise/tags/5.6.2/includes/backends/class-omise-backend-installment.php
r2852769 r3006639 25 25 'bank_code' => 'first_choice', 26 26 'title' => __('Krungsri First Choice', 'omise'), 27 'interest_rate' => 1. 3,27 'interest_rate' => 1.16, 28 28 'min_allowed_amount' => 300.00, 29 29 ), … … 32 32 'bank_code' => 'bay', 33 33 'title' => __('Krungsri', 'omise'), 34 'interest_rate' => 0. 8,34 'interest_rate' => 0.74, 35 35 'min_allowed_amount' => 500.00, 36 36 ), … … 39 39 'bank_code' => 'ktc', 40 40 'title' => __('Krungthai Card (KTC)', 'omise'), 41 'interest_rate' => 0. 8,41 'interest_rate' => 0.74, 42 42 'min_allowed_amount' => 300.00, 43 43 ), … … 46 46 'bank_code' => 'bbl', 47 47 'title' => __('Bangkok Bank', 'omise'), 48 'interest_rate' => 0. 8,48 'interest_rate' => 0.74, 49 49 'min_allowed_amount' => 500.00, 50 50 ), … … 74 74 'bank_code' => 'ttb', 75 75 'title' => __('TMBThanachart Bank', 'omise'), 76 'interest_rate' => 0 ,76 'interest_rate' => 0.8, 77 77 'min_allowed_amount' => 500.00, 78 78 ), … … 81 81 'bank_code' => 'uob', 82 82 'title' => __('United Overseas Bank', 'omise'), 83 'interest_rate' => 0 ,83 'interest_rate' => 0.64, 84 84 'min_allowed_amount' => 500.00, 85 85 ), -
omise/tags/5.6.2/includes/gateway/class-omise-payment-ocbc-digital.php
r2979883 r3006639 77 77 { 78 78 $icon = Omise_Image::get_image([ 79 'file' => 'ocbc-digital. png',79 'file' => 'ocbc-digital.svg', 80 80 'alternate_text' => 'OCBC Digital', 81 'width' => 60,82 81 ]); 83 82 return apply_filters( 'woocommerce_gateway_icon', $icon, $this->id ); -
omise/tags/5.6.2/omise-woocommerce.php
r2996902 r3006639 5 5 * Plugin URI: https://www.omise.co/woocommerce 6 6 * Description: Opn Payments is a WordPress plugin designed specifically for WooCommerce. The plugin adds support for Opn Payments Payment Gateway's payment methods to WooCommerce. 7 * Version: 5.6. 17 * Version: 5.6.2 8 8 * Author: Opn Payments and contributors 9 9 * Author URI: https://github.com/omise/omise-woocommerce/graphs/contributors … … 23 23 * @var string 24 24 */ 25 public $version = '5.6. 1';25 public $version = '5.6.2'; 26 26 27 27 /** -
omise/tags/5.6.2/readme.txt
r2996902 r3006639 3 3 Tags: opn payments, payment, payment gateway, woocommerce plugin, omise, opn, installment, internet banking, alipay, paynow, truemoney wallet, woocommerce payment 4 4 Requires at least: 4.3.1 5 Tested up to: 6.4. 06 Stable tag: 5.6. 15 Tested up to: 6.4.2 6 Stable tag: 5.6.2 7 7 License: MIT 8 8 License URI: https://opensource.org/licenses/MIT … … 34 34 35 35 == Changelog == 36 37 = 5.6.2 = 38 39 - Update OCBC digital logo. (PR [#422](https://github.com/omise/omise-woocommerce/pull/422)) 40 - Update installment interest rates. (PR [#423](https://github.com/omise/omise-woocommerce/pull/423)) 36 41 37 42 = 5.6.1 = -
omise/tags/5.6.2/tests/unit/includes/gateway/class-omise-payment-ocbc-digital-test.php
r2996251 r3006639 76 76 $result = $this->obj->get_icon(); 77 77 $this->assertEquals( 78 "<img src='/ocbc-digital. png' class='Omise-Image' style='width: 60px; max-height: 30px;' alt='OCBC Digital' />",78 "<img src='/ocbc-digital.svg' class='Omise-Image' style='width: 30px; max-height: 30px;' alt='OCBC Digital' />", 79 79 $result 80 80 ); -
omise/trunk/CHANGELOG.md
r2996902 r3006639 1 1 # CHANGELOG 2 2 3 ### [v5.6.1 _(Nov 16, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.6.1) 3 ## [v5.6.2 _(Dec 7, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.6.2) 4 - Update OCBC digital logo. (PR [#422](https://github.com/omise/omise-woocommerce/pull/422)) 5 - Update installment interest rates. (PR [#423](https://github.com/omise/omise-woocommerce/pull/423)) 6 7 ## [v5.6.1 _(Nov 16, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.6.1) 4 8 - Fixed a custom font name bug. (PR [#419](https://github.com/omise/omise-woocommerce/pull/419)) 5 9 6 ## #[v5.6.0 _(Nov 15, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.6.0)10 ## [v5.6.0 _(Nov 15, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.6.0) 7 11 - Support Google fonts other than Poppins. (PR [#416](https://github.com/omise/omise-woocommerce/pull/416)) 8 12 9 ## #[v5.5.1 _(Nov 2, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.5.1)13 ## [v5.5.1 _(Nov 2, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.5.1) 10 14 - Fix mobile banking issue. (PR [#413](https://github.com/omise/omise-woocommerce/pull/413)) 11 15 12 ## #[v5.5.0 _(Oct 17, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.5.0)16 ## [v5.5.0 _(Oct 17, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.5.0) 13 17 - Added dynamic webhook. (PR [#407](https://github.com/omise/omise-woocommerce/pull/407)) 14 18 - Add QR expires countdown for PromptPay. (PR [#408](https://github.com/omise/omise-woocommerce/pull/408)) 15 19 16 ## #[v5.4.1 _(Oct 3, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.4.1)20 ## [v5.4.1 _(Oct 3, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.4.1) 17 21 - Added payment instructions in thank you page for PromptPay payment. (PR [#401](https://github.com/omise/omise-woocommerce/pull/404)) 18 22 19 ## #[v5.4.0 _(Sep 21, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.4.0)23 ## [v5.4.0 _(Sep 21, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.4.0) 20 24 - Added OCBC Digital for Singapore PSP. (PR [#401](https://github.com/omise/omise-woocommerce/pull/401)) 21 25 22 ## #[v5.3.1 _(Sep 05, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.3.1)26 ## [v5.3.1 _(Sep 05, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.3.1) 23 27 - Fixed capabilities api calling on every pages. (PR [#398](https://github.com/omise/omise-woocommerce/pull/398)) 24 28 25 ## #[v5.3.0 _(Aug 23, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.3.0)29 ## [v5.3.0 _(Aug 23, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.3.0) 26 30 - Add Alipay+ on Thailand psp. (PR [#394](https://github.com/omise/omise-woocommerce/pull/394)) 27 31 - Adding admin_notices action once all dependencies are loaded. (PR [#395](https://github.com/omise/omise-woocommerce/pull/395)) 28 32 29 ## #[v5.2.1 _(Aug 9, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.2.1)33 ## [v5.2.1 _(Aug 9, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.2.1) 30 34 - Fixed installment payment when admin manually pay for order. (PR [#388](https://github.com/omise/omise-woocommerce/pull/388)) 31 35 - Fixed Japanese translation issue in secure form. (PR [#389](https://github.com/omise/omise-woocommerce/pull/389)) 32 36 33 ## #[v5.2.0 _(Aug 3, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.2.0)37 ## [v5.2.0 _(Aug 3, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.2.0) 34 38 - Declare High-Performance Order Storage (HPOS) as compatible. (PR [#385](https://github.com/omise/omise-woocommerce/pull/385)) 35 39 - Added a script to run test `composer test`. (PR [#385](https://github.com/omise/omise-woocommerce/pull/385)) 36 40 - Update sonar properties to exclude javascript files. (PR [#385](https://github.com/omise/omise-woocommerce/pull/384)) 37 41 38 ## #[v5.1.1 _(Jun 13, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.1.1)42 ## [v5.1.1 _(Jun 13, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.1.1) 39 43 - Remove free products from the Atome bill. (PR [#378](https://github.com/omise/omise-woocommerce/pull/378)) 40 44 - Fix incompatible issue with country based payments plugin. (PR [#379](https://github.com/omise/omise-woocommerce/pull/379)) 41 45 42 ## #[v5.1.0 _(May 15, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.1.0)46 ## [v5.1.0 _(May 15, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.1.0) 43 47 - Added Atome payment method. (PR [#364](https://github.com/omise/omise-woocommerce/pull/364)) 44 48 - Installment minimum amount from capability API. (PR [#365](https://github.com/omise/omise-woocommerce/pull/365)) … … 50 54 - Fixed guest checkout with pay for order link. (PR [#374](https://github.com/omise/omise-woocommerce/pull/374)) 51 55 52 ## #[v5.0.0 _(Apr 3, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.0.0)56 ## [v5.0.0 _(Apr 3, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v5.0.0) 53 57 - Replace credit card form with secure form with a feature flag options to switch between credit card forms. (PR [#354](https://github.com/omise/omise-woocommerce/pull/354)) 54 58 - Added an admin notice to notify the user to update the current credit card form to embedded form. (PR [#358](https://github.com/omise/omise-woocommerce/pull/358)) … … 57 61 - Bug fix: hanlde Shopeepay cancel payment. (PR [#361](https://github.com/omise/omise-woocommerce/pull/361)) 58 62 59 ## #[v4.29.0 _(Mar 8, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.29.0)63 ## [v4.29.0 _(Mar 8, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.29.0) 60 64 - Added Krungthai NEXT mobile banking (PR [#347](https://github.com/omise/omise-woocommerce/pull/347)) 61 65 62 ## #[v4.28.1 _(Jan 25, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.28.1)66 ## [v4.28.1 _(Jan 25, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.28.1) 63 67 - Fix Uncaught Error: Call to a member function getShopeeBackend() on null. (PR [#344](https://github.com/omise/omise-woocommerce/pull/344)) 64 68 65 ## #[v4.28.0 _(Jan 23, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.28.0)69 ## [v4.28.0 _(Jan 23, 2023)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.28.0) 66 70 - Added ShopeePay for Thailand and Singapore. (PR [#339](https://github.com/omise/omise-woocommerce/pull/339)) 67 71 - Rebrand Lotus's Bill Payment. (PR [#336](https://github.com/omise/omise-woocommerce/pull/336)) … … 71 75 - Fix the compatible issue with PHP 7.2 and below. (PR [#342](https://github.com/omise/omise-woocommerce/pull/342)) 72 76 73 ## #[v4.27.0 _(Dec 7, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.27.0)77 ## [v4.27.0 _(Dec 7, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.27.0) 74 78 - Rebrand Omise to Opn Payments. (PR [#329](https://github.com/omise/omise-woocommerce/pull/329)) 75 79 - Update the links from Dashboard v1 to v2. (PR [#330](https://github.com/omise/omise-woocommerce/pull/330)) 76 80 - Changed missing text from Omise to Opn Payments. (PR [#331](https://github.com/omise/omise-woocommerce/pull/331)) 77 81 78 ## #[v4.26.0 _(Nov 2, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.26.0)82 ## [v4.26.0 _(Nov 2, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.26.0) 79 83 - Metadata keys is_omise_payment_resolved added as protected metadata. (PR [#324](https://github.com/omise/omise-woocommerce/pull/324)) 80 84 - Fix the issue of customer getting back to checkout page from OTP page. (PR [#323](https://github.com/omise/omise-woocommerce/pull/323)) … … 83 87 - Increased the delay to 2 seconds and added a check for OCBC PAO redirect URL. (PR [#327](https://github.com/omise/omise-woocommerce/pull/327)) 84 88 85 ## #[v4.25.0 _(Oct 6, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.25.0)89 ## [v4.25.0 _(Oct 6, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.25.0) 86 90 - Fixed the conflict between Omise and other payment gateway (PR [#317](https://github.com/omise/omise-woocommerce/pull/317)) 87 91 - Added Validation on FPX and DuitNow checkout to select the bank (PR [#316](https://github.com/omise/omise-woocommerce/pull/316)) … … 89 93 - Fixed Promptpay QR image format error on KPlus Android App (PR [#319](https://github.com/omise/omise-woocommerce/pull/319)) 90 94 91 ## #[v4.24.2 _(Sep 20, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.24.2)95 ## [v4.24.2 _(Sep 20, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.24.2) 92 96 - Fix the issue of not being able to add new live keys. (PR [#313](https://github.com/omise/omise-woocommerce/pull/313)) 93 97 94 ## #[v4.24.1 _(Sep 15, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.24.1)98 ## [v4.24.1 _(Sep 15, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.24.1) 95 99 - Fix the issue of user unable to set new keys when their old keys are expired. (PR [#311](https://github.com/omise/omise-woocommerce/pull/311)) 96 100 97 ## #[v4.24.0 _(Sep 7, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.24.0)101 ## [v4.24.0 _(Sep 7, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.24.0) 98 102 - Added Japanese translation for the error messages. (PR [#301](https://github.com/omise/omise-woocommerce/pull/301)) 99 103 - Update latest omise-php. (PR [#297](https://github.com/omise/omise-woocommerce/pull/297)) 100 104 101 ### #👾 Bug Fixes105 ### 👾 Bug Fixes 102 106 - Billing address details are removed from the POST data when creating card token. (PR [#304](https://github.com/omise/omise-woocommerce/pull/304)) 103 107 - Updated Omise_Capabilities class to prevent calling capabilities API when the keys are null. (PR [#305](https://github.com/omise/omise-woocommerce/pull/305)) 104 108 - Fix the issue of mobile banking redirect URI not working in Android chrome. (PR [#309](https://github.com/omise/omise-woocommerce/pull/309)) 105 109 106 ## #[v4.23.3 _(Aug 30, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.3)107 ### #👾 Bug Fixes110 ## [v4.23.3 _(Aug 30, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.3) 111 ### 👾 Bug Fixes 108 112 - Fixing the issue of card payment by reverting v4.23.2. (PR [#299](https://github.com/omise/omise-woocommerce/pull/299)) 109 113 110 ## #[v4.23.2 _(Aug 18, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.2)111 112 ### #👾 Bug Fixes114 ## [v4.23.2 _(Aug 18, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.2) 115 116 ### 👾 Bug Fixes 113 117 - Handle capabilities failed. (PR [#294](https://github.com/omise/omise-woocommerce/pull/294)) 114 118 115 ## #[v4.23.1 _(Aug 4, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.1)116 117 ### #👾 Bug Fixes119 ## [v4.23.1 _(Aug 4, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.1) 120 121 ### 👾 Bug Fixes 118 122 - Fixed issue of page broken when activate plugin version 4.23.0 (PR [#293](https://github.com/omise/omise-woocommerce/pull/293)) 119 123 120 ## #[v4.23.0 _(Jul 25, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.0)121 122 ### #🚀 Enhancements124 ## [v4.23.0 _(Jul 25, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.23.0) 125 126 ### 🚀 Enhancements 123 127 - Added Boost, DuitNow QR, DuitNow Online Banking/Wallets, Maybank QRPay and ShopeePay payment methods. Update Touch 'n Go to support non Alipay+. (PR [#287](https://github.com/omise/omise-woocommerce/pull/287)) 124 128 125 ## #[v4.22.0 _(Jul 5, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.22.0)126 127 ### #🚀 Enhancements129 ## [v4.22.0 _(Jul 5, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.22.0) 130 131 ### 🚀 Enhancements 128 132 - Allow GrabPay payment in Thailand (PR [#282](https://github.com/omise/omise-woocommerce/pull/282)) 129 133 130 ### #👾 Bug Fixes134 ### 👾 Bug Fixes 131 135 - Fix the issue of order status changing to failed when user tries to capture a charge that's already been captured. (PR [#281](https://github.com/omise/omise-woocommerce/pull/281)) 132 136 133 ## #[v4.21.1 _(Jun 16, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.21.1)134 135 ### #👾 Bug Fixes137 ## [v4.21.1 _(Jun 16, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.21.1) 138 139 ### 👾 Bug Fixes 136 140 - Fixed the issue of creating GooglePay live mode payments (PR [#280](https://github.com/omise/omise-woocommerce/pull/280)) 137 141 138 ## #[v4.21.0 _(Jun 15, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.21.0)139 140 ### #🚀 Enhancements142 ## [v4.21.0 _(Jun 15, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.21.0) 143 144 ### 🚀 Enhancements 141 145 - Added GooglePay payment method (PR [#278](https://github.com/omise/omise-woocommerce/pull/278)) 142 146 143 ## #[v4.20.1 _(Jun 6, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.20.1)144 145 ### #🚀 Enhancements147 ## [v4.20.1 _(Jun 6, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.20.1) 148 149 ### 🚀 Enhancements 146 150 - Update FPX logo, banklist and terms & condition (PR [#275](https://github.com/omise/omise-woocommerce/pull/275)) 147 151 - Update assets Bank of China Logo for FPX (PR [#274](https://github.com/omise/omise-woocommerce/pull/274)) 148 152 149 ## #[v4.20 _(May 11, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.20)150 151 ### #🚀 Enhancements153 ## [v4.20 _(May 11, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.20) 154 155 ### 🚀 Enhancements 152 156 - Added GrabPay payment method (PR [#270](https://github.com/omise/omise-woocommerce/pull/270)) 153 157 154 ## #[v4.19.3 _(May 10, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19.3)155 156 ### #🚀 Enhancements158 ## [v4.19.3 _(May 10, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19.3) 159 160 ### 🚀 Enhancements 157 161 - Move OCBC Pay Anyone out of Mobile Banking (PR [#265](https://github.com/omise/omise-woocommerce/pull/265)) 158 162 159 ## #[v4.19.2 _(Apr 21, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19.2)160 161 ### #👾 Bug Fixes163 ## [v4.19.2 _(Apr 21, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19.2) 164 165 ### 👾 Bug Fixes 162 166 - Fixed the issue of cannot go to order confimation page after pay with OCBC Pay Anyone. (PR [#262](https://github.com/omise/omise-woocommerce/pull/262)) 163 167 164 ## #[v4.19.1 _(Apr 20, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19.1)165 166 ### #🚀 Bug Fixes168 ## [v4.19.1 _(Apr 20, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19.1) 169 170 ### 🚀 Bug Fixes 167 171 - Fixed the issue of description set for Installment and TrueMoney wallet not displayed in the checkout page. (PR [#260](https://github.com/omise/omise-woocommerce/pull/260)) 168 172 169 ## #[v4.19 _(Apr 4, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19)170 171 ### #🚀 Enhancements173 ## [v4.19 _(Apr 4, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.19) 174 175 ### 🚀 Enhancements 172 176 - Update assets for mobile banking logos (PR [#257](https://github.com/omise/omise-woocommerce/pull/257)) 173 177 174 ### #👾 Bug Fixes178 ### 👾 Bug Fixes 175 179 - Fix issue with Rabbit LINE Pay being incompabible with older PHP versions (PR [#256](https://github.com/omise/omise-woocommerce/pull/256)) 176 180 177 ## #[v4.18 _(Mar 23, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.18)178 179 ### #🚀 Enhancements181 ## [v4.18 _(Mar 23, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.18) 182 183 ### 🚀 Enhancements 180 184 - Add support for BBL Mobile Banking and BAY Mobile Banking (PR [#252](https://github.com/omise/omise-woocommerce/pull/252)) 181 185 182 ## #[v4.17.1 _(Mar 14, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.17.1)183 184 ### #👾 Bug Fixes186 ## [v4.17.1 _(Mar 14, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.17.1) 187 188 ### 👾 Bug Fixes 185 189 - Fix issue Mobile Banking and Rabbit LINE Pay not showing. 186 190 187 ## #[v4.17 _(Mar 8, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.17)188 189 ### #🚀 Enhancements191 ## [v4.17 _(Mar 8, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.17) 192 193 ### 🚀 Enhancements 190 194 - Add support for KBank Mobile Banking and SCB Mobile Banking (PR [#246](https://github.com/omise/omise-woocommerce/pull/246)) 191 195 - Add support for Rabbit LINE Pay (PR [#248](https://github.com/omise/omise-woocommerce/pull/248)) 192 196 193 ### #👾 Bug Fixes197 ### 👾 Bug Fixes 194 198 - Fix issue where capture button is still showing after payment is already captured 195 199 - Fix issue where mobile banking payment options is display when checkout currency not supported (PR [#249](https://github.com/omise/omise-woocommerce/pull/249)) 196 200 197 ## #[v4.16.2 _(Feb 22, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.16.2)198 ### #👾 Bug Fixes201 ## [v4.16.2 _(Feb 22, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.16.2) 202 ### 👾 Bug Fixes 199 203 - Fix authentication issue 200 204 201 ## #[v4.16.1 _(Feb 22, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.16.1)202 ### #👾 Bug Fixes205 ## [v4.16.1 _(Feb 22, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.16.1) 206 ### 👾 Bug Fixes 203 207 - Fix issue where place order button is not working correctly 204 208 205 ## #[v4.16 _(Feb 21, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.16)206 207 ### #🚀 Enhancements209 ## [v4.16 _(Feb 21, 2022)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.16) 210 211 ### 🚀 Enhancements 208 212 - Add support for OCBC Pay Anyone Mobile Banking (PR [#239](https://github.com/omise/omise-woocommerce/pull/239)) 209 213 210 ## #[v4.15.1 _(Dec 14, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.15.1)211 212 ### #👾 Bug Fixes214 ## [v4.15.1 _(Dec 14, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.15.1) 215 216 ### 👾 Bug Fixes 213 217 - Allow non Omise payment to send email to merchant once make order with status as oh-hold (PR [#242](https://github.com/omise/omise-woocommerce/pull/242)) 214 218 215 ## #[v4.15 _(Oct 26, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.15)216 217 ### #🚀 Enhancements219 ## [v4.15 _(Oct 26, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.15) 220 221 ### 🚀 Enhancements 218 222 - Add support for Citi, Maybank (EzyPay), UOB, and TTB Installment (PR [#236](https://github.com/omise/omise-woocommerce/pull/236)) 219 223 220 ### #👾 Bug Fixes224 ### 👾 Bug Fixes 221 225 - Allow offline payment methods to send email when order status changes to processing (PR [#237](https://github.com/omise/omise-woocommerce/pull/237)) 222 226 223 ## #[v4.14 _(Oct 21, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.14)224 225 ### #👾 Bug Fixes227 ## [v4.14 _(Oct 21, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.14) 228 229 ### 👾 Bug Fixes 226 230 - No longer sends email to merchant when order status is on hold (PR [#232](https://github.com/omise/omise-woocommerce/pull/232)) 227 231 - Sends email to merchant when order status changes from on hold to processing (PR [#233](https://github.com/omise/omise-woocommerce/pull/233)) 228 232 - No longer sends Paynow QR code with order process email (PR [#235](https://github.com/omise/omise-woocommerce/pull/235)) 229 233 230 ## #[v4.13 _(Oct 18, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.13)234 ## [v4.13 _(Oct 18, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.13) 231 235 232 236 - Revert breaking changes in v4.12 which causes the email configuration page to freeze 233 237 234 ## #[v4.12 _(Oct 18, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.12)235 236 ### #👾 Bug Fixes238 ## [v4.12 _(Oct 18, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.12) 239 240 ### 👾 Bug Fixes 237 241 - Fix Paynow QR sent in new order email to merchant (PR [#229](https://github.com/omise/omise-woocommerce/pull/229)) 238 242 - No longer send email to merchant when order status is on hold (PR [#230](https://github.com/omise/omise-woocommerce/pull/230)) 239 243 240 ## #[v4.11 _(Aug 25, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.11)241 242 ### #🚀 Enhancements244 ## [v4.11 _(Aug 25, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.11) 245 246 ### 🚀 Enhancements 243 247 - Add Alipay+ wallets (Only available in Singapore currently) (PR [#227](https://github.com/omise/omise-woocommerce/pull/227)) 244 248 245 ## #[v4.10 _(Jul 21, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.10)246 247 ### #🚀 Enhancements249 ## [v4.10 _(Jul 21, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.10) 250 251 ### 🚀 Enhancements 248 252 - Introducing FPX payment method (only available in Malaysia) (PR [#223](https://github.com/omise/omise-woocommerce/pull/223)) 249 253 250 ### #👾 Bug Fixes254 ### 👾 Bug Fixes 251 255 - Fix PromptPay QR viewing issue after downloading from email (PR [#222](https://github.com/omise/omise-woocommerce/pull/222)) 252 256 - Fix phone number input box not showing (PR [#225](https://github.com/omise/omise-woocommerce/pull/225)) 253 257 254 ## #[v4.9 _(Jun 30, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.9)255 256 ### #🚀 Enhancements258 ## [v4.9 _(Jun 30, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.9) 259 260 ### 🚀 Enhancements 257 261 - Update min amount for installment bay and kbank (PR [#218](https://github.com/omise/omise-woocommerce/pull/218)) 258 262 - Remove QR from email when charge is no longer pending (PR [#219](https://github.com/omise/omise-woocommerce/pull/219)) 259 263 - Enable credit/debit card payment methods in WooCommerce for MY (PR [#220](https://github.com/omise/omise-woocommerce/pull/220)) 260 264 261 ## #[v4.8 _(Apr 19, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.8)262 263 ### #🚀 Enhancements265 ## [v4.8 _(Apr 19, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.8) 266 267 ### 🚀 Enhancements 264 268 - Change the minimum amount for installment payments from 3000 to 2000 THB. (PR [#210](https://github.com/omise/omise-woocommerce/pull/210)) 265 269 - Update Omise-PHP library from v2.11.2 to v2.13.0. (PR [#211](https://github.com/omise/omise-woocommerce/pull/211)) 266 270 267 ### #👾 Bug Fixes271 ### 👾 Bug Fixes 268 272 - Fix CVE-2020-29156 security vulnerability. (PR [#213](https://github.com/omise/omise-woocommerce/pull/213)) 269 273 270 ## #[v4.7 _(Mar 23, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.7)271 272 ### #🚀 Enhancements274 ## [v4.7 _(Mar 23, 2021)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.7) 275 276 ### 🚀 Enhancements 273 277 - Updating the error message mapping for payment_rejected and failed_processing error codes. (PR [#207](https://github.com/omise/omise-woocommerce/pull/207)) 274 278 275 ## #[v4.6 _(Dec 23, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.6)276 277 ### #🚀 Enhancements279 ## [v4.6 _(Dec 23, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.6) 280 281 ### 🚀 Enhancements 278 282 - Updating translation for Japanese language in konbini payment. (PR [#204](https://github.com/omise/omise-woocommerce/pull/204)) 279 283 - Adding support to online refunds in paynow. (PR [#202](https://github.com/omise/omise-woocommerce/pull/202)) 280 284 - Run tests using GitHub Actions. (PR [#203](https://github.com/omise/omise-woocommerce/pull/203)) 281 285 282 ## #[v4.5 _(Dec 04, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.5)283 284 ### #🚀 Enhancements286 ## [v4.5 _(Dec 04, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.5) 287 288 ### 🚀 Enhancements 285 289 - Removing name attribute from card payment form. (PR [#196](https://github.com/omise/omise-woocommerce/pull/196)) 286 290 - Rendering barcode in mobile phones vertically to avoid breakline. (PR [#197](https://github.com/omise/omise-woocommerce/pull/197)) … … 290 294 --- 291 295 292 ## #[v4.4 _(Nov 17, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.4)293 294 ### #✨ Highlights296 ## [v4.4 _(Nov 17, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.4) 297 298 ### ✨ Highlights 295 299 - Adding installment SCB support. (PR [#193](https://github.com/omise/omise-woocommerce/pull/193)) 296 300 297 301 --- 298 302 299 ## #[v4.3 _(Oct 15, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.3)300 301 ### #✨ Highlights303 ## [v4.3 _(Oct 15, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.3) 304 305 ### ✨ Highlights 302 306 - Introducing Konbini payment method. (PR [#149](https://github.com/omise/omise-woocommerce/pull/149)) 303 307 304 ### #🚀 Enhancements308 ### 🚀 Enhancements 305 309 - PayNow, adding a link to the QR code url at the order-confirmation email. (PR [#185](https://github.com/omise/omise-woocommerce/pull/185)) 306 310 307 311 --- 308 312 309 ## #[v4.2 _(Sep 15, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.2)310 311 ### #🚀 Enhancements313 ## [v4.2 _(Sep 15, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.2) 314 315 ### 🚀 Enhancements 312 316 - Removing Gruntfile and package.json as no longer needed grunt-wp-i18n library. (PR [#187](https://github.com/omise/omise-woocommerce/pull/187)) 313 317 314 ### #👾 Bug Fixes318 ### 👾 Bug Fixes 315 319 - Updating deprecated functions in WooCommerce v3. (PR [#189](https://github.com/omise/omise-woocommerce/pull/189)) 316 320 - Adding permission to callback which helps to removes a warning message on Wordpress 5.5. (PR [#188](https://github.com/omise/omise-woocommerce/pull/188)) … … 318 322 --- 319 323 320 ## #[v4.1 _(Aug 21, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.1)321 322 ### #✨ Highlights324 ## [v4.1 _(Aug 21, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.1) 325 326 ### ✨ Highlights 323 327 - Introducing PromptPay payment method (Thailand). (PR [#170](https://github.com/omise/omise-woocommerce/pull/170)) 324 328 325 ### #🚀 Enhancements329 ### 🚀 Enhancements 326 330 - Bypassing Callback function for Offline payment methods. (PR [#184](https://github.com/omise/omise-woocommerce/pull/184)) 327 331 - Manual Sync, handling more cases: 'expired', 'refunded', 'reversed'. (PR [#183](https://github.com/omise/omise-woocommerce/pull/183)) … … 330 334 --- 331 335 332 ## #[v4.0 _(Jul 20, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.0)333 334 ### #✨ Highlights336 ## [v4.0 _(Jul 20, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v4.0) 337 338 ### ✨ Highlights 335 339 - Refactoring Event Handlers, make the code support for asynchronous request to prevent race-condition from Webhook. (PR [#179](https://github.com/omise/omise-woocommerce/pull/179)) 336 340 - Revising Omise Settings. (PR [#175](https://github.com/omise/omise-woocommerce/pull/175)) 337 341 338 ### #🚀 Enhancements342 ### 🚀 Enhancements 339 343 - Credit Card payment, updating order status to 'processing' for successful 'auth-only' payment. (PR [#180](https://github.com/omise/omise-woocommerce/pull/180)) 340 344 - Bump lodash from 4.17.15 to 4.17.19. (PR [#178](https://github.com/omise/omise-woocommerce/pull/178)) … … 347 351 - Code refactoring, simplifying the 'process_refund' method. (PR [#157](https://github.com/omise/omise-woocommerce/pull/157)) 348 352 349 ### #📝 Documents353 ### 📝 Documents 350 354 - Create LICENSE. (PR [#173](https://github.com/omise/omise-woocommerce/pull/173)) 351 355 - Move usage docs to website. (PR [#172](https://github.com/omise/omise-woocommerce/pull/172)) … … 354 358 --- 355 359 356 ## #[v3.11 _(Mar 18, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.11)357 358 ### #✨ Highlights360 ## [v3.11 _(Mar 18, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.11) 361 362 ### ✨ Highlights 359 363 360 364 - Introducing PayNow payment method (only available in Singapore) (PR [#152](https://github.com/omise/omise-woocommerce/pull/152)) 361 365 362 ### #🚀 Enhancements366 ### 🚀 Enhancements 363 367 364 368 - (proposal) Code cleaning for payment method classes. (PR [#153](https://github.com/omise/omise-woocommerce/pull/153)) … … 367 371 --- 368 372 369 ## #[v3.10 _(Jan 16, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.10)370 371 ### #✨ Highlights373 ## [v3.10 _(Jan 16, 2020)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.10) 374 375 ### ✨ Highlights 372 376 373 377 - Credit Card payment, automatically detect if a particular charge is processing using 3-D Secure feature (PR [#146](https://github.com/omise/omise-woocommerce/pull/146)) 374 378 375 ### #🚀 Enhancements379 ### 🚀 Enhancements 376 380 377 381 - Code refactoring for a better i18n for strings that were in JS files (PR [#147](https://github.com/omise/omise-woocommerce/pull/147)) 378 382 - Refactoring offsite payment methods (introducing abstract offsite class) (PR [#143](https://github.com/omise/omise-woocommerce/pull/143)) 379 383 380 ### #📝 Documents384 ### 📝 Documents 381 385 382 386 - README, polishing and updating all missing contents (PR [#145](https://github.com/omise/omise-woocommerce/pull/145)) … … 384 388 --- 385 389 386 ## #[v3.9 _(Oct 31, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.9)387 388 ### #✨ Highlights390 ## [v3.9 _(Oct 31, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.9) 391 392 ### ✨ Highlights 389 393 390 394 - Introducing TrueMoney payment (only available in Thailand) (PR [#139](https://github.com/omise/omise-woocommerce/pull/139)) 391 395 392 ### #🚀 Enhancements396 ### 🚀 Enhancements 393 397 394 398 - Bill Payment, correcting order status after a new order is placed (on-hold instead of pending-payment) (PR [#142](https://github.com/omise/omise-woocommerce/pull/142)) … … 397 401 --- 398 402 399 ## #[v3.8 _(Sep 17, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.8)400 401 ### #👾 Bug Fixes403 ## [v3.8 _(Sep 17, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.8) 404 405 ### 👾 Bug Fixes 402 406 403 407 - Billpayment - check if an order is made by Bill Payment before display a barcode. (PR [#137](https://github.com/omise/omise-woocommerce/pull/137)) … … 405 409 --- 406 410 407 ## #[v3.7 _(Sep 13, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.7)408 409 ### #✨ Highlights411 ## [v3.7 _(Sep 13, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.7) 412 413 ### ✨ Highlights 410 414 411 415 - Introducing Bill Payment. (PR [#122](https://github.com/omise/omise-woocommerce/pull/122), [#125](https://github.com/omise/omise-woocommerce/pull/125), [#126](https://github.com/omise/omise-woocommerce/pull/126), [#128](https://github.com/omise/omise-woocommerce/pull/128), [#129](https://github.com/omise/omise-woocommerce/pull/129)) 412 416 413 ### #👾 Bug Fixes417 ### 👾 Bug Fixes 414 418 415 419 - Event "charge.complete", making sure that event's charge id is identical with order transaction id. (PR [#131](https://github.com/omise/omise-woocommerce/pull/131)) 416 420 - Fixing calling Omise_Money's non-static method statically. (PR [#130](https://github.com/omise/omise-woocommerce/pull/130)) 417 421 418 ### #📝 Documents422 ### 📝 Documents 419 423 420 424 - Updating README.md, adding 2 missing payment methods at 'Enable Payment Method' section. (PR [#127](https://github.com/omise/omise-woocommerce/pull/127)) … … 422 426 --- 423 427 424 ## #[v3.6 _(Aug 1, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.6)425 426 ### #✨ Highlights428 ## [v3.6 _(Aug 1, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.6) 429 430 ### ✨ Highlights 427 431 428 432 - [#118](https://github.com/omise/omise-woocommerce/pull/118): Better way to handle amount subunit, adding support for more currencies. 429 433 430 ### #🚀 Enhancements434 ### 🚀 Enhancements 431 435 432 436 - [#124](https://github.com/omise/omise-woocommerce/pull/124): Updating npm vulnerable dependencies. … … 434 438 --- 435 439 436 ## #[v3.5 _(Jul 23, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.5)437 438 ### #👾 Bug Fixes440 ## [v3.5 _(Jul 23, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.5) 441 442 ### 👾 Bug Fixes 439 443 440 444 - [#120](https://github.com/omise/omise-woocommerce/pull/120): Properly assigning querystrings for the payment callback endpoints. … … 442 446 --- 443 447 444 ## #[v3.4 _(Jun 14, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.4)445 446 ### #✨ Highlights448 ## [v3.4 _(Jun 14, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.4) 449 450 ### ✨ Highlights 447 451 448 452 - [#115](https://github.com/omise/omise-woocommerce/pull/115): Installment, display instalment monthly amount & interest fee at the checkout page. 449 453 - [#99](https://github.com/omise/omise-woocommerce/pull/99): Introduce Installment payment method. 450 454 451 ### #🚀 Enhancements455 ### 🚀 Enhancements 452 456 453 457 - [#114](https://github.com/omise/omise-woocommerce/pull/114): Update Omise-PHP library from v2.11.1 to v2.11.2. … … 461 465 --- 462 466 463 ## #[v3.3 _(Mar 28, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.3)464 465 ### #🚀 Enhancements467 ## [v3.3 _(Mar 28, 2019)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.3) 468 469 ### 🚀 Enhancements 466 470 467 471 - [#106](https://github.com/omise/omise-woocommerce/pull/106): Removing unused stylesheet & js file. … … 475 479 - [#86](https://github.com/omise/omise-woocommerce/pull/86): README, update the installation instruction, enhance overall contents. 476 480 477 ### #👾 Bug Fixes481 ### 👾 Bug Fixes 478 482 479 483 - [#104](https://github.com/omise/omise-woocommerce/pull/104): Omise Setting Page, sanitizing input fields before save. … … 481 485 --- 482 486 483 ## #[v3.2 _(Apr 20, 2018)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.2)484 485 ### #✨ Highlights487 ## [v3.2 _(Apr 20, 2018)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.2) 488 489 ### ✨ Highlights 486 490 487 491 - Support multi currency (PR [#84](https://github.com/omise/omise-woocommerce/pull/84)) 488 492 489 ### #🚀 Enhancements493 ### 🚀 Enhancements 490 494 491 495 - Remove legacy files and codes (that we no longer use) (PR [#85](https://github.com/omise/omise-woocommerce/pull/85)) 492 496 493 ### #👾 Bug Fixes497 ### 👾 Bug Fixes 494 498 495 499 - Issue #78 fatal error, if install omise plugin before woo commerce (PR [#83](https://github.com/omise/omise-woocommerce/pull/83), [#88](https://github.com/omise/omise-woocommerce/pull/88)) … … 497 501 --- 498 502 499 ## #[v3.1 _(Sep 19, 2017)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.1)500 501 ### #✨ Highlights503 ## [v3.1 _(Sep 19, 2017)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.1) 504 505 ### ✨ Highlights 502 506 503 507 - Introduce WebHook feature. (PR [#62](https://github.com/omise/omise-woocommerce/pull/62)) 504 508 - Add Omise Setting page and enhance Omise setting process. (PR [#61](https://github.com/omise/omise-woocommerce/pull/61)) 505 509 506 ### #🚀 Enhancements510 ### 🚀 Enhancements 507 511 508 512 - Spell WordPress correctly! (PR [#56](https://github.com/omise/omise-woocommerce/pull/56)) :by [@mayukojpn](https://github.com/mayukojpn)) 509 513 - Support WooCommerce 2.x series & PHP 5.4 (PR [#59](https://github.com/omise/omise-woocommerce/pull/59)) 510 514 511 ## #[v3.0 _(Jul 26, 2017)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.0)512 513 ### #✨ Highlights515 ## [v3.0 _(Jul 26, 2017)_](https://github.com/omise/omise-woocommerce/releases/tag/v3.0) 516 517 ### ✨ Highlights 514 518 515 519 - Support Alipay payment! (PR [#48](https://github.com/omise/omise-woocommerce/pull/48)) … … 520 524 - Huge plugin code refactoring & provides a new plugin code structure (for anyone who did customize on the core code of plugin, please check this carefully!) (PR [#36](https://github.com/omise/omise-woocommerce/pull/36), [#37](https://github.com/omise/omise-woocommerce/pull/37), [#39](https://github.com/omise/omise-woocommerce/pull/39), [#40](https://github.com/omise/omise-woocommerce/pull/40)) 521 525 522 ### #🚀 Enhancements526 ### 🚀 Enhancements 523 527 524 528 - Backward compatible with Omsie-WooCommerce v1.2.3. (PR [#50](https://github.com/omise/omise-woocommerce/pull/50)) … … 529 533 - Update plugin's 'text-domain' to support GlotPress translation system. (PR [#32](https://github.com/omise/omise-woocommerce/pull/32) & [#34](https://github.com/omise/omise-woocommerce/pull/34). Big thanks for [@mayukojpn](https://github.com/mayukojpn)) 530 534 531 ### #👾 Bug Fixes535 ### 👾 Bug Fixes 532 536 533 537 - Fix 'save credit card for next time' feature for WooCommerce v3.x. (PR [#45](https://github.com/omise/omise-woocommerce/pull/45)) -
omise/trunk/includes/backends/class-omise-backend-installment.php
r2852769 r3006639 25 25 'bank_code' => 'first_choice', 26 26 'title' => __('Krungsri First Choice', 'omise'), 27 'interest_rate' => 1. 3,27 'interest_rate' => 1.16, 28 28 'min_allowed_amount' => 300.00, 29 29 ), … … 32 32 'bank_code' => 'bay', 33 33 'title' => __('Krungsri', 'omise'), 34 'interest_rate' => 0. 8,34 'interest_rate' => 0.74, 35 35 'min_allowed_amount' => 500.00, 36 36 ), … … 39 39 'bank_code' => 'ktc', 40 40 'title' => __('Krungthai Card (KTC)', 'omise'), 41 'interest_rate' => 0. 8,41 'interest_rate' => 0.74, 42 42 'min_allowed_amount' => 300.00, 43 43 ), … … 46 46 'bank_code' => 'bbl', 47 47 'title' => __('Bangkok Bank', 'omise'), 48 'interest_rate' => 0. 8,48 'interest_rate' => 0.74, 49 49 'min_allowed_amount' => 500.00, 50 50 ), … … 74 74 'bank_code' => 'ttb', 75 75 'title' => __('TMBThanachart Bank', 'omise'), 76 'interest_rate' => 0 ,76 'interest_rate' => 0.8, 77 77 'min_allowed_amount' => 500.00, 78 78 ), … … 81 81 'bank_code' => 'uob', 82 82 'title' => __('United Overseas Bank', 'omise'), 83 'interest_rate' => 0 ,83 'interest_rate' => 0.64, 84 84 'min_allowed_amount' => 500.00, 85 85 ), -
omise/trunk/includes/gateway/class-omise-payment-ocbc-digital.php
r2979883 r3006639 77 77 { 78 78 $icon = Omise_Image::get_image([ 79 'file' => 'ocbc-digital. png',79 'file' => 'ocbc-digital.svg', 80 80 'alternate_text' => 'OCBC Digital', 81 'width' => 60,82 81 ]); 83 82 return apply_filters( 'woocommerce_gateway_icon', $icon, $this->id ); -
omise/trunk/omise-woocommerce.php
r2996902 r3006639 5 5 * Plugin URI: https://www.omise.co/woocommerce 6 6 * Description: Opn Payments is a WordPress plugin designed specifically for WooCommerce. The plugin adds support for Opn Payments Payment Gateway's payment methods to WooCommerce. 7 * Version: 5.6. 17 * Version: 5.6.2 8 8 * Author: Opn Payments and contributors 9 9 * Author URI: https://github.com/omise/omise-woocommerce/graphs/contributors … … 23 23 * @var string 24 24 */ 25 public $version = '5.6. 1';25 public $version = '5.6.2'; 26 26 27 27 /** -
omise/trunk/readme.txt
r2996902 r3006639 3 3 Tags: opn payments, payment, payment gateway, woocommerce plugin, omise, opn, installment, internet banking, alipay, paynow, truemoney wallet, woocommerce payment 4 4 Requires at least: 4.3.1 5 Tested up to: 6.4. 06 Stable tag: 5.6. 15 Tested up to: 6.4.2 6 Stable tag: 5.6.2 7 7 License: MIT 8 8 License URI: https://opensource.org/licenses/MIT … … 34 34 35 35 == Changelog == 36 37 = 5.6.2 = 38 39 - Update OCBC digital logo. (PR [#422](https://github.com/omise/omise-woocommerce/pull/422)) 40 - Update installment interest rates. (PR [#423](https://github.com/omise/omise-woocommerce/pull/423)) 36 41 37 42 = 5.6.1 = -
omise/trunk/tests/unit/includes/gateway/class-omise-payment-ocbc-digital-test.php
r2996251 r3006639 76 76 $result = $this->obj->get_icon(); 77 77 $this->assertEquals( 78 "<img src='/ocbc-digital. png' class='Omise-Image' style='width: 60px; max-height: 30px;' alt='OCBC Digital' />",78 "<img src='/ocbc-digital.svg' class='Omise-Image' style='width: 30px; max-height: 30px;' alt='OCBC Digital' />", 79 79 $result 80 80 );
Note: See TracChangeset
for help on using the changeset viewer.