Changeset 3316516
- Timestamp:
- 06/23/2025 07:16:14 PM (9 months ago)
- Location:
- bin-tracker-online
- Files:
-
- 3 edited
- 13 copied
-
tags/1.3.3 (copied) (copied from bin-tracker-online/trunk)
-
tags/1.3.3/bin-tracker-online.php (copied) (copied from bin-tracker-online/trunk/bin-tracker-online.php) (1 diff)
-
tags/1.3.3/includes/base/activate.php (copied) (copied from bin-tracker-online/trunk/includes/base/activate.php)
-
tags/1.3.3/includes/base/ajax-control.php (copied) (copied from bin-tracker-online/trunk/includes/base/ajax-control.php)
-
tags/1.3.3/includes/base/enqueue.php (copied) (copied from bin-tracker-online/trunk/includes/base/enqueue.php)
-
tags/1.3.3/includes/base/server-calls.php (copied) (copied from bin-tracker-online/trunk/includes/base/server-calls.php)
-
tags/1.3.3/javascript/address-validation-script.js (copied) (copied from bin-tracker-online/trunk/javascript/address-validation-script.js) (2 diffs)
-
tags/1.3.3/javascript/front-house-script.js (copied) (copied from bin-tracker-online/trunk/javascript/front-house-script.js)
-
tags/1.3.3/readme.txt (copied) (copied from bin-tracker-online/trunk/readme.txt) (1 diff)
-
tags/1.3.3/styles/front-house-styles.css (copied) (copied from bin-tracker-online/trunk/styles/front-house-styles.css)
-
tags/1.3.3/templates/front-house-step-one-template.php (copied) (copied from bin-tracker-online/trunk/templates/front-house-step-one-template.php)
-
tags/1.3.3/templates/front-house-step-three-template.php (copied) (copied from bin-tracker-online/trunk/templates/front-house-step-three-template.php)
-
tags/1.3.3/uninstall.php (copied) (copied from bin-tracker-online/trunk/uninstall.php)
-
trunk/bin-tracker-online.php (modified) (1 diff)
-
trunk/javascript/address-validation-script.js (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bin-tracker-online/tags/1.3.3/bin-tracker-online.php
r3311246 r3316516 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.3. 210 Version: 1.3.3 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
bin-tracker-online/tags/1.3.3/javascript/address-validation-script.js
r3311246 r3316516 265 265 //check if the address is rooftop 266 266 let b1nT_verified = 0; 267 if(b1nT_place.types.includes('premise') || b1nT_place.location .location_type == 'ROOFTOP' || b1nT_postal_suffix.shortText.length) {267 if(b1nT_place.types.includes('premise') || b1nT_place.location_type == 'ROOFTOP' || b1nT_postal_suffix.shortText.length) { 268 268 //TODO:: 269 269 b1nT_verified = 1; … … 274 274 275 275 if(!b1nT_place.location) { return 0; } 276 if(!b1nT_place.location .location) { return 0; }277 278 let b1nT_lat = b1nT_place.location.l ocation.lat() * 1;279 let b1nT_lng = b1nT_place.location.l ocation.lng() * 1;276 if(!b1nT_place.location) { return 0; } 277 278 let b1nT_lat = b1nT_place.location.lat() * 1; 279 let b1nT_lng = b1nT_place.location.lng() * 1; 280 280 281 281 if(!b1nT_pattern.exec(b1nT_lat)) { return 0; } -
bin-tracker-online/tags/1.3.3/readme.txt
r3311246 r3316516 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.3. 26 Stable tag: 1.3.3 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
r3311246 r3316516 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.3. 210 Version: 1.3.3 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
bin-tracker-online/trunk/javascript/address-validation-script.js
r3311246 r3316516 265 265 //check if the address is rooftop 266 266 let b1nT_verified = 0; 267 if(b1nT_place.types.includes('premise') || b1nT_place.location .location_type == 'ROOFTOP' || b1nT_postal_suffix.shortText.length) {267 if(b1nT_place.types.includes('premise') || b1nT_place.location_type == 'ROOFTOP' || b1nT_postal_suffix.shortText.length) { 268 268 //TODO:: 269 269 b1nT_verified = 1; … … 274 274 275 275 if(!b1nT_place.location) { return 0; } 276 if(!b1nT_place.location .location) { return 0; }277 278 let b1nT_lat = b1nT_place.location.l ocation.lat() * 1;279 let b1nT_lng = b1nT_place.location.l ocation.lng() * 1;276 if(!b1nT_place.location) { return 0; } 277 278 let b1nT_lat = b1nT_place.location.lat() * 1; 279 let b1nT_lng = b1nT_place.location.lng() * 1; 280 280 281 281 if(!b1nT_pattern.exec(b1nT_lat)) { return 0; } -
bin-tracker-online/trunk/readme.txt
r3311246 r3316516 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.3. 26 Stable tag: 1.3.3 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.