Changeset 3311243
- Timestamp:
- 06/13/2025 08:37:36 PM (10 months ago)
- Location:
- box-tracker
- Files:
-
- 3 edited
- 11 copied
-
tags/2.2.1 (copied) (copied from box-tracker/trunk)
-
tags/2.2.1/box-tracker-online.php (copied) (copied from box-tracker/trunk/box-tracker-online.php) (1 diff)
-
tags/2.2.1/includes/base/activate.php (copied) (copied from box-tracker/trunk/includes/base/activate.php)
-
tags/2.2.1/includes/base/ajax-control.php (copied) (copied from box-tracker/trunk/includes/base/ajax-control.php)
-
tags/2.2.1/includes/base/enqueue.php (copied) (copied from box-tracker/trunk/includes/base/enqueue.php)
-
tags/2.2.1/includes/base/server-calls.php (copied) (copied from box-tracker/trunk/includes/base/server-calls.php)
-
tags/2.2.1/javascript/address-validation-script.js (copied) (copied from box-tracker/trunk/javascript/address-validation-script.js) (1 diff)
-
tags/2.2.1/readme.txt (copied) (copied from box-tracker/trunk/readme.txt) (1 diff)
-
tags/2.2.1/templates/front-house-step-one-template.php (copied) (copied from box-tracker/trunk/templates/front-house-step-one-template.php)
-
tags/2.2.1/templates/front-house-step-three-template.php (copied) (copied from box-tracker/trunk/templates/front-house-step-three-template.php)
-
tags/2.2.1/uninstall.php (copied) (copied from box-tracker/trunk/uninstall.php)
-
trunk/box-tracker-online.php (modified) (1 diff)
-
trunk/javascript/address-validation-script.js (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box-tracker/tags/2.2.1/box-tracker-online.php
r3311233 r3311243 8 8 Plugin URI: https://www.dumpster.software/api/word-press-plugin.html 9 9 Description: 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. 010 Version: 2.2.1 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
box-tracker/tags/2.2.1/javascript/address-validation-script.js
r3311233 r3311243 44 44 b0xT_address_suggestion_wrap.style.borderRadius = "1px"; 45 45 b0xT_address_suggestion_wrap.style.backgroundColor = "#ffffff"; 46 b0xT_address_suggestion_wrap.style.zIndex = 1; 46 47 b0xT_address_suggestion_wrap.style.width = b0xT_address_data.config.searchCtrl.offsetWidth+"px"; 47 48 b0xT_address_data.address_suggestion_wrap = b0xT_address_suggestion_wrap; -
box-tracker/tags/2.2.1/readme.txt
r3311233 r3311243 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 2.2. 06 Stable tag: 2.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
box-tracker/trunk/box-tracker-online.php
r3311233 r3311243 8 8 Plugin URI: https://www.dumpster.software/api/word-press-plugin.html 9 9 Description: 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. 010 Version: 2.2.1 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
box-tracker/trunk/javascript/address-validation-script.js
r3311233 r3311243 44 44 b0xT_address_suggestion_wrap.style.borderRadius = "1px"; 45 45 b0xT_address_suggestion_wrap.style.backgroundColor = "#ffffff"; 46 b0xT_address_suggestion_wrap.style.zIndex = 1; 46 47 b0xT_address_suggestion_wrap.style.width = b0xT_address_data.config.searchCtrl.offsetWidth+"px"; 47 48 b0xT_address_data.address_suggestion_wrap = b0xT_address_suggestion_wrap; -
box-tracker/trunk/readme.txt
r3311233 r3311243 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 2.2. 06 Stable tag: 2.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.