Changeset 3321808
- Timestamp:
- 07/03/2025 01:24:33 PM (8 months ago)
- Location:
- woo-rabo-omnikassa
- Files:
-
- 49 added
- 7 edited
-
tags/2.3.1 (added)
-
tags/2.3.1/assets (added)
-
tags/2.3.1/assets/images (added)
-
tags/2.3.1/assets/images/icwoorok2_bancontact.png (added)
-
tags/2.3.1/assets/images/icwoorok2_bancontact.svg (added)
-
tags/2.3.1/assets/images/icwoorok2_icwoorok2_afterpay.png (added)
-
tags/2.3.1/assets/images/icwoorok2_ideal.png (added)
-
tags/2.3.1/assets/images/icwoorok2_ideal.svg (added)
-
tags/2.3.1/assets/images/icwoorok2_maestro.png (added)
-
tags/2.3.1/assets/images/icwoorok2_mastercard.png (added)
-
tags/2.3.1/assets/images/icwoorok2_paypal.svg (added)
-
tags/2.3.1/assets/images/icwoorok2_visa.png (added)
-
tags/2.3.1/assets/images/icwoorok2_vpay.png (added)
-
tags/2.3.1/assets/js (added)
-
tags/2.3.1/assets/js/bancontact.js (added)
-
tags/2.3.1/assets/js/cards.js (added)
-
tags/2.3.1/assets/js/ideal.js (added)
-
tags/2.3.1/assets/js/paypal.js (added)
-
tags/2.3.1/blocks (added)
-
tags/2.3.1/blocks/bancontact.php (added)
-
tags/2.3.1/blocks/cards.php (added)
-
tags/2.3.1/blocks/ideal.php (added)
-
tags/2.3.1/blocks/paypal.php (added)
-
tags/2.3.1/build (added)
-
tags/2.3.1/build/blocks.asset.php (added)
-
tags/2.3.1/build/blocks.js (added)
-
tags/2.3.1/controllers (added)
-
tags/2.3.1/controllers/icwoorok2-controller.php (added)
-
tags/2.3.1/gateways (added)
-
tags/2.3.1/gateways/abstract.php (added)
-
tags/2.3.1/gateways/bancontact.php (added)
-
tags/2.3.1/gateways/cards.php (added)
-
tags/2.3.1/gateways/ideal.php (added)
-
tags/2.3.1/gateways/paypal.php (added)
-
tags/2.3.1/ic-woo-omnikassa-2.php (added)
-
tags/2.3.1/includes (added)
-
tags/2.3.1/includes/functions.php (added)
-
tags/2.3.1/index.php (added)
-
tags/2.3.1/languages (added)
-
tags/2.3.1/languages/ic-woo-rabo-omnikassa-2-en_US.mo (added)
-
tags/2.3.1/languages/ic-woo-rabo-omnikassa-2-en_US.po (added)
-
tags/2.3.1/languages/ic-woo-rabo-omnikassa-2-nl_NL.mo (added)
-
tags/2.3.1/languages/ic-woo-rabo-omnikassa-2-nl_NL.po (added)
-
tags/2.3.1/readme.txt (added)
-
tags/2.3.1/temp (added)
-
tags/2.3.1/temp/cache (added)
-
tags/2.3.1/temp/cache/index.php (added)
-
tags/2.3.1/temp/logs (added)
-
tags/2.3.1/temp/logs/index.php (added)
-
trunk/gateways/abstract.php (modified) (1 diff)
-
trunk/ic-woo-omnikassa-2.php (modified) (3 diffs)
-
trunk/languages/ic-woo-rabo-omnikassa-2-en_US.mo (modified) (previous)
-
trunk/languages/ic-woo-rabo-omnikassa-2-en_US.po (modified) (7 diffs)
-
trunk/languages/ic-woo-rabo-omnikassa-2-nl_NL.mo (modified) (previous)
-
trunk/languages/ic-woo-rabo-omnikassa-2-nl_NL.po (modified) (7 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-rabo-omnikassa/trunk/gateways/abstract.php
r3306358 r3321808 516 516 517 517 wp_send_json_success($refundCheckData, 200); // {"success":true} 518 } elseif($status == 'PENDING') { 519 $order->add_order_note(__('Refund request has been submitted to Rabobank and is awaiting processing', 'ic-woo-rabo-omnikassa-2')); 520 521 wp_send_json_success($refundCheckData, 200); // {"success":true} 518 522 } else { 519 523 $order->add_order_note(__('Refund failed for transaction', 'ic-woo-rabo-omnikassa-2').': '.$transactionId); -
woo-rabo-omnikassa/trunk/ic-woo-omnikassa-2.php
r3306358 r3321808 15 15 * Text Domain: ic-woo-omnikassa-2 16 16 * Domain Path: /languages 17 * Version: 2.3. 017 * Version: 2.3.1 18 18 * Requires at least: 5.8 19 19 * Tested up to: 6.8.1 … … 21 21 * Requires Plugins: woocommerce 22 22 * WC requires at least: 9.6 23 * WC tested up to: 9. 8.523 * WC tested up to: 9.9.5 24 24 */ 25 25 … … 31 31 define('ICWOOROK_ROOT_PATH', plugin_dir_path(__FILE__)); 32 32 define('ICWOOROK_ROOT_URL', plugin_dir_url(__FILE__)); 33 define('ICWOOROK_VERSION', '2.3. 0');33 define('ICWOOROK_VERSION', '2.3.1'); 34 34 35 35 // Load default plugin functions -
woo-rabo-omnikassa/trunk/languages/ic-woo-rabo-omnikassa-2-en_US.po
r3306358 r3321808 2 2 msgstr "" 3 3 "Project-Id-Version: \n" 4 "POT-Creation-Date: 2025-0 5-20 15:15+0200\n"5 "PO-Revision-Date: 2025-0 5-20 15:16+0200\n"4 "POT-Creation-Date: 2025-07-03 15:03+0200\n" 5 "PO-Revision-Date: 2025-07-03 15:04+0200\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" … … 16 16 "X-Poedit-SearchPath-0: .\n" 17 17 18 #: assets/js/bancontact.js:12 18 #: assets/js/bancontact.js:12 client/bancontact/index.js:6 19 19 msgid "Bancontact" 20 20 msgstr "Bancontact" … … 32 32 msgstr "Proceed to Creditcards" 33 33 34 #: assets/js/ideal.js:12 34 #: assets/js/ideal.js:12 client/ideal/index.js:6 35 35 msgid "iDEAL" 36 36 msgstr "iDEAL" … … 40 40 msgstr "Proceed to iDEAL" 41 41 42 #: assets/js/paypal.js:12 42 #: assets/js/paypal.js:12 client/paypal/index.js:6 43 43 msgid "Paypal" 44 44 msgstr "Paypal" … … 47 47 msgid "Proceed to Paypal" 48 48 msgstr "Proceed to Paypal" 49 50 #: client/cards/index.js:6 51 msgid "Cards" 52 msgstr "Cards" 49 53 50 54 #: controllers/icwoorok2-controller.php:69 … … 243 247 244 248 #: gateways/abstract.php:519 249 msgid "" 250 "Refund request has been submitted to Rabobank and is awaiting processing" 251 msgstr "" 252 "Refund request has been submitted to Rabobank and is awaiting processing" 253 254 #: gateways/abstract.php:523 245 255 msgid "Refund failed for transaction" 246 256 msgstr "Refund failed for transaction" 247 257 248 #: gateways/abstract.php:52 1258 #: gateways/abstract.php:525 249 259 msgid "Refund failed." 250 260 msgstr "Refund failed." 251 261 252 #: ic-woo-omnikassa-2.php: 189262 #: ic-woo-omnikassa-2.php:200 253 263 msgid "Rabo Smart Pay - Merchant settings" 254 264 msgstr "Rabo Smart Pay - Merchant settings" 255 265 256 #: ic-woo-omnikassa-2.php: 191266 #: ic-woo-omnikassa-2.php:202 257 267 msgid "" 258 268 "IMPORTANT: To process transactions properly, please enter the following " … … 262 272 "webhook URL on your Rabo Smart Pay dashboard:" 263 273 264 #: ic-woo-omnikassa-2.php: 195274 #: ic-woo-omnikassa-2.php:206 265 275 msgid "Payment methods" 266 276 msgstr "Payment methods" 267 277 268 #: ic-woo-omnikassa-2.php: 197278 #: ic-woo-omnikassa-2.php:208 269 279 msgid "Payment methods can be enabled/disabled under the" 270 280 msgstr "Payment methods can be enabled/disabled under the" 271 281 272 #: ic-woo-omnikassa-2.php: 197282 #: ic-woo-omnikassa-2.php:208 273 283 msgid "Payments" 274 284 msgstr "Payments" 275 285 276 #: ic-woo-omnikassa-2.php:2 01286 #: ic-woo-omnikassa-2.php:212 277 287 msgid "Refresh Token" 278 288 msgstr "Refresh Token" 279 289 280 #: ic-woo-omnikassa-2.php:2 04290 #: ic-woo-omnikassa-2.php:215 281 291 msgid "The Refresh token can be found on the Rabo Smart Pay dashboard." 282 292 msgstr "The Refresh token can be found on the Rabo Smart Pay dashboard." 283 293 284 #: ic-woo-omnikassa-2.php:2 09294 #: ic-woo-omnikassa-2.php:220 285 295 msgid "Signing Key" 286 296 msgstr "Signing Key" 287 297 288 #: ic-woo-omnikassa-2.php:2 12298 #: ic-woo-omnikassa-2.php:223 289 299 msgid "The Signing Key token can be found on the Rabo Smart Pay dashboard." 290 300 msgstr "The Signing Key token can be found on the Rabo Smart Pay dashboard." 291 301 292 #: ic-woo-omnikassa-2.php:2 17302 #: ic-woo-omnikassa-2.php:228 293 303 msgid "Sandbox environment" 294 304 msgstr "Sandbox environment" 295 305 296 #: ic-woo-omnikassa-2.php:2 19306 #: ic-woo-omnikassa-2.php:230 297 307 msgid "Enable the Sandbox mode" 298 308 msgstr "Enable the Sandbox mode" 299 309 300 #: ic-woo-omnikassa-2.php:2 21310 #: ic-woo-omnikassa-2.php:232 301 311 msgid "Please make sure you enter the sandbox credentials if checked." 302 312 msgstr "Please make sure you enter the sandbox credentials if checked." 303 313 304 #: ic-woo-omnikassa-2.php:2 26314 #: ic-woo-omnikassa-2.php:237 305 315 msgid "Debug webhook" 306 316 msgstr "Debug webhook" 307 317 308 #: ic-woo-omnikassa-2.php:2 28318 #: ic-woo-omnikassa-2.php:239 309 319 msgid "Enable the webhook debug" 310 320 msgstr "Enable the webhook debug" 311 321 312 #: ic-woo-omnikassa-2.php:2 30322 #: ic-woo-omnikassa-2.php:241 313 323 msgid "" 314 324 "Additional logging will be activated and placed in the debug.log of " -
woo-rabo-omnikassa/trunk/languages/ic-woo-rabo-omnikassa-2-nl_NL.po
r3306358 r3321808 2 2 msgstr "" 3 3 "Project-Id-Version: IC Rabo OmniKassa for WooCommerce\n" 4 "POT-Creation-Date: 2025-0 5-20 15:16+0200\n"5 "PO-Revision-Date: 2025-0 5-20 15:17+0200\n"4 "POT-Creation-Date: 2025-07-03 15:04+0200\n" 5 "PO-Revision-Date: 2025-07-03 15:07+0200\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" … … 16 16 "X-Poedit-SearchPath-0: .\n" 17 17 18 #: assets/js/bancontact.js:12 18 #: assets/js/bancontact.js:12 client/bancontact/index.js:6 19 19 msgid "Bancontact" 20 20 msgstr "Bancontact" … … 32 32 msgstr "Betaal met Creditcards" 33 33 34 #: assets/js/ideal.js:12 34 #: assets/js/ideal.js:12 client/ideal/index.js:6 35 35 msgid "iDEAL" 36 36 msgstr "iDEAL" … … 40 40 msgstr "Betaal met iDEAL" 41 41 42 #: assets/js/paypal.js:12 42 #: assets/js/paypal.js:12 client/paypal/index.js:6 43 43 msgid "Paypal" 44 44 msgstr "Paypal" … … 47 47 msgid "Proceed to Paypal" 48 48 msgstr "Betaal met Paypal" 49 50 #: client/cards/index.js:6 51 msgid "Cards" 52 msgstr "Creditcards" 49 53 50 54 #: controllers/icwoorok2-controller.php:69 … … 248 252 249 253 #: gateways/abstract.php:519 254 msgid "" 255 "Refund request has been submitted to Rabobank and is awaiting processing" 256 msgstr "Terugbetalen is ingediend bij Rabobank en wacht op verwerking" 257 258 #: gateways/abstract.php:523 250 259 msgid "Refund failed for transaction" 251 260 msgstr "Terugbetaling mislukt voor transactie" 252 261 253 #: gateways/abstract.php:52 1262 #: gateways/abstract.php:525 254 263 msgid "Refund failed." 255 264 msgstr "Terugbetaling mislukt." 256 265 257 #: ic-woo-omnikassa-2.php: 189266 #: ic-woo-omnikassa-2.php:200 258 267 msgid "Rabo Smart Pay - Merchant settings" 259 268 msgstr "Rabo Smart Pay - Configuratie instellingen" 260 269 261 #: ic-woo-omnikassa-2.php: 191270 #: ic-woo-omnikassa-2.php:202 262 271 msgid "" 263 272 "IMPORTANT: To process transactions properly, please enter the following " … … 267 276 "webhook-URL in op uw Rabo Smart Pay dashboard:" 268 277 269 #: ic-woo-omnikassa-2.php: 195278 #: ic-woo-omnikassa-2.php:206 270 279 msgid "Payment methods" 271 280 msgstr "Betaalmethoden" 272 281 273 #: ic-woo-omnikassa-2.php: 197282 #: ic-woo-omnikassa-2.php:208 274 283 msgid "Payment methods can be enabled/disabled under the" 275 284 msgstr "Betaalmethoden kunnen geactiveerd/gedeactiveerd worden onder" 276 285 277 #: ic-woo-omnikassa-2.php: 197286 #: ic-woo-omnikassa-2.php:208 278 287 msgid "Payments" 279 288 msgstr "Betalingen" 280 289 281 #: ic-woo-omnikassa-2.php:2 01290 #: ic-woo-omnikassa-2.php:212 282 291 msgid "Refresh Token" 283 292 msgstr "Refresh Token" 284 293 285 #: ic-woo-omnikassa-2.php:2 04294 #: ic-woo-omnikassa-2.php:215 286 295 msgid "The Refresh token can be found on the Rabo Smart Pay dashboard." 287 296 msgstr "De Refresh Token vindt u op het Rabo Smart Pay dashboard." 288 297 289 #: ic-woo-omnikassa-2.php:2 09298 #: ic-woo-omnikassa-2.php:220 290 299 msgid "Signing Key" 291 300 msgstr "Signing Key" 292 301 293 #: ic-woo-omnikassa-2.php:2 12302 #: ic-woo-omnikassa-2.php:223 294 303 msgid "The Signing Key token can be found on the Rabo Smart Pay dashboard." 295 304 msgstr "De Signing Key is te vinden op uw Rabo Smart Pay dashboard." 296 305 297 #: ic-woo-omnikassa-2.php:2 17306 #: ic-woo-omnikassa-2.php:228 298 307 msgid "Sandbox environment" 299 308 msgstr "Testomgeving" 300 309 301 #: ic-woo-omnikassa-2.php:2 19310 #: ic-woo-omnikassa-2.php:230 302 311 msgid "Enable the Sandbox mode" 303 312 msgstr "Gebruik de testomgeving" 304 313 305 #: ic-woo-omnikassa-2.php:2 21314 #: ic-woo-omnikassa-2.php:232 306 315 msgid "Please make sure you enter the sandbox credentials if checked." 307 316 msgstr "Configureer de Sandbox sleutels wanneer u deze optie aanvinkt." 308 317 309 #: ic-woo-omnikassa-2.php:2 26318 #: ic-woo-omnikassa-2.php:237 310 319 msgid "Debug webhook" 311 320 msgstr "Debug webhook" 312 321 313 #: ic-woo-omnikassa-2.php:2 28322 #: ic-woo-omnikassa-2.php:239 314 323 msgid "Enable the webhook debug" 315 324 msgstr "Activeer de webhook debug modus" 316 325 317 #: ic-woo-omnikassa-2.php:2 30326 #: ic-woo-omnikassa-2.php:241 318 327 msgid "" 319 328 "Additional logging will be activated and placed in the debug.log of " -
woo-rabo-omnikassa/trunk/readme.txt
r3306365 r3321808 7 7 Requires at least: 5.0.7 8 8 Tested up to: 6.8 9 Stable tag: 2.3. 09 Stable tag: 2.3.1 10 10 Requires PHP: 7.4.30 11 11 License: GPLv2 or later … … 115 115 == Changelog == 116 116 117 = 2.3.1 = 118 * Added PENDING status to the refunds, so that the merchant knows its going to be processed further by Rabobank. 119 * Checked compatibility with Woocommerce 9.9.5 120 117 121 = 2.3.0 = 118 122 * Implemented the option to refund orders with Smart Pay.
Note: See TracChangeset
for help on using the changeset viewer.