Changeset 2849745
- Timestamp:
- 01/17/2023 12:13:37 PM (3 years ago)
- Location:
- sprinque
- Files:
-
- 12 edited
- 1 copied
-
tags/1.2.2 (copied) (copied from sprinque/trunk)
-
tags/1.2.2/assets/css/frontend.css (modified) (1 diff)
-
tags/1.2.2/assets/css/frontend.scss (modified) (1 diff)
-
tags/1.2.2/assets/js/frontend.js (modified) (2 diffs)
-
tags/1.2.2/readme.txt (modified) (2 diffs)
-
tags/1.2.2/sprinque.php (modified) (1 diff)
-
tags/1.2.2/templates/ajax/founded_companies.php (modified) (2 diffs)
-
trunk/assets/css/frontend.css (modified) (1 diff)
-
trunk/assets/css/frontend.scss (modified) (1 diff)
-
trunk/assets/js/frontend.js (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sprinque.php (modified) (1 diff)
-
trunk/templates/ajax/founded_companies.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sprinque/tags/1.2.2/assets/css/frontend.css
r2849683 r2849745 406 406 } 407 407 .wpm-modal-form-tab__title { 408 text-align: center;408 text-align: left; 409 409 font-size: 20px; 410 410 font-weight: 600; -
sprinque/tags/1.2.2/assets/css/frontend.scss
r2849683 r2849745 456 456 } 457 457 &__title { 458 text-align: center;458 text-align: left; 459 459 font-size: 20px; 460 460 font-weight: 600; -
sprinque/tags/1.2.2/assets/js/frontend.js
r2849683 r2849745 68 68 69 69 function showPopup(elem) { 70 $('body').css({ 71 'paddingRight': getScrollbarWidth() + 'px', 72 }).addClass('wpm-overflow-hidden'); 73 $(elem).addClass('modal-form_anim modal-form_show'); 74 $(elem).removeClass('modal-middle'); 70 $('body').css({ 71 'paddingRight': getScrollbarWidth() + 'px', 72 }).addClass('wpm-overflow-hidden'); 73 $(elem).addClass('modal-form_anim modal-form_show'); 74 $(elem).removeClass('modal-middle'); 75 $('.error-confirm-order').hide(); 75 76 } 76 77 … … 309 310 $('.error-confirm-order').hide(); 310 311 clear_timeout() 312 }); 313 314 $("body").on("input", "#reg_number_pay", function(event) { 315 $('.error-confirm-order').hide(); 311 316 }); 312 317 -
sprinque/tags/1.2.2/readme.txt
r2849683 r2849745 6 6 Tested up to: 6.0 7 7 Requires PHP: 5.3 8 Stable tag: 1.2. 18 Stable tag: 1.2.2 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.2.2 - January 17, 2023 = 54 * Hide add buyer manually block and error message on change; 52 55 53 56 = 1.2.1 - January 13, 2023 = -
sprinque/tags/1.2.2/sprinque.php
r2849683 r2849745 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.2. 17 Version: 1.2.2 8 8 Text Domain: sprinque 9 9 Domain Path: /languages -
sprinque/tags/1.2.2/templates/ajax/founded_companies.php
r2841121 r2849745 16 16 <?php endforeach; ?> 17 17 </div> 18 < div class="dc-border-item dc-border-item_active js-add-manually">19 <! -- <div class="wpm-head"><strong class="js-input-company-name">'<span></span>'</strong> has not been found</div> -->18 <!-- <div class="dc-border-item dc-border-item_active js-add-manually"> 19 <! -- <div class="wpm-head"><strong class="js-input-company-name">'<span></span>'</strong> has not been found</div> -- > 20 20 <div class="wpm-head" id="cant-find-business"><?php _e( "Can't find the business you are looking for?", 'sprinque' ); ?></div> 21 21 <a href="#" class="wpm-btn wpm-btn_primary wpm-btn_mt-01 js-register-company-tab"> … … 25 25 <span id="add-manually-business"><?php _e( "Add buyer manually", 'sprinque' ); ?></span> 26 26 </a> 27 </div> 27 </div> --> 28 28 <?php endif; ?> -
sprinque/trunk/assets/css/frontend.css
r2849683 r2849745 406 406 } 407 407 .wpm-modal-form-tab__title { 408 text-align: center;408 text-align: left; 409 409 font-size: 20px; 410 410 font-weight: 600; -
sprinque/trunk/assets/css/frontend.scss
r2849683 r2849745 456 456 } 457 457 &__title { 458 text-align: center;458 text-align: left; 459 459 font-size: 20px; 460 460 font-weight: 600; -
sprinque/trunk/assets/js/frontend.js
r2849683 r2849745 68 68 69 69 function showPopup(elem) { 70 $('body').css({ 71 'paddingRight': getScrollbarWidth() + 'px', 72 }).addClass('wpm-overflow-hidden'); 73 $(elem).addClass('modal-form_anim modal-form_show'); 74 $(elem).removeClass('modal-middle'); 70 $('body').css({ 71 'paddingRight': getScrollbarWidth() + 'px', 72 }).addClass('wpm-overflow-hidden'); 73 $(elem).addClass('modal-form_anim modal-form_show'); 74 $(elem).removeClass('modal-middle'); 75 $('.error-confirm-order').hide(); 75 76 } 76 77 … … 309 310 $('.error-confirm-order').hide(); 310 311 clear_timeout() 312 }); 313 314 $("body").on("input", "#reg_number_pay", function(event) { 315 $('.error-confirm-order').hide(); 311 316 }); 312 317 -
sprinque/trunk/readme.txt
r2849683 r2849745 6 6 Tested up to: 6.0 7 7 Requires PHP: 5.3 8 Stable tag: 1.2. 18 Stable tag: 1.2.2 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.2.2 - January 17, 2023 = 54 * Hide add buyer manually block and error message on change; 52 55 53 56 = 1.2.1 - January 13, 2023 = -
sprinque/trunk/sprinque.php
r2849683 r2849745 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.2. 17 Version: 1.2.2 8 8 Text Domain: sprinque 9 9 Domain Path: /languages -
sprinque/trunk/templates/ajax/founded_companies.php
r2841121 r2849745 16 16 <?php endforeach; ?> 17 17 </div> 18 < div class="dc-border-item dc-border-item_active js-add-manually">19 <! -- <div class="wpm-head"><strong class="js-input-company-name">'<span></span>'</strong> has not been found</div> -->18 <!-- <div class="dc-border-item dc-border-item_active js-add-manually"> 19 <! -- <div class="wpm-head"><strong class="js-input-company-name">'<span></span>'</strong> has not been found</div> -- > 20 20 <div class="wpm-head" id="cant-find-business"><?php _e( "Can't find the business you are looking for?", 'sprinque' ); ?></div> 21 21 <a href="#" class="wpm-btn wpm-btn_primary wpm-btn_mt-01 js-register-company-tab"> … … 25 25 <span id="add-manually-business"><?php _e( "Add buyer manually", 'sprinque' ); ?></span> 26 26 </a> 27 </div> 27 </div> --> 28 28 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.