Plugin Directory

Changeset 3329874


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

v2.2.9

Location:
box-tracker
Files:
3 edited
13 copied

Legend:

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

    r3329870 r3329874  
    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.8
     10Version: 2.2.9
    1111Author: Cairn Applications Inc
    1212Author URI: https://www.cloud-computing.rocks/
  • box-tracker/tags/2.2.9/javascript/address-validation-script.js

    r3329870 r3329874  
    246246                    b0xT_input.onmouseover = function() {
    247247                         this.style.color = "#0174ab";
    248                          this.style.backgroundColor = "#dddddd";
     248                         this.style.backgroundColor = "#f5f5f5";
    249249                    };
    250250                    b0xT_input.onmouseout = function() {
  • box-tracker/tags/2.2.9/readme.txt

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

    r3329870 r3329874  
    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.8
     10Version: 2.2.9
    1111Author: Cairn Applications Inc
    1212Author URI: https://www.cloud-computing.rocks/
  • box-tracker/trunk/javascript/address-validation-script.js

    r3329870 r3329874  
    246246                    b0xT_input.onmouseover = function() {
    247247                         this.style.color = "#0174ab";
    248                          this.style.backgroundColor = "#dddddd";
     248                         this.style.backgroundColor = "#f5f5f5";
    249249                    };
    250250                    b0xT_input.onmouseout = function() {
  • box-tracker/trunk/readme.txt

    r3329870 r3329874  
    44Requires PHP: 5.6.4
    55Tested up to: 6.8
    6 Stable tag: 2.2.8
     6Stable tag: 2.2.9
    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.