Plugin Directory

Changeset 3318899


Ignore:
Timestamp:
06/27/2025 04:36:12 PM (9 months ago)
Author:
jrmoser
Message:

2.2.5

Location:
box-tracker
Files:
3 edited
13 copied

Legend:

Unmodified
Added
Removed
  • box-tracker/tags/2.2.5/box-tracker-online.php

    r3318891 r3318899  
    88Plugin URI: https://www.dumpster.software/api/word-press-plugin.html
    99Description: The Box Tracker plugin facilitates online ordering for waste haulers.  Depending on configuration, orders will result either in service requests on the customer screen or fully booked work orders on dispatch.  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: 2.2.4
     10Version: 2.2.5
    1111Author: Cairn Applications Inc
    1212Author URI: https://www.cloud-computing.rocks/
  • box-tracker/tags/2.2.5/javascript/address-validation-script.js

    r3318891 r3318899  
    4444          b0xT_address_suggestion_wrap.style.backgroundColor = "#ffffff";
    4545          b0xT_address_suggestion_wrap.style.zIndex          = 1;
     46
     47          //allow developers to style it
     48          b0xT_address_suggestion_wrap.setAttribute("class", "b0xT_address_suggestion_wrap");
     49
    4650          b0xT_address_data.address_suggestion_wrap          = b0xT_address_suggestion_wrap;
    4751          b0xT_address_data.config.searchCtrl.after(b0xT_address_suggestion_wrap);
    48 
    4952     
    5053          //setup event listensers on fields
  • box-tracker/tags/2.2.5/readme.txt

    r3318891 r3318899  
    44Requires PHP: 5.6.4
    55Tested up to: 6.8
    6 Stable tag: 2.2.4
     6Stable tag: 2.2.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • box-tracker/trunk/box-tracker-online.php

    r3318891 r3318899  
    88Plugin URI: https://www.dumpster.software/api/word-press-plugin.html
    99Description: The Box Tracker plugin facilitates online ordering for waste haulers.  Depending on configuration, orders will result either in service requests on the customer screen or fully booked work orders on dispatch.  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: 2.2.4
     10Version: 2.2.5
    1111Author: Cairn Applications Inc
    1212Author URI: https://www.cloud-computing.rocks/
  • box-tracker/trunk/javascript/address-validation-script.js

    r3318891 r3318899  
    4444          b0xT_address_suggestion_wrap.style.backgroundColor = "#ffffff";
    4545          b0xT_address_suggestion_wrap.style.zIndex          = 1;
     46
     47          //allow developers to style it
     48          b0xT_address_suggestion_wrap.setAttribute("class", "b0xT_address_suggestion_wrap");
     49
    4650          b0xT_address_data.address_suggestion_wrap          = b0xT_address_suggestion_wrap;
    4751          b0xT_address_data.config.searchCtrl.after(b0xT_address_suggestion_wrap);
    48 
    4952     
    5053          //setup event listensers on fields
  • box-tracker/trunk/readme.txt

    r3318891 r3318899  
    44Requires PHP: 5.6.4
    55Tested up to: 6.8
    6 Stable tag: 2.2.4
     6Stable tag: 2.2.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.