=== Cab Grid Defaults ===
Contributors: nimbusdigital
Tags: cab grid
Version: 2.17
Requires at least: 4.0
Tested up to: 6.0.1
Stable tag: trunk
License: GP2

== Description ==
Allows default values to be specified independently of the main Cab Grid Pro plugin.
Values specified here will not be effected by updates to the main plugin.

== Requirements ==
Cab Grid Pro v4.4 (v5.6.4+ recommended)

== Installation ==
-Edit the _settings.php file (and/or _settings-BMA.php for Booking Management) included with this plugin.
-Upload the whole plugin folder to your Wordpress plugins directory.
-You can subsequently edit values using the Wordpress plugin editor


== Changelog ==
2.17	Added $cabGridProAdminNotificationSubject (requires CabGrid Pro 5.9.4+)
2.16	Added $cabGridBookingsAmountOutstandingZero (requires Booking Management 2.7.1+)
2.15	Added $cabGridProAdminLocale (requires CabGrid Pro 5.9.3+)
2.14	Added $cabGridProAdminMsg (requires CabGrid Pro 5.9.2+)
2.13	Wrap cgpLog in if statement to prevent errors if CabGrid Pro plugin not activated
2.12	Added cabGridBookingsDefaultStatus (requires Booking Management Add-on 2.6.2+)
2.11	Added cabGridPpCnlURL & cabGridPpRtnURL (requires CabGrid Pro 5.8.22+)
2.10	Added cabGridProMailService (requires CabGrid pro 5.8.21+)
2.9		Added cabGridProDisableCache (requires CabGrid Pro 5.8.20+)
2.8		Added missing global variables
2.7		Added address placeholder text (requires CabGrid Pro 5.8.10+)
2.6		Added Google Address Auto-complete radius setting  (requires CabGrid Pro 5.8.1+)
2.5		Added option to use a drop-down <select> input for numbers (passengers/luggage/tickets/time): $cabGridProUseSelectBox (requires CabGrid Pro 5.6.6+)
2.4		Added support for Booking Management Add-on settings (_settings-BMA.php)
2.3		Added image size definitions for VEHICLES and EXTRAS (requires CabGrid Pro v5.6.4+)
2.2		Added customer email subject for booking acknowledgement email (requires Cab Grid Pro v5.6.3+)
2.1		Added content if robot option
		Added Copy/Blind Copy addresses for email messages to customer/admin: $cabGridCcCustomerMsgs,$cabGridBccCustomerMsgs,$cabGridCcAdminMsgs,$cabGridBccAdminMsgs
		Added default instance address: $cabGridProDefaultPageAddress
		Added $cabGridProInsureValidatorCompatibility to override jQuery Validator loading
2.0		Added extras that can be enabled to override certain dependencies
		Added provision for custom JavaScript
1.9		Added cabGridProConflictVehicleMsg
1.8		Added cabGridScrollTopOffset (adjust scroll offset position when book button clicked)
1.7		Added cabGridProCalcLabelStandardPrice (requires Cab Grid Pro 5.3.4)
1.6		All other built-in booking form fields optional (NOT RECOMMENDED) (requires Cab Grid Pro 5.3.3)
1.5		Added cabGridOverrideAjaxURL (requires Cab Grid Pro 5.3.2)
		Added tool-tips for built-in form fields (requires Cab Grid Pro 5.3.2)
1.4		Added cabGridProTelOptional (requires Cab Grid Pro 5.3.1)
1.3		Moved settings variables to _settings.php
1.2		Added $cabGridProNativeMobileSelect (requires Cab Grid Pro 5)
1.1		Added $cabGridProSenderName (requires Cab Grid Pro 5)
1.0		Added place not found ($cabGridProNoPlaceMsg) (requires Cab Grid Pro 5)
		Added missing globals
0.9		Added cURL timeout
0.8		Updated for new settings in Cab Grid Pro v5
0.7		Added timing conflict message
0.6		Updates
0.5		Added JS defaults (date/time format, customer cookie option)
0.4		Added note to determine if in use... useful when settings conflict
		Troubleshooting enhancements
		Translation options
0.3		Added $cabGridProPriceFormat which governs where the currency symbol appears with a price (before or after)
0.2		Added $cabGridProPriceDecimals which governs the number of decimal places a price is rounded to.
0.1		Initial version