Changeset 3326533
- Timestamp:
- 07/11/2025 09:39:24 PM (9 months ago)
- Location:
- bin-tracker-online
- Files:
-
- 3 edited
- 14 copied
-
tags/1.3.5 (copied) (copied from bin-tracker-online/trunk)
-
tags/1.3.5/bin-tracker-online.php (copied) (copied from bin-tracker-online/trunk/bin-tracker-online.php) (1 diff)
-
tags/1.3.5/images/Google_logo.png (copied) (copied from bin-tracker-online/trunk/images/Google_logo.png)
-
tags/1.3.5/includes/base/activate.php (copied) (copied from bin-tracker-online/trunk/includes/base/activate.php)
-
tags/1.3.5/includes/base/ajax-control.php (copied) (copied from bin-tracker-online/trunk/includes/base/ajax-control.php) (1 diff)
-
tags/1.3.5/includes/base/enqueue.php (copied) (copied from bin-tracker-online/trunk/includes/base/enqueue.php)
-
tags/1.3.5/includes/base/server-calls.php (copied) (copied from bin-tracker-online/trunk/includes/base/server-calls.php)
-
tags/1.3.5/javascript/address-validation-script.js (copied) (copied from bin-tracker-online/trunk/javascript/address-validation-script.js)
-
tags/1.3.5/javascript/front-house-script.js (copied) (copied from bin-tracker-online/trunk/javascript/front-house-script.js)
-
tags/1.3.5/readme.txt (copied) (copied from bin-tracker-online/trunk/readme.txt) (1 diff)
-
tags/1.3.5/styles/front-house-styles.css (copied) (copied from bin-tracker-online/trunk/styles/front-house-styles.css)
-
tags/1.3.5/templates/front-house-step-one-template.php (copied) (copied from bin-tracker-online/trunk/templates/front-house-step-one-template.php)
-
tags/1.3.5/templates/front-house-step-three-template.php (copied) (copied from bin-tracker-online/trunk/templates/front-house-step-three-template.php)
-
tags/1.3.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) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bin-tracker-online/tags/1.3.5/bin-tracker-online.php
r3318918 r3326533 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. 410 Version: 1.3.5 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
bin-tracker-online/tags/1.3.5/includes/base/ajax-control.php
r3278290 r3326533 591 591 $b1nT_long = $b1nT_lat_long_query['b1nT_long']; 592 592 $b1nT_lat = is_numeric($b1nT_lat) && $b1nT_lat >= -90 && $b1nT_lat <= 90 ? $b1nT_lat : "0"; 593 $b1nT_l ng = is_numeric($b1nT_lng) && $b1nT_lng >= -180 && $b1nT_lng <= 180 ? $b1nT_lng : "0";593 $b1nT_long = is_numeric($b1nT_long) && $b1nT_long >= -180 && $b1nT_long <= 180 ? $b1nT_long : "0"; 594 594 595 595 $b1nT_ps_failed_messages = array(); -
bin-tracker-online/tags/1.3.5/readme.txt
r3318918 r3326533 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.3. 46 Stable tag: 1.3.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
r3318918 r3326533 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. 410 Version: 1.3.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
r3278290 r3326533 591 591 $b1nT_long = $b1nT_lat_long_query['b1nT_long']; 592 592 $b1nT_lat = is_numeric($b1nT_lat) && $b1nT_lat >= -90 && $b1nT_lat <= 90 ? $b1nT_lat : "0"; 593 $b1nT_l ng = is_numeric($b1nT_lng) && $b1nT_lng >= -180 && $b1nT_lng <= 180 ? $b1nT_lng : "0";593 $b1nT_long = is_numeric($b1nT_long) && $b1nT_long >= -180 && $b1nT_long <= 180 ? $b1nT_long : "0"; 594 594 595 595 $b1nT_ps_failed_messages = array(); -
bin-tracker-online/trunk/readme.txt
r3318918 r3326533 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.3. 46 Stable tag: 1.3.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.