Plugin Directory

Changeset 3326533


Ignore:
Timestamp:
07/11/2025 09:39:24 PM (9 months ago)
Author:
jrmoser
Message:

v1.3.5

Location:
bin-tracker-online
Files:
3 edited
14 copied

Legend:

Unmodified
Added
Removed
  • bin-tracker-online/tags/1.3.5/bin-tracker-online.php

    r3318918 r3326533  
    88Plugin URI: https://www.bintracker.software/api/word-press-plugin.html
    99Description: 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.4
     10Version: 1.3.5
    1111Author: Cairn Applications Inc
    1212Author URI: https://www.cloud-computing.rocks/
  • bin-tracker-online/tags/1.3.5/includes/base/ajax-control.php

    r3278290 r3326533  
    591591        $b1nT_long = $b1nT_lat_long_query['b1nT_long'];
    592592        $b1nT_lat  = is_numeric($b1nT_lat) && $b1nT_lat >= -90 && $b1nT_lat <= 90 ? $b1nT_lat : "0";
    593         $b1nT_lng  = 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";
    594594
    595595        $b1nT_ps_failed_messages = array();
  • bin-tracker-online/tags/1.3.5/readme.txt

    r3318918 r3326533  
    44Requires PHP: 5.6.4
    55Tested up to: 6.8
    6 Stable tag: 1.3.4
     6Stable tag: 1.3.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • bin-tracker-online/trunk/bin-tracker-online.php

    r3318918 r3326533  
    88Plugin URI: https://www.bintracker.software/api/word-press-plugin.html
    99Description: 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.4
     10Version: 1.3.5
    1111Author: Cairn Applications Inc
    1212Author URI: https://www.cloud-computing.rocks/
  • bin-tracker-online/trunk/includes/base/ajax-control.php

    r3278290 r3326533  
    591591        $b1nT_long = $b1nT_lat_long_query['b1nT_long'];
    592592        $b1nT_lat  = is_numeric($b1nT_lat) && $b1nT_lat >= -90 && $b1nT_lat <= 90 ? $b1nT_lat : "0";
    593         $b1nT_lng  = 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";
    594594
    595595        $b1nT_ps_failed_messages = array();
  • bin-tracker-online/trunk/readme.txt

    r3318918 r3326533  
    44Requires PHP: 5.6.4
    55Tested up to: 6.8
    6 Stable tag: 1.3.4
     6Stable tag: 1.3.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.