Plugin Directory

Changeset 3316516


Ignore:
Timestamp:
06/23/2025 07:16:14 PM (9 months ago)
Author:
jrmoser
Message:

version 1.3.3

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

Legend:

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

    r3311246 r3316516  
    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.2
     10Version: 1.3.3
    1111Author: Cairn Applications Inc
    1212Author URI: https://www.cloud-computing.rocks/
  • bin-tracker-online/tags/1.3.3/javascript/address-validation-script.js

    r3311246 r3316516  
    265265          //check if the address is rooftop
    266266          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) {
    268268               //TODO::
    269269               b1nT_verified = 1;
     
    274274
    275275                    if(!b1nT_place.location) { return 0; }
    276                     if(!b1nT_place.location.location) { return 0; }
    277 
    278                     let b1nT_lat = b1nT_place.location.location.lat() * 1;
    279                     let b1nT_lng = b1nT_place.location.location.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;
    280280
    281281                    if(!b1nT_pattern.exec(b1nT_lat)) { return 0; }
  • bin-tracker-online/tags/1.3.3/readme.txt

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

    r3311246 r3316516  
    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.2
     10Version: 1.3.3
    1111Author: Cairn Applications Inc
    1212Author URI: https://www.cloud-computing.rocks/
  • bin-tracker-online/trunk/javascript/address-validation-script.js

    r3311246 r3316516  
    265265          //check if the address is rooftop
    266266          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) {
    268268               //TODO::
    269269               b1nT_verified = 1;
     
    274274
    275275                    if(!b1nT_place.location) { return 0; }
    276                     if(!b1nT_place.location.location) { return 0; }
    277 
    278                     let b1nT_lat = b1nT_place.location.location.lat() * 1;
    279                     let b1nT_lng = b1nT_place.location.location.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;
    280280
    281281                    if(!b1nT_pattern.exec(b1nT_lat)) { return 0; }
  • bin-tracker-online/trunk/readme.txt

    r3311246 r3316516  
    44Requires PHP: 5.6.4
    55Tested up to: 6.8
    6 Stable tag: 1.3.2
     6Stable tag: 1.3.3
    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.