Plugin Directory

Changeset 3329855


Ignore:
Timestamp:
07/17/2025 04:24:18 PM (9 months ago)
Author:
jrmoser
Message:

v1.1.8

Location:
box-tracker-portal
Files:
3 edited
16 copied

Legend:

Unmodified
Added
Removed
  • box-tracker-portal/tags/1.1.8/box-tracker-portal.php

    r3329806 r3329855  
    88Plugin URI: https://www.dumpster.software/api/word-press-plugin.html
    99Description: The Box Tracker Portal plugin facilitates online ordering for waste haulers. Customers will be able to book and manage work orders, manage job sites, view reporting and manage their transactions.  Using the Web API tab on Box Tracker's Preferences app, you can prevent over booking, control which days of the week online orders will be accepted, and prevent same day ordering.  For more information about Box Tracker or this plugin please contact support at 603 546 6751 option 2 or support@cairnapps.com
    10 Version: 1.1.7
     10Version: 1.1.8
    1111Author: Cairn Applications Inc
    1212Author URI: https://www.cloud-computing.rocks/
  • box-tracker-portal/tags/1.1.8/javascript/address-validation-script.js

    r3329796 r3329855  
    226226                    b0xTPortal_input.style.whiteSpace      = "nowrap";
    227227                    b0xTPortal_input.style.borderRadius    = "0px";
    228                     b0xTPortal_input.style.width           = "calc(100% - 20px)";
    229228                    b0xTPortal_input.style.border          = "0px";
    230229                    b0xTPortal_input.style.padding         = "10px";
     
    293292               let b0xTPortal_powered_by = document.createElement("div");
    294293               b0xTPortal_powered_by.style.borderRadius  = "0px";
    295                b0xTPortal_powered_by.style.width         = "calc(100% - 20px)";
    296294               b0xTPortal_powered_by.style.border        = "0px";
    297295               b0xTPortal_powered_by.style.padding       = "10px";
  • box-tracker-portal/tags/1.1.8/readme.txt

    r3329806 r3329855  
    44Requires PHP: 5.6.4
    55Tested up to: 6.8
    6 Stable tag: 1.1.7
     6Stable tag: 1.1.8
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • box-tracker-portal/trunk/box-tracker-portal.php

    r3329806 r3329855  
    88Plugin URI: https://www.dumpster.software/api/word-press-plugin.html
    99Description: The Box Tracker Portal plugin facilitates online ordering for waste haulers. Customers will be able to book and manage work orders, manage job sites, view reporting and manage their transactions.  Using the Web API tab on Box Tracker's Preferences app, you can prevent over booking, control which days of the week online orders will be accepted, and prevent same day ordering.  For more information about Box Tracker or this plugin please contact support at 603 546 6751 option 2 or support@cairnapps.com
    10 Version: 1.1.7
     10Version: 1.1.8
    1111Author: Cairn Applications Inc
    1212Author URI: https://www.cloud-computing.rocks/
  • box-tracker-portal/trunk/javascript/address-validation-script.js

    r3329796 r3329855  
    226226                    b0xTPortal_input.style.whiteSpace      = "nowrap";
    227227                    b0xTPortal_input.style.borderRadius    = "0px";
    228                     b0xTPortal_input.style.width           = "calc(100% - 20px)";
    229228                    b0xTPortal_input.style.border          = "0px";
    230229                    b0xTPortal_input.style.padding         = "10px";
     
    293292               let b0xTPortal_powered_by = document.createElement("div");
    294293               b0xTPortal_powered_by.style.borderRadius  = "0px";
    295                b0xTPortal_powered_by.style.width         = "calc(100% - 20px)";
    296294               b0xTPortal_powered_by.style.border        = "0px";
    297295               b0xTPortal_powered_by.style.padding       = "10px";
  • box-tracker-portal/trunk/readme.txt

    r3329806 r3329855  
    44Requires PHP: 5.6.4
    55Tested up to: 6.8
    6 Stable tag: 1.1.7
     6Stable tag: 1.1.8
    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.