Changeset 2920051
- Timestamp:
- 06/01/2023 10:03:39 AM (3 years ago)
- Location:
- sprinque
- Files:
-
- 5 edited
- 20 copied
-
tags/1.3.4 (copied) (copied from sprinque/trunk)
-
tags/1.3.4/assets/js/frontend.js (copied) (copied from sprinque/trunk/assets/js/frontend.js) (1 diff)
-
tags/1.3.4/include/payment_method.php (copied) (copied from sprinque/trunk/include/payment_method.php)
-
tags/1.3.4/languages/sprinque-de_DE.mo (copied) (copied from sprinque/trunk/languages/sprinque-de_DE.mo)
-
tags/1.3.4/languages/sprinque-de_DE.po (copied) (copied from sprinque/trunk/languages/sprinque-de_DE.po)
-
tags/1.3.4/languages/sprinque-en_US.mo (copied) (copied from sprinque/trunk/languages/sprinque-en_US.mo)
-
tags/1.3.4/languages/sprinque-en_US.po (copied) (copied from sprinque/trunk/languages/sprinque-en_US.po)
-
tags/1.3.4/languages/sprinque-es_ES.mo (copied) (copied from sprinque/trunk/languages/sprinque-es_ES.mo)
-
tags/1.3.4/languages/sprinque-es_ES.po (copied) (copied from sprinque/trunk/languages/sprinque-es_ES.po)
-
tags/1.3.4/languages/sprinque-fr_FR.mo (copied) (copied from sprinque/trunk/languages/sprinque-fr_FR.mo)
-
tags/1.3.4/languages/sprinque-fr_FR.po (copied) (copied from sprinque/trunk/languages/sprinque-fr_FR.po)
-
tags/1.3.4/languages/sprinque-nl_NL.mo (copied) (copied from sprinque/trunk/languages/sprinque-nl_NL.mo)
-
tags/1.3.4/languages/sprinque-nl_NL.po (copied) (copied from sprinque/trunk/languages/sprinque-nl_NL.po) (1 diff)
-
tags/1.3.4/languages/sprinque-pl_PL.mo (copied) (copied from sprinque/trunk/languages/sprinque-pl_PL.mo)
-
tags/1.3.4/languages/sprinque-pl_PL.po (copied) (copied from sprinque/trunk/languages/sprinque-pl_PL.po)
-
tags/1.3.4/languages/sprinque.po (copied) (copied from sprinque/trunk/languages/sprinque.po)
-
tags/1.3.4/languages/sprinque.pot (copied) (copied from sprinque/trunk/languages/sprinque.pot)
-
tags/1.3.4/readme.txt (copied) (copied from sprinque/trunk/readme.txt) (2 diffs)
-
tags/1.3.4/sprinque.php (copied) (copied from sprinque/trunk/sprinque.php) (2 diffs)
-
tags/1.3.4/templates/frontend/srinque_pay_modal_form.php (copied) (copied from sprinque/trunk/templates/frontend/srinque_pay_modal_form.php)
-
trunk/assets/js/frontend.js (modified) (1 diff)
-
trunk/languages/sprinque-nl_NL.mo (modified) (previous)
-
trunk/languages/sprinque-nl_NL.po (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sprinque.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sprinque/tags/1.3.4/assets/js/frontend.js
r2919712 r2920051 423 423 language = language.shift(); 424 424 425 const country = countries.find(country => country.code === country_code_upper);426 if (country.is_registration_number_required) {425 //const country = countries.find(country => country.code === country_code_upper); 426 //if (country.is_registration_number_required) { 427 427 const validation = Sprinque.checkRegNumber(reg_number, country_code, language); 428 428 429 if (!validation.isValid) { 429 if (validation.isValid) { 430 $('#reg_number_warning').hide(); 431 } else { 430 432 $('#reg_number_warning') 431 433 .show() 432 434 .text(validation.message); 433 } else { 434 $('#reg_number_warning').hide(); 435 } 436 } else { 437 $('#reg_number_warning').hide(); 438 } 435 } 436 // } else { 437 // $('#reg_number_warning').hide(); 438 // } 439 439 440 440 $('.error-confirm-order').hide(); -
sprinque/tags/1.3.4/languages/sprinque-nl_NL.po
r2919808 r2920051 58 58 #, fuzzy 59 59 msgid "Billing or Accounts Payable email" 60 msgstr "Factu ur of Accounts Payable e-mail"60 msgstr "Facturatie of administratie email" 61 61 62 62 #: templates/frontend/srinque_pay_modal_form.php:36 -
sprinque/tags/1.3.4/readme.txt
r2919808 r2920051 6 6 Tested up to: 6.0 7 7 Requires PHP: 5.3 8 Stable tag: 1.3. 38 Stable tag: 1.3.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 50 50 51 51 == Changelog == 52 53 = 1.3.4 - May 31, 2023 = 54 * Fixed reg number validation (b2b-sprinque-tools v.1.3.2); 52 55 53 56 = 1.3.3 - May 31, 2023 = -
sprinque/tags/1.3.4/sprinque.php
r2919808 r2920051 5 5 Description: Sprinque for WordPress is a plugin that allows you to offer your business buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion and retention. 6 6 Author: Sprinque 7 Version: 1.3. 37 Version: 1.3.4 8 8 Text Domain: sprinque 9 9 Domain Path: /languages 10 10 */ 11 11 12 define( 'PLUGIN_SRINQUE_VERSION', '1.3. 3' );12 define( 'PLUGIN_SRINQUE_VERSION', '1.3.4' ); 13 13 define( 'PLUGIN_SRINQUE_DIR', __DIR__ ); 14 14 define( 'PLUGIN_SRINQUE_PATH', plugins_url( '', __FILE__ ) ); … … 615 615 // Register scripts 616 616 $settings = get_option( 'woocommerce_wpm_srinque_pay_settings', true ); 617 wp_enqueue_script( 'wpm_srinque_tools', 'https://unpkg.com/b2b-sprinque-tools@1.3. 1/dist/index.umd.min.js', array( ), PLUGIN_SRINQUE_VERSION, 'all' );617 wp_enqueue_script( 'wpm_srinque_tools', 'https://unpkg.com/b2b-sprinque-tools@1.3.2/dist/index.umd.min.js', array( ), PLUGIN_SRINQUE_VERSION, 'all' ); 618 618 wp_enqueue_script( 'wpm_srinque_pay', PLUGIN_SRINQUE_PATH . '/assets/js/frontend.js', array( 'jquery', 'wpm_srinque_tools' ), PLUGIN_SRINQUE_VERSION, 'all' ); 619 619 -
sprinque/trunk/assets/js/frontend.js
r2919712 r2920051 423 423 language = language.shift(); 424 424 425 const country = countries.find(country => country.code === country_code_upper);426 if (country.is_registration_number_required) {425 //const country = countries.find(country => country.code === country_code_upper); 426 //if (country.is_registration_number_required) { 427 427 const validation = Sprinque.checkRegNumber(reg_number, country_code, language); 428 428 429 if (!validation.isValid) { 429 if (validation.isValid) { 430 $('#reg_number_warning').hide(); 431 } else { 430 432 $('#reg_number_warning') 431 433 .show() 432 434 .text(validation.message); 433 } else { 434 $('#reg_number_warning').hide(); 435 } 436 } else { 437 $('#reg_number_warning').hide(); 438 } 435 } 436 // } else { 437 // $('#reg_number_warning').hide(); 438 // } 439 439 440 440 $('.error-confirm-order').hide(); -
sprinque/trunk/languages/sprinque-nl_NL.po
r2919808 r2920051 58 58 #, fuzzy 59 59 msgid "Billing or Accounts Payable email" 60 msgstr "Factu ur of Accounts Payable e-mail"60 msgstr "Facturatie of administratie email" 61 61 62 62 #: templates/frontend/srinque_pay_modal_form.php:36 -
sprinque/trunk/readme.txt
r2919808 r2920051 6 6 Tested up to: 6.0 7 7 Requires PHP: 5.3 8 Stable tag: 1.3. 38 Stable tag: 1.3.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 50 50 51 51 == Changelog == 52 53 = 1.3.4 - May 31, 2023 = 54 * Fixed reg number validation (b2b-sprinque-tools v.1.3.2); 52 55 53 56 = 1.3.3 - May 31, 2023 = -
sprinque/trunk/sprinque.php
r2919808 r2920051 5 5 Description: Sprinque for WordPress is a plugin that allows you to offer your business buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion and retention. 6 6 Author: Sprinque 7 Version: 1.3. 37 Version: 1.3.4 8 8 Text Domain: sprinque 9 9 Domain Path: /languages 10 10 */ 11 11 12 define( 'PLUGIN_SRINQUE_VERSION', '1.3. 3' );12 define( 'PLUGIN_SRINQUE_VERSION', '1.3.4' ); 13 13 define( 'PLUGIN_SRINQUE_DIR', __DIR__ ); 14 14 define( 'PLUGIN_SRINQUE_PATH', plugins_url( '', __FILE__ ) ); … … 615 615 // Register scripts 616 616 $settings = get_option( 'woocommerce_wpm_srinque_pay_settings', true ); 617 wp_enqueue_script( 'wpm_srinque_tools', 'https://unpkg.com/b2b-sprinque-tools@1.3. 1/dist/index.umd.min.js', array( ), PLUGIN_SRINQUE_VERSION, 'all' );617 wp_enqueue_script( 'wpm_srinque_tools', 'https://unpkg.com/b2b-sprinque-tools@1.3.2/dist/index.umd.min.js', array( ), PLUGIN_SRINQUE_VERSION, 'all' ); 618 618 wp_enqueue_script( 'wpm_srinque_pay', PLUGIN_SRINQUE_PATH . '/assets/js/frontend.js', array( 'jquery', 'wpm_srinque_tools' ), PLUGIN_SRINQUE_VERSION, 'all' ); 619 619
Note: See TracChangeset
for help on using the changeset viewer.