Changeset 3278290
- Timestamp:
- 04/21/2025 03:18:53 PM (12 months ago)
- Location:
- bin-tracker-online
- Files:
-
- 5 edited
- 7 copied
-
tags/1.2.5 (copied) (copied from bin-tracker-online/trunk)
-
tags/1.2.5/bin-tracker-online.php (copied) (copied from bin-tracker-online/trunk/bin-tracker-online.php) (1 diff)
-
tags/1.2.5/includes/base/activate.php (copied) (copied from bin-tracker-online/trunk/includes/base/activate.php)
-
tags/1.2.5/includes/base/ajax-control.php (copied) (copied from bin-tracker-online/trunk/includes/base/ajax-control.php) (2 diffs)
-
tags/1.2.5/includes/base/server-calls.php (copied) (copied from bin-tracker-online/trunk/includes/base/server-calls.php)
-
tags/1.2.5/javascript/front-house-script.js (modified) (1 diff)
-
tags/1.2.5/readme.txt (copied) (copied from bin-tracker-online/trunk/readme.txt) (1 diff)
-
tags/1.2.5/uninstall.php (copied) (copied from bin-tracker-online/trunk/uninstall.php)
-
trunk/bin-tracker-online.php (modified) (1 diff)
-
trunk/includes/base/ajax-control.php (modified) (2 diffs)
-
trunk/javascript/front-house-script.js (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bin-tracker-online/tags/1.2.5/bin-tracker-online.php
r3269056 r3278290 8 8 Plugin URI: https://www.bintracker.software/api/word-press-plugin.html 9 9 Description: The plug in provides integration with a private web application for Bin their Dump That, a franchisor in the waste hauling industry 10 Version: 1.2. 410 Version: 1.2.5 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
bin-tracker-online/tags/1.2.5/includes/base/ajax-control.php
r3269056 r3278290 861 861 $b1nT_card_cvv = sanitize_text_field($_POST['b1nT_card_cvv']); 862 862 $b1nT_order_note = sanitize_text_field($_POST['b1nT_order_note']); 863 $b1nT_customer_terms = sanitize_text_field($_POST['b1nT_customer_terms']); 863 864 864 865 //billing … … 1006 1007 'priceSheetID' => $b1nT_price_sheet_id, 1007 1008 'note' => $b1nT_order_note, 1008 'mode' => $b1nT_mode 1009 'mode' => $b1nT_mode, 1010 'customer_terms' => $b1nT_customer_terms 1009 1011 ); 1010 1012 -
bin-tracker-online/tags/1.2.5/javascript/front-house-script.js
r3245949 r3278290 173 173 'b1nT_card_expiry_year': $('select[name=b1nT_card_expiry_year]').val(), 174 174 'b1nT_card_cvv': $('input[name=b1nT_card_cvv]').val(), 175 'b1nT_customer_terms': ($('#b1nT_terms_cond_check_box').is(':checked') ? 1 : 0), 175 176 'b1nT_nonce': b1nT_config.ajax_nonce, 176 177 'b1nT_step' :3 -
bin-tracker-online/tags/1.2.5/readme.txt
r3269056 r3278290 3 3 Requires at least: 4.9 4 4 Requires PHP: 5.6.4 5 Tested up to: 6. 7.26 Stable tag: 1.2. 45 Tested up to: 6.8 6 Stable tag: 1.2.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
bin-tracker-online/trunk/bin-tracker-online.php
r3269056 r3278290 8 8 Plugin URI: https://www.bintracker.software/api/word-press-plugin.html 9 9 Description: The plug in provides integration with a private web application for Bin their Dump That, a franchisor in the waste hauling industry 10 Version: 1.2. 410 Version: 1.2.5 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
bin-tracker-online/trunk/includes/base/ajax-control.php
r3269056 r3278290 861 861 $b1nT_card_cvv = sanitize_text_field($_POST['b1nT_card_cvv']); 862 862 $b1nT_order_note = sanitize_text_field($_POST['b1nT_order_note']); 863 $b1nT_customer_terms = sanitize_text_field($_POST['b1nT_customer_terms']); 863 864 864 865 //billing … … 1006 1007 'priceSheetID' => $b1nT_price_sheet_id, 1007 1008 'note' => $b1nT_order_note, 1008 'mode' => $b1nT_mode 1009 'mode' => $b1nT_mode, 1010 'customer_terms' => $b1nT_customer_terms 1009 1011 ); 1010 1012 -
bin-tracker-online/trunk/javascript/front-house-script.js
r3245949 r3278290 173 173 'b1nT_card_expiry_year': $('select[name=b1nT_card_expiry_year]').val(), 174 174 'b1nT_card_cvv': $('input[name=b1nT_card_cvv]').val(), 175 'b1nT_customer_terms': ($('#b1nT_terms_cond_check_box').is(':checked') ? 1 : 0), 175 176 'b1nT_nonce': b1nT_config.ajax_nonce, 176 177 'b1nT_step' :3 -
bin-tracker-online/trunk/readme.txt
r3269056 r3278290 3 3 Requires at least: 4.9 4 4 Requires PHP: 5.6.4 5 Tested up to: 6. 7.26 Stable tag: 1.2. 45 Tested up to: 6.8 6 Stable tag: 1.2.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.