**** WooCommerce Quotes and Orders Changelog **** = 3.9.0 - 2023/12/07 = * This release adds the Quotes and Orders Payment Gateways to the WC Checkout block, not it is now 95% compatible while we wait for WC to add more filters. * Feature - Define and registry the Quote mode gateway for Checkout block * Feature - Define and registry the Order mode gateway for Checkout block = 3.8.5 - 2023/11/29 = * This maintenance release has a bug fix for compatibility with WooCommerce 8.3.0 * Fix - Call wc_get_order to get order object for compatibility with WooCommerce 8.3.0 = 3.8.4 - 2023/11/22 = * This maintenance release has plugin framework updates for compatibility with PHP 8.1 onwards, plus compatibility with WordPress 6.4.1 and WooCommerce 8.2 * Tweak - Remove backward compatibility for WooCommerce versions less than 6.0 * Tweak - Test for compatibility with WooCommerce 8.2.0 * Tweak - Test for compatibility with WordPress 6.4.1 * Framework - Set parameter number of preg_match function from null to 0 for compatibility with PHP 8.1 onwards * Framework - Validate empty before call trim for option value = 3.8.3 - 2023/10/26 = * This maintenance release has a conflict fix for the Block Checkout * Fix - Validate if window.wc is defined before call the blocksCheckout = 3.8.2 - 2023/10/12 = * This maintenance release has 2 bug fixes and 1 Tweak for compatibility with WooCommerce Cart and Checkout page blocks. * Tweak - Enqueue the compatibility scripts for Cart and Checkout blocks * Fix - Hide the price on Cart and Checkout blocks for Quote mode * Fix - Apply the changed text on Cart and Checkout blocks for both Quote and Order modes = 3.8.1 - 2023/10/06 = * This maintenance release has 1 bug fix and compatibility with WordPress 6.3.1 and WooCommerce 8.1.1 * Tweak - Test for compatibility with WordPress 6.3.1 * Tweak - Test for compatibility with WooCommerce 8.1.1 * Fix - Correct new wc-blocks-style name for wp_add_inline_style = 3.8.0 - 2023/04/25 = * This release has compatibility with WordPress 6.2.0, WooCommerce 7.6.0. Full compatibility with WooCommerce HPOS including backward compatibility. * Tweak - Test for compatibility with WordPress 6.2 * Tweak - Test for compatibility with WooCommerce 7.6.0 * Tweak - Declare compatibility with new HPOS of WooCommerce * Tweak - Replace all custom query, get_post, post meta integrated with WC Order by WooCommerce CRUD for support both order data in custom tables and WP Post. * WooCoomerce CRUD it will support backward compatibility for sites without HPOS = 3.7.0 - 2023/01/03 = * This feature release removes the fontawesome lib and replaces icons with SVGs plus adds Default Topography option to font controls and has compatibility with WooCommerce 7.2 * Feature - Convert icon from font awesome to SVG * Feature - Update styling for new SVG icons * Tweak - Test for compatibility with WooCommerce 7.2 * Plugin Framework - Update typography control from plugin framework to add support for Default value * Plugin Framework - Default value will get fonts set in the theme. * Plugin Framework - Change generate typography style for change on typography control * Plugin Framework - Remove fontawesome lib = 3.6.2 - 2022/11/01 = * This maintenance release has a security vulnerability patch, plus compatibility with WordPress major version 6.1.0 and WooCommerce version 7.0 * Tweak - Test for compatibility with WordPress 6.1 * Tweak - Test for compatibility with WooCommerce 7.0 * Security – This release has a patch for a security vulnerability = 3.6.1 - 2022/06/07 = * This maintenance release fixes a critical error when updating the plugin settings. * Fix - Add missed $ to _POST constant from textarea control type = 3.6.0 - 2022/05/24 = * This maintenance release is for compatibility with WordPress major version 6.0 and WooCommerce version 6.5.1. It and includes various code tweaks and tweaks to harden security. * Tweak - Test for compatibility with WordPress 6.0 * Tweak - Add filter on generate_border_style_css * Tweak - Add filter on generate_border_corner_css * Tweak - Test for compatibility with WooCommerce 6.5 * Framework – Upgrade Plugin Framework to version 2.6.0 * Security - Various code hardening tweaks. * Security - Escape all $-variable * Security - Sanitize all $_REQUEST, $_GET, $_POST * Security - Apply wp_unslash before sanitize = 3.5.0 - 2022/02/17 = * This feature release adds a BCC field to quote request emails and compatibility for WooCommerce 6.2 * Feature - Support Bcc field for new quote request email * Tweak - Test for compatibility with WooCommerce 6.2 = 3.4.0 - 2022/01/22 = * This release has a new Google Fonts API Validation feature plus compatibility with WordPress 5.9 and WooCommerce 6.1.1 * Feature - Add Ajax Validate button for Google Fonts API, for quick and easy Validation of API key. * Dev - Add dynamic help text to Google Font API field * Tweak - Test for compatibility with WooCommerce 6.1 * Tweak - Test for compatibility with WordPress 5.9 * Framework - Update a3rev Plugin Framework to version 2.5.0 = 3.3.3 - 2021/11/20 = * This maintenance release has fixes for compatibility with PHP version 8.x and WooCommerce 5.9 * Tweak - Test for compatibility with PHP 8.x * Tweak - Test for compatibility with WooCommerce 5.9 * Fix - Update some defined functions without an optional parameter when followed by a required parameter. This is deprecated as of PHP 8.0.0 = 3.3.2 - 2021/08/12 = * This maintenance release completes full Manual Quotes mode compatibility with The WooCommerce Products Add-on plugin. * Fix - Hide price of addon items from customer and admin Manual Quote Request email content section. * Fix - Hide price of Manual Quotes add-on items in content section of the Quote received info. * Fix - Show price of add-ons from Edit Order so admin can see the price. = 3.3.1 - 2021/08/07 = * This maintenance release has a bug fix for yesterdays 3.3.0 new features release * Fix - Validate for Quote mode hidden price from cart and checkout pages only. = 3.3.0 - 2021/08/06 = * This feature release adds full Quote Mode compatibility with WooCommerce Product Add-ons, plus tweaks to remove prices from Quote Mode admin emails. * Feature - Write new filter to add support for hiding WooCommerce Product Addons prices on when Quote Mode is active. * Tweak - Hide Sub Totals Price on admin new Quote Request email notifications. * Tweak - Hide Shipping and Tax amounts on admin new Quote Request email notifications. * Tweak - Remove Warning Notification for Email & Read More features that were removed from the plugin in July 2018. = 3.2.13 - 2021/07/22 = * This maintenance release has code tweaks for compatibility with WordPress Major version 5.8, WooCommerce version 5.5.1 and some Security Hardening. * Tweak - Test for compatibility with WordPress 5.8 * Tweak - Test for compatibility with WooCommerce 5.5.1 * Tweak - Add Update URI to plugin header with unique name * Security - Add more variable, options and html escaping = 3.2.12 - 2021/03/19 = * This maintenance release updates 23 deprecated jQuery functions for compatibility with the latest version of jQuery in WordPress 5.7 * Tweak - Update JavaScript on plugin framework for compatibility with latest version of jQuery and resolve PHP warning event shorthand is deprecated. * Tweak - Replace deprecated .change( handler ) with .on( 'change', handler ) * Tweak - Replace deprecated .change() with .trigger('change') * Tweak - Replace deprecated .focus( handler ) with .on( 'focus', handler ) * Tweak - Replace deprecated .focus() with .trigger('focus') * Tweak - Replace deprecated .click( handler ) with .on( 'click', handler ) * Tweak - Replace deprecated .click() with .trigger('click') * Tweak - Replace deprecated .select( handler ) with .on( 'select', handler ) * Tweak - Replace deprecated .select() with .trigger('select') * Tweak - Replace deprecated .blur( handler ) with .on( 'blur', handler ) * Tweak - Replace deprecated .blur() with .trigger('blur') * Tweak - Replace deprecated .resize( handler ) with .on( 'resize', handler ) * Tweak - Replace deprecated .submit( handler ) with .on( 'submit', handler ) * Tweak - Replace deprecated .scroll( handler ) with .on( 'scroll', handler ) * Tweak - Replace deprecated .mousedown( handler ) with .on( 'mousedown', handler ) * Tweak - Replace deprecated .mouseover( handler ) with .on( 'mouseover', handler ) * Tweak - Replace deprecated .mouseout( handler ) with .on( 'mouseout', handler ) * Tweak - Replace deprecated .keydown( handler ) with .on( 'keydown', handler ) * Tweak - Replace deprecated .attr('disabled', 'disabled') with .prop('disabled', true) * Tweak - Replace deprecated .removeAttr('disabled') with .prop('disabled', false) * Tweak - Replace deprecated .attr('selected', 'selected') with .prop('selected', true) * Tweak - Replace deprecated .removeAttr('selected') with .prop('selected', false) * Tweak - Replace deprecated .attr('checked', 'checked') with .prop('checked', true) * Tweak - Replace deprecated .removeAttr('checked') with .prop('checked', false) = 3.2.11 - 2021/03/09 = * This maintenance release is for compatibility with WordPress 5.7 and WooCommerce 5.1 * Tweak - Test for compatibility with WordPress 5.7 * Tweak - Test for compatibility with WooCommerce 5.1 * Tweak - Skip small version number 3.2.10 = 3.2.9 - 2021/01/13 = * This maintenance release is for compatibility with WooCommerce major version 4.9.0. * Tweak - Test for compatibility with WooCommerce 4.9.0 = 3.2.8 - 2020/12/30 = * This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6 * Tweak - Update JavaScript on plugin framework for work compatibility with latest version of jQuery * Fix - Replace .bind( event, handler ) by .on( event, handler ) for compatibility with latest version of jQuery * Fix - Replace :eq() Selector by .eq() for compatibility with latest version of jQuery * Fix - Replace .error() by .on( “error” ) for compatibility with latest version of jQuery * Fix - Replace :first Selector by .first() for compatibility with latest version of jQuery * Fix - Replace :gt(0) Selector by .slice(1) for compatibility with latest version of jQuery * Fix - Remove jQuery.browser for compatibility with latest version of jQuery * Fix - Replace jQuery.isArray() by Array.isArray() for compatibility with latest version of jQuery * Fix - Replace jQuery.isFunction(x) by typeof x === “function” for compatibility with latest version of jQuery * Fix - Replace jQuery.isNumeric(x) by typeof x === “number” for compatibility with latest version of jQuery * Fix - Replace jQuery.now() by Date.now() for compatibility with latest version of jQuery * Fix - Replace jQuery.parseJSON() by JSON.parse() for compatibility with latest version of jQuery * Fix - Remove jQuery.support for compatibility with latest version of jQuery * Fix - Replace jQuery.trim(x) by x.trim() for compatibility with latest version of jQuery * Fix - Replace jQuery.type(x) by typeof x for compatibility with latest version of jQuery * Fix - Replace .load( handler ) by .on( “load”, handler ) for compatibility with latest version of jQuery * Fix - Replace .size() by .length for compatibility with latest version of jQuery * Fix - Replace .unbind( event ) by .off( event ) for compatibility with latest version of jQuery * Fix - Replace .unload( handler ) by .on( “unload”, handler ) for compatibility with latest version of jQuery = 3.2.7 - 2020/12/10 = * Tweak - Test for compatibility with WooCommerce 4.8.0 = 3.2.6 - 2020/12/08 = * This maintenance release has tweaks and a fix for compatibility with WordPress major version 5.6, WooCommerce 4.7.1 and PHP 7.4.8 * Tweak - Test for compatibility with PHP 7.4.8 * Tweak - Test for compatibility with WooCommerce 4.7.1 * Tweak - Test for compatibility with WordPress 5.6 * Fix - Add \ before WC() inside namespace file for it to call to correct WC() of WooCommerce = 3.2.5 - 2020/11/14 = * This maintenance release has 1 small PHP bug fix plus compatibility with WooCommerce 4.7 and WordPress 5.5.3 * Tweak - Test for compatibility with WooCommerce 4.7 * Tweak - Test for compatibility with WordPress 5.5.3 * Fix - PHP notice: Undefined variable: custom_css. Define the variable before use it = 3.2.4 - 2020/08/18 = * This release adds compatibility with WooCommerce version 4.4 and the latest Cart and Checkout Blocks in that version plus a fix for conflict with jQuery Migrate Helper plugin. * Tweak - Test for compatibility with WooCommerce 4.4 * Tweak - Hide the price on WooCoomerce Cart & Checkout blocks from version 4.4 * Fix - Update plugin framework script, remove jQuery.browser is deprecated to resolve conflict with jQuery Migrate Helper plugin = 3.2.3 - 2020/08/08 = * This maintenance release is for compatibility with WordPress major version 5.5 and WooCommerce 4.3.1. * Tweak - Test for compatibility with WordPress 5.5 * Tweak - Test for compatibility with WooCommerce 4.3.1 = 3.2.2 - 2020/04/03 = * This maintenance release is a PHP code tidy up release - please run it. * Tweak - PHP code tidy, removes unused cssmin.inc.old.php file - no longer required = 3.2.1 - 2020/03/28 = * This maintenance release is for compatibility with WordPress 5.4, WooCommerce 4.0.1, Travis CI build unit test for compliance with WordPress PHP coding standards and PHP tweaks for compatibility with PHP v 7.0 to 7.4 * Tweak - Test for compatibility with WordPress 5.4 * Tweak - Test for compatibility with WooCommerce 4.0.1 * Tweak - Run Travis CI unit build tests for PHP compatibility issues with PHP 7.0 to 7.4 * Fix - Update global ${$this- to $GLOBALS[$this to resolve 7.0+ PHP warnings * Fix - Update global ${$option} to $GLOBALS[$option] to resolve 7.0+ PHP warnings * Fix - Update less PHP lib that use square brackets [] instead of curly braces {} for Array, depreciated in PHP 7.4 * Fix - Validate for do not use get_magic_quotes_gpc function for PHP 7.4 = 3.2.0 - 2020/01/16 = * This feature release completes the full refactor (frontend and backend) of the plugins PHP to Composer plus compatibility with WordPress 5.3.2 and WooCommerce 3.8.1 * Feature - Plugin Framework fully refactored to Composer for cleaner code and faster PHP code on the admin panels * Tweak - Update plugin for compatibility with new version of plugin Framework * Tweak - Test for compatibility with WordPress 5.3.2 * Tweak - Test for compatibility with WooCommerce 3.8.1 = 3.1.0 - 2019/11/13 = * This feature release has a lot including compatibility with WooCommerce 3.8.0, WordPress 5.3 whilst maintaining backward compatibility, PHP upgrade to Composer PHP Dependency Manger and a full security review and update. * Feature - Plugin fully refactored to Composer for cleaner code and faster PHP code * Tweak - Test for compatibility with WordPress 5.3.0 * Tweak - Test for compatibility with WooCommerce 3.8.0 * Tweak - Remove the hard coded PHP error_reporting display errors false from compile sass to css * Tweak - Update templates use new namespace * Tweak - Support for backward compatibility for the theme have override with old template * Dev - Replace file_get_contents with HTTP API wp_remote_get * Dev - Ensure that all inputs are sanitized and all outputs are escaped. = 3.0.4 - 2019/06/29 = * This is a maintenance upgrade to fix a potentially fatal error conflict with sites running PHP 7.3 plus compatibility with WordPress v 5.2.2 and WooCommerce 3.6.4 * Tweak - Test for compatibility with WooCommerce 3.6.4 * Tweak - Test for compatibility with WordPress 5.2.2 * Fix - PHP warning continue targeting switch is equivalent to break for compatibility on PHP 7.3 = 3.0.3 - 2019/04/26 = * This maintenance update has tweaks for compatibility with WordPress 5.2.0 and WooCommerce 3.6.0 major new versions whilst maintaining backward compatibility * Tweak - Test for compatibility with WordPress 5.2.0 * Tweak - Test for compatibility with WooCommerce 3.6.2 * Tweak - Support for backward compatibility with WooCommerce v 3.5 = 3.0.2 - 2018/12/24 = * This maintenance update is for compatibility with WordPress 5.0.2, WooCommerce 3.5.3 and PHP 7.3. It also includes performance updates to the plugin framework. * Tweak - Editor sidebar global Email & Cart meta box works with both Gutenberg and Classic Editor * Tweak - Test for compatibility with WordPress 5.0.2 and WordPress 4.9.9 * Tweak - Test for compatibility with WooCommerce 3.5.3 * Tweak - Create new structure for future development of Gutenberg Blocks * Framework - Performance improvement. Replace wp_remote_fopen with file_get_contents for get web fonts * Framework - Performance improvement. Define new variable `is_load_google_fonts` if admin does not require to load google fonts * Credit - Props to Derek for alerting us to the framework google fonts performance issue * Framework - Register style name for dynamic style of plugin for use with Gutenberg block * Framework - Update Modal script and style to version 4.1.1 * Framework - Update a3rev Plugin Framework to version 2.1.0 * Framework - Test and update for compatibility with PHP 7.3 = 3.0.1 - 2018/07/18 = * This maintenance update has 3 bug fixes found since the release of version 3.0.0 plus tested for compatibility with WordPress 4.9.7 * Tweak - Test for compatibility with WordPress 4.9.7 * Fix - Add parameter to argument when parse order-new-account.php email template so that it can get value for new account username and password * Fix - Show product price for Quote Auto mode on email content and order details from My Account page after quote is created * Fix - Show product price for Quote Manual mode on order details from My Account page after admin send quote to customer = 3.0.0 - 2018/07/09 = * This Major Version Release removes Product Page Rules, Email Inquiry and Read More features from plugin. Create a corresponding Special Subscription for WooCommerce Email Inquiry Ultimate plugin. Full refactor of plugins code, now smaller and lighter and set up for future features development. * Feature - Remove Email Inquiry features and code from the plugin * Feature - Remove Read More features and code from the plugin * Feature - Remove Product Page Rules, Hide Cart, Hide Price and all conditional logic relating to those rules. * Refactor - Rules logic and create hooks for compatibility WC Email Inquiry Ultimate and WC Email Inquiry and Cart options plugins * Refactor - Make new functions and logic to support Hide and Show Price * Refactor - PHP files, classes, functions for no conflict when installed with WC Email Inquiry plugins * Refactor - Code clean up removing all unused code. * Refactor - Plugin admin settings for compatibility with WC Email Inquiry plugins * Refactor - Change on settings url of main page plugin * Tweak - Manual create WooCommerce Email Inquiry Ultimate Special Subscription with equal number of site activations for each active Subscription holder. * Tweak - Added new Special Subscription tab on My Account console. * Tweak - Bulk Quotes and Orders email notification about this upgrade sent at same time new plugin is released. * Tweak - Create dismissible site admin notification about need to install and activate Email Inquiry Ultimate plugin from a3rev Dashboard if your site is using old Email Inquiry features from the Quotes and Orders Plugin * Tweak - WooCommerce Email Inquiry Ultimate plugin now available for Install and Activate from the a3 Dashboard Plugins menu. * Tweak - WooCommerce Email Inquiry Ultimate Subscription details show on the a3 My Account, Manage menu, membership Details in the subscription section * Tweak - Add new hooks and functions for full compatibility with WooCommerce On Page Checkout plugin * Tweak - Add new hooks and functions for full compatibility with Responsi WooCommerce Product Options plugin * Tweak - Move and Update Help Notes from the Plugin Framework Global Settings option box to new option box called Help Notes * Tweak - Test for compatibility with WooCommerce 3.4.3 * Framework - Convert old tooltip script to bootstrap tooltip * Framework - Update a3rev Plugin Framework to version 2.0.6 * Fix - Removed subtotals amounts from Manual Quotes admin email notifications * Fix - Replaced Order text with Quote text on Manual Quotes admin email notifications = 2.4.1 - 2018/06/19 = * Maintenance update fixes a bug with email inquiry showing under footer on some sites plus a tweak to the modal pop up in mobile and fix on framework setting options. * Tweak - Auto scroll to top of modal popup when it's open for improved UI on mobile * Framework - Fix for Framework Global Box open and close settings options * Framework - Update a3rev Plugin Framework to version 2.0.5 * Fix - Issue where Email Inquiry form was loading at footer of page on some sites = 2.4.0 - 2018/06/14 = * Major Upgrade. V2.4 is a massive step forward in the plugins development with 7 new features, new pop up tool, introduction of templating and multiple coding standard enhancements. Compatibility with WooCommerce 3.4.2. Clear any site caching after this upgrade. * Feature - Introducing new Bootstrap Modal pop up for email inquiry form * Feature - Refactored plugin style with introduction of Templating * Feature - Email Form. Added Form Field Options box * Feature - Name field has option to turn ON or OFF Required field * Feature - Telephone field has ON or OFF option to show. * Feature - Telephone field IF showing has option for Required field ON or OFF * Feature - Message Field has option to turn ON or OFF Required field * Feature - 3rd Party Forms header pop up style now shows same as the Default form. * Tweak - Remove Fancybox and Colorbox pop up tools * Tweak - Remove Popup Tool settings box * Tweak - Update plugin admin page sidebar Place card links for support and more plugins * Tweak - Updated the plugins readme file to reflect the many changes in this version * Tweak - Multiple coding standard enhancements. * Tweak - Test for compatibility with WooCommerce 3.4.2 * Refactor - Inline script to Templating to allow developers to over ride default styles by copying any template into their theme and styling it from there. * Template - Create new template file email-inquiry/default-form.php. * Template - Create new template file email-inquiry/modal-popup.php * Template - Create new template file email-inquiry/email-notification.php. * Framework - Update Modal script and style to version 4.1.1 * Framework - Update a3rev Plugin Framework to version 2.0.4 = 2.3.1 - 2018/05/26 = * This maintenance update is for compatibility with WordPress 4.9.6 and WooCommerce 3.4.0 and the new GDPR compliance requirements for users in the EU * Tweak - Default Email Inquiry Form. Add new GDPR Compliance Options Box with option to turn Acceptance notice ON or OFF for default form. * Tweak - When Acceptance notice is ON option shows to edit the default text that shows to the right of the acceptance box. * Tweak - When Acceptance Notice is ON option shows to add information text to the bottom of the form. Leave the text edit empty on and nothing shows on the form footer. * Tweak - Update cart.php template for WC v3.4.0 * Tweak - Update payment.php template for WC v3.4.0 * Tweak - Update form-pay.php template for WC v3.4.0 * Framework - Update a3rev Plugin Framework to version 2.0.3 * Tweak - Test for compatibility with WooCommerce 3.4.0 * Tweak - Test for compatibility with WordPress 4.9.6 = 2.3.0 - 2018/02/13 = * Feature Upgrade - This upgrade features full integration with newly launched a3rev Dashboard including a prompt to upgrade from a3 License manager to a3rev Dashboard plus compatibility with WordPress 4.9.4 and WooCommerce 3.3.1 * Feature - Upgrade License key auto upgrades and support to a3rev Customer account authorization. * Feature - Post and reply to support tickets right from the a3rev Dashboard Support interface. * Feature - Updating a3 License manager plugin removes it and uploads the new a3rev Dashboard plugin. * Feature - License key no longer used to activate auto updates and upgrades and support. * Feature - Install a3rev Dashboard plugin and authorize it by using your a3rev.com account username and password. * Feature - Manage your account and all a3rev premium plugins from your a3rev dashboard * Feature - plugin support tickets can be posted and replied to from the a3rev Dashboard support interface. * Framework - Update a3rev Plugin Framework to version 2.0.2 * Framework - Add Framework version for all style and script files * Framework - Update Check Now feature for compatibility with a3rev Dashboard 2.3.0 * Tweak - Remove OLD license manager and tracking code * Tweak - Remove all templates for all pre WooCommerce version 2.6.0 versions * Tweak - Update cart/cart.php template for WC v3.3.0 * Tweak - Update checkout/review-order.php template for WC v3.3.0 * Tweak - Update order-details-auto.php template for WC v3.3.0 * Tweak - Update order-details.php template for WC v3.3.0 * Tweak - Update form-pay.php template for WC v3.3.0 * Tweak - Update checkout/payment.php template for WC v3.3.0 * Tweak - Test for compatibility with WordPress 4.9.4 * Tweak - Test for compatibility with WooCommerce 3.3.1 = 2.2.9.8 - 2018/01/17 = * Maintenance Update. Tweak Hide Price action and full compatibility with WooCommerce Product Bundles version 5.7.1 * Tweak - Hide price action to apply to Product Bundle type on products * Tweak - Hide price on cart widget for Product Bundles type * Tweak - Tested for compatibility with WooCommerce Product Bundles plugin version 5.7.1 = 2.2.9.7 - 2017/12/12 = * Tweak - Tested for compatibility with WordPress 4.9.1 * Fix - show price of variation product when select option on Product Detail page = 2.2.9.6 - 2017/11/28 = * Minor Maintenance Update - 2 small maintenance code tweaks, for continued smooth running and compat with WC 2.3.5 * Plugin framework - Added new required parameter for all field types so that it can be used if want the field to use default value when it is left empty * Tweak - Add required TRUE for some Quotes and Orders mode Template settings to use default value if administrator leaves it empty, example Proceed to Checkout * Tweak - Update form-billing.php template, replace depreciated WC_Cart::shipped_to_billing_address_only function with wc_ship_to_billing_address_only() function * Tweak - Tested for compatibility with WooCommerce 3.2.5 = 2.2.9.5 - 2017/11/22 = * Maintenance Update. Added support for shipping options on Cart Page with when shipping is ON for Orders Mode * Tweak - Add Shipping Options back on Cart page for Orders Mode * Tweak - Show shipping on cart page is controlled from the Orders Mode shipping option * Tweak - Updated help text on the shipping option * Tweak - Tested for compatibility with WooCommerce 3.2.4 = 2.2.9.4 - 2017/11/15 = * Maintenance Update - Code tweaks and 1 bug fix for compatibility with WooCommerce version 3.2.3 and WordPress 4.0 * Tweak - Add support for RTL language on email content * Tweak - Update customer-pending-order.php template for WC v3.2.3 * Tweak - Update customer-processing-quote.php template for WC v3.2.3 * Tweak - Update send-quote.php template for WC v3.2.3 * Tweak - Tested for compatibility with WooCommerce 3.2.3 * Tweak - Tested for compatibility with WordPress 4.9 * Fix - Include Customer Order Notes entered at checkout in email sent to customer for in Quotes and Orders mode = 2.2.9.3 - 2017/10/31 = * Tweak - Define new argument for quote_order_replace_string function * Fix - Show WooCommerce cart notifications correctly * Credit - Thanks to James for the bug report and access to his site to find and fix the bug = 2.2.9.2 - 2017/10/14 = * Tweak - Tested for compatibility with WooCommerce 3.2.1 * Tweak - Tested for compatibility with WordPress 4.8.2 * Tweak - Added support for the new WC 'tested up' to' feature to show this plugin has been tested compatible with WC updates * Tweak - Added new 'order-details.php' template for WC v3.2.0 - backwards compatible to WC v3.1.2 * Tweak - Added new 'thankyou.php' template for WC v3.2.0 - backwards compatible to WC v3.1.2 * Tweak - Added new 'order-details-item.php' template for WC v3.2.0 - backwards compatible to WC v3.1.2 = 2.2.9.1 - 2017/07/14 = * Tweak - Tested for full compatibility with WooCommerce version 3.1.1 * Template - Update customer-pending-order.php template * Fix - Show Product Items on the Customer email for Orders Mode Rules * Credit – Thanks to Sage Marketing Group for reporting the Orders Mode Email issue and access to their site to debug and fix = 2.2.9 - 2017/06/30 = * Tweak - Tested for full compatibility with WooCommerce version 3.1.0 * Tweak - Defined new get_default_subject function for email class for compatibility with WC v3.1.0 * Tweak - Defined new get_default_heading function for email class for compatibility with WC v3.1.0 * Tweak - Update description field for Email class * Tweak - Set placeholder field use default subject and heading for Email class * Tweak - Filter empty cart message via wc_empty_cart_message filter tag * Template - Build and add new cart.php template for WC v3.1.0 * Template - Build and add new cart-shipping.php template for WC v3.1.0 * Fix - Emails sent via admin should switch to global locale. = 2.2.8 - 2017/06/28 = * Tweak - Tested for full compatibility with WooCommerce version 3.0.9 * Template - Build and add new form-billing.php template for WC v3.0.9 compatibility = 2.2.7 - 2017/06/06 = * Tweak - Tested for compatibility with WordPress major version 4.8.0 * Tweak - tested for compatibility with WooCommerce version 3.0.7 * Tweak - Include bootstrap modal script into plugin framework * Tweak - Update a3rev plugin framework to latest version = 2.2.6 - 2017/04/20 = * Tweak - Tested for full compatibility with WooCommerce version 3.0.3 * Tweak - Full compatibility with Contact Form 7 latest version 4.7.0 * Tweak - Full compatibility with Avada Theme version 5.1.0 * Tweak - Replace wpcf7_add_shortcode by wpcf7_add_form_tag function for compatibility on Contact Form 7 v4.7 * Tweak - Update avada_theme_compatibility function for compatibility with new Avada v 5.1.0 * Dev - Define new quote_order_replace_string function for use to replace string for Quote and Order modes * Tweak - Apply quote_order_replace_string to all replace string feature * Tweak - Apply string on Cart Widget from Quote and Order modes settings on WooCommerce v3.0.0 or higher * Credit - Thanks to Heike Carle for reporting the string replace bug and full access to the site to Debug the issue and test the patch * Credit - Thanks to Bryony for reporting the Avada Theme compatibility issue and full = 2.2.5 - 2017/04/13 = * Tweak - Change global $$variable to global ${$variable} for compatibility with PHP 7.0 * Tweak - Full compatibility with WC version 3.0.2 with full backward compatibility to WC version 2.6.0 * Tweak - Change call direct to Product properties with new function that are defined on WC v3.0 * Tweak - Change call direct to Order properties with new function that are defined on WC v3.0 * Tweak - Called action for save data of plugin after WC data is saved on new CRUD * Tweak - Change priority for save_post action so that it is called after WooCommerce save the product data, to get the correct data on WC v3.0 * Template - Build and add new ‘customer-processing-quote.php’ email template for WC v3.0.2 * Template - Build and add new ‘customer-pending-order.php’ email template for WC v3.0.2 * Template - Build and add new ‘order-new-account.php’ email template for WC v3.0.2 * Template - Build and add new ‘quote-new-account.php’ email template for WC v3.0.2 * Template - Build and add new ‘quote-email-order-items.php’ email template for WC v3.0.2 * Template - Build and add new ‘send-quote.php’ email template for WC v3.0.2 * Template - Build and add new ‘cart.php’ template for WC v3.0.2 * Template - Build and add new ‘form-billing.php’ template for WC v3.0.2 * Template - Build and add new ‘order-details-customer.php’ template for WC v3.0.2 * Template - Build and add new ‘order-details.php’ template for WC v3.0.2 * Template - Build and add new ‘order-details-auto.php’ template for WC v3.0.2 * Template - Build and add new ‘order-details-item.php’ template for WC v3.0.2 * Template - Build and add new ‘order-details-manual-pending.php’ template for WC v3.0.2 * Template - Build and add new ‘payment.php’ template for WC v3.0.2 * Template - Build and add new ‘thankyou.php’ template for WC v3.0.2 * Developer - Please note that Templates for WooCommerce Versions 2.0, 2.2, 2.3, 2.4 and 2.5 will be removed in next major version 2.3.0 * Tweak - Tested for full compatibility with WordPress version 4.7.3 = 2.2.4 - 2017/01/12 = * Tweak - Add do_action( 'woocommerce_after_checkout_form', $checkout ); to form-checkout.php template file for compatibility with the Avada theme * Tweak - Removed auto redirect to plugins admin panel on activation * Tweak - Update a3 Revolution to a3rev Software on plugins description * Tweak - Added Settings link to plugins description on plugins menu * Tweak - Tested for full compatibility with WordPress version 4.7.1 * Tweak - Tested for full compatibility with WooCommerce version 2.6.11 * Credit - Thanks to Linda Moore for reporting the Avada Checkout page bug and access to the site to find and fix = 2.2.3 - 2016/10/26 = * Tweak - Hardcode Fancybox and Colorbox pop-up Scroll with page option on mobiles for improved UX * Tweak - Define new 'Ajax Multi Submit' control type with Progress Bar showing and Statistic for plugin framework * Tweak - Define new 'Ajax Submit' control type with Progress Bar showing for plugin framework * Tweak - Update plugin framework styles and scripts support for new 'Ajax Submit' and 'Ajax Multi Submit' control type * Tweak - Tested for full compatibility with WooCommerce version 2.6.6 = 2.2.2 - 2016/09/24 = * Tweak - Update text domain for full support of translation with new name for translate file is 'woocommerce-email-inquiry-cart-options.po' * Fix - Apply 'html_entity_decode' for email subject * Tweak - Tested for full compatibility with WordPress version 4.6.1 * Tweak - Tested for full compatibility with PHP 7.0 * Credit - Thanks to mpek for raising the translation issue on wordpress.org support forum * Credit - Thanks to John Phipps for reporting the email subject line special characters encoded bug = 2.2.1 - 2016/08/20 = * Tweak - Tested for Full compatibility with WordPress 4.6.0 * Tweak - Tested for full compatibility with WooCommerce version 2.6.4 * Fix - Compatibility with WooCommerce Subscriptions plugin. Email Inquiry button display on subscription and variable subscription products = 2.2.0 - 2016/07/11 = * Feature - Added 'Line Height' option into Typography control of plugin framework * Feature - Update for compatibility with new a3 License Manager plugin * Feature - Show admin notification box re installing a3 License Manager plugin to manage license key and auto upgrades * Tweak - Removed tracking code from plugin * Tweak - Removed auto upgrading code from plugin * Tweak - Remove confirm license key form at first activate the plugin * Tweak - Can use the plugin without enter license key but can't auto upgrade when have new version * Tweak - Update select type of plugin framework for support group options * Tweak - Update plugin framework style for support 'Line Height' option of Typography control * Tweak - Update Typography Preview script for apply 'Line Height' value to Preview box * Tweak - Update the generate_font_css() function with new 'Line Height' option * Tweak - Replace all hard code for line-height inside custom style of email template by new dynamic 'Line Height' value * Tweak - Tested for full compatibility with WooCommerce version 2.6.2 * Tweak - Tested for full compatibility with WordPress version 4.5.3 = 2.1.7 - 2016/06/22 = * Tweak - Defined 'wc_qo_metabox_action' nonce field for use to check when Email Inquiry Metabox is updated * Tweak - Defined 'wc_qo_sendquote_metabox_action' nonce field for use to check when Send Quote Metabox is updated * Fix - Make fields from Product edit page metabox are saved on Product Edit page when click on Update button * Credit - Thanks to Jayce for reporting the issue and help with access to his site to find the update save meta fields bug and resolve it = 2.1.6 - 2016/06/18 = * Tweak - Tested for full compatibility with WooCommerce major version 2.6.0 * Tweak - Tested for full compatibility with WooCommerce version 2.6.1 = 2.1.5 - 2016/06/08 = * Tweak - Tested for full compatibility with WordPress version 4.5.2 * Fix - Get correct success message on product page when using Orders mode * Credit - Thanks to Lee Bacon for reporting the issue and access to the site to see the issue = 2.1.4 - 2016/05/09 = * Fix - Show the message when click on Add To Cart button, it's bug from version 2.1.3 on new hook into filter 'wc_add_to_cart_message' tag * Credit - Thanks to Lee Bacon for reporting the issue and access to the site to see the issue a3rev.com/forums/topic/quotes-and-orders-affecting-add-to-cart/ = 2.1.3 - 2016/04/28 = * Tweak - Hook into filter 'wc_add_to_cart_message' tag for change success message when add to cart, with backward compatibility * Tweak - Update some message that are changed on WooCommerce 2.5.5 * Tweak - Tested for full compatibility with WordPress version 4.5.1 * Credit - Thanks to Heike Carle for notifying about the success message issue a3rev.com/forums/topic/text-for-quote-feature-and-success-message/ = 2.1.2 - 2016/04/05 = * Tweak - Register fontawesome in plugin framework with style name is 'font-awesome-styles' * Tweak - Update plugin framework to latest version * Tweak - Tested for full compatibility with WordPress major version 4.5 * Tweak - Tested for full compatibility with WooCommerce version 2.5.5 * Fix - call session_start() before html is printed on screen to fix PHP warning = 2.1.1 - 2016/03/02 = * Tweak - Added new 'order-details.php' template for WC v2.5.3 - backwards compatible to WC v2.1 * Tweak - Added new 'order-details-auto.php' template for WC v2.5.3 - backwards compatible to WC v2.1 * Tweak - Added new 'order-details-manual-pending.php' template for WC v2.5.3 - backwards compatible to WC v2.1 * Tweak - Define new 'strip_methods' argument for Uploader type, allow strip http/https or no * Tweak - Saved the time number into database for one time customize style and Save change on the Plugin Settings * Tweak - Replace version number by time number for dynamic style file are generated by Sass to solve the issue get cache file on CDN server * Tweak - Tested for full compatibility with WooCommerce version 2.5.3 * Tweak - Tested for full compatibility with WordPress version 4.4.2 = 2.1.0 - 2016/01/21 = * Feature - Define new 'Background Color' type on plugin framework with ON | OFF switch to disable background or enable it * Feature - Define new function - hextorgb() - for convert hex color to rgb color on plugin framework * Feature - Define new function - generate_background_color_css() - for export background style code on plugin framework that is used to make custom style * Tweak - Tested for full compatibility with WooCommerce version 2.5.0 * Tweak - Tested for full compatibility with WordPress version 4.4.1 * Tweak - Update core style and script of plugin framework for support Background Color type * Tweak - Update plugin framework to latest version * Tweak - Updated required WordPress version to 4.1 for full compatibility with WooCommerce plugin * Tweak - Added new 'order-new-account.php' HTML and Plain Text email template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'quote-new-account.php' HTML and Plain Text email template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'send-quote.php' HTML and Plain Text email template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'customer-processing-quote.php' HTML and Plain Text email template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'customer-pending-order.php' HTML and Plain Text email template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'cart.php' template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'cart-totals.php' template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'form-checkout.php' template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'thankyou.php' template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'order-details-manual-pending.php' template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'order-details-auto.php' template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'order-details.php' template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'form-pay.php' template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'cart-shipping.php' template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'payment.php' template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'terms.php' template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Added new 'proceed-to-checkout-button.php' template for WC v2.5 - backwards compatible to WC v2.1 * Tweak - Update Pending Order email settings to new layout of WC v2.5 * Tweak - Update Processing Quote email settings to new layout of WC v2.5 * Tweak - Change 'priority' to 20 for called Email Inquiry script at footer so that it need to run after jQuery is loaded * Fixed - Parse shortcodes for Pending Order email template * Fixed - Parse shortcodes for Processing Quote email template = 2.0.9 - 2015/12/17 = * Tweak - Tested for full compatibility with WordPress major version 4.4 * Tweak - Tested for full compatibility with WooCommerce version 2.4.12 * Tweak - Added placemarker icon for plugins display on Responsi Add-on Plugins menu * Tweak - Update plugin activation and auto Upgrade script for integration with new Responsi Premium Pack plugin * Tweak - Change old Uploader to New UI of Uploader with Backbone and Underscore from WordPress * Tweak - Update the uploader script to save the Attachment ID and work with New Uploader * Tweak - Change call action from 'wp_head' to 'wp_enqueue_scripts' and use 'wp_enqueue_style' function to load dynamic style for better compatibity with minify feature of caching plugins * Tweak - Change call action from 'wp_head' to 'wp_enqueue_scripts' to load google fonts * Fix - Don't call the Parsing Shortcode event from Dashboard, just call it on Front-end to resolve PHP warning when is adding shortcode to page = 2.0.8 - 2015/10/31 = * Tweak - Tested and updated for full compatibility with WooCommerce Version 2.4.8 * Tweak - Replace to the correct search string for work on WooCommerce version 2.4.8 * Tweak - Update the default string on Quote & Order mode = 2.0.7 - 2015/10/27 = * Tweak - Tested for full compatibility with WordPress Version 4.3.1 * Tweak - Tested and updated for full compatibility with WooCommerce Version 2.4.7 * Tweak - Update payment.php template to latest version WooCommerce 2.4.7 for Quote mode * Tweak - Update payment.php template to latest version WooCommerce 2.4.7 for Order mode * Fix - Make higher priority for changing the page title on Quote mode and Order mode = 2.0.6 - 2015/09/14 = * Feature - Added 'Manual Check for New Plugin version'. Find it in the Plugin Framework settings box. * Tweak - Tested and code tweaks for full compatibility with WPML version 3.2.7 * Tweak - Check if data for Processing Quote email, Pending Order email, Quote Mode gateway , Order Mode gateway are saved by admin from WooCommerce settings then add them to translation text of WPML * Fix - Create and get correct Email Inquiry page for all other languages on WPML version 3.2.7 * Credit - Thanks to Roberto Di Paolo for advising us about the Save settings for WPML issue https://a3rev.com/forums/topic/issue-with-wpml-notice-undefined-index-subject-in/ = 2.0.5 - 2015/09/07 = * Fix - Delete check new version transient when transient_timeout is deleted by WordPress 4.3 get_transients function so call to a3api for new version still works. = 2.0.4 - 2015/08/29 = * Feature - Added New Quote Request admin email notification dynamic text filters - Recipient, Email Heading and Subject. Before the admin email was WC default New Order Notification. * Tweak - Tested for full compatibility with WooCommerce Version 2.4.6 * Tweak - Tweaked and Tested for full compatibility with Contact Form 7 Version 4.4.2 * Tweak - Tested for full compatibility with Gravity Forms Version 1.9.13.10 * Tweak - Added Settings text link to plugins menu on WordPress Plugins page for faster access to plugins dashboard. * Fix - Change timeout of call to a3API for updates from 45 seconds to 8 seconds to resolve the server PHP timeout 30 seconds default. Server timeout before call finish was causing the 24 hour cron call not to be set and causing the dashboard to load slowly if a3API is not reachable. * Fix - Set 24 hours cron before call to a3API so that if have fail to connection then it will call in 24 hours on Cron instead of continue call each time Dashboard is loaded * Fix - Updated Contact Form 7 hooks for Product Name and Product URL fields so that it works with new Contact Form version 4.2 with backward compatibility. * Credit - Thanks to Richard van der Sluys Veer for the new Quote Request email notification suggestion https://a3rev.com/forums/topic/email-to-admin-when-customer-request-quote-is-working-incorrectly/ * Credit - Thanks to Gal Baras for notifying us about the Contact Form 7 bug https://a3rev.com/forums/topic/contact-form-7-unable-to-generate-product-email-field/ = 2.0.3 - 2015/08/20 = * Tweak - Tested for full compatibility with WordPress major version 4.3.0 = 2.0.2 - 2015/08/15 = * Tweak - Added new 'send-quote.php' email template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards. * Tweak - Added new 'customer-pending-order.php' HTML and Plain Text email template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'customer-processing-quote.php' HTML and Plain Text email template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'quote-email-order-items.php' HTML and Plain Text email template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'cart.php' template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'cart-empty.php' template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'cart-shipping.php' template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'cart-totals.php' template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'order-details.php' template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'order-details-auto.php' template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'order-details-manual-pending.php' template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'review-order.php' template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'form-billing.php' template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'order-details-customer.php' template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'order-details-item.php' template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'payment.php' template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Added new 'thankyou.php' template for WC v2.4.4 with compatibility for versions 2.3.13 and backwards * Tweak - Auto check WooCommerce version to apply correct template * Tweak - include new CSSMin lib from https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port into plugin framework instead of old CSSMin lib from http://code.google.com/p/cssmin/ , to avoid conflict with plugins or themes that have CSSMin lib * Tweak - make __construct() function for 'Compile_Less_Sass' class instead of using a method with the same name as the class for compatibility on WP 4.3 and is deprecated on PHP4 * Tweak - change class name from 'lessc' to 'a3_lessc' so that it does not conflict with plugins or themes that have another Lessc lib * Tweak - Tested for full compatibility with WooCommerce Version 2.4.4 * Fix - Make statically for 2 functions 'get_content_type' and 'send_transactional_email' to fix this error PHP Strict Standards: Non-static method * Fix - Make __construct() function for 'WC_QO_Read_More_Functions' class instead of using a method with the same name as the class for compatibility on WP 4.3 and is deprecated on PHP4 = 2.0.1 - 2015/08/12 = * Tweak - Plugin Framework DB query optimization. Refactored settings_get_option call for dynamic style elements, example typography, border, border_styles, border_corner, box_shadow * Tweak - Tested for full compatibility with WooCommerce Version 2.4.2 * Fix - Update the plugin framework for setup correct default settings on first installed * Fix - Update the plugin framework for reset to correct default settings when hit on 'Reset Settings' button on each settings tab = 2.0.0 - 2015/08/07 = * Feature - Plugin framework Mobile First focus upgrade * Feature - Massive improvement in admin UI and UX in PC, tablet and mobile browsers * Feature - Introducing opening and closing Setting Boxes on admin panels. * Feature - Added Plugin Framework Customization settings. Control how the admin panel settings show when editing. * Feature - Changed Rules and Roles menu to settings menu * Feature - Moved Email Inquiry Menu to an Email Inquiry tab on the settings tab. Combined 5 tabs and 5 sub menus into 1 tab and 2 sub menus * Feature - Moved Read More Menu to a Read More tab on the settings tab. Combine 2 tabs into 1 tab. * Feature - Includes a script to automatically combine sub category tables into the Tabs main table when upgrading * Feature - Added Option to set Google Fonts API key to directly access latest fonts and font updates from Google * Feature - Added Default Form auto Reply sender (customer) for Email Inquires received by admin * Feature - Added Activation Status settings Box to Quotes Mode and Orders mode settings tab. Show store rule are activation status * Feature - Added full support for Right to Left RTL layout on plugins admin dashboard. * Feature - Upgraded global reset function. Reset rules and Roles, Email Inquiry and Read More independently instead of all * Feature - Added a 260px wide images to the right sidebar for support forum link, Documentation links. * Tweak - Major overhaul of the admin panel Description and Help text * Tweak - Upgraded the Product Page cart and Meta box style and description text * Tweak - Tested for full compatibility with WooCommerce Version 2.3.14 * Tweak - Tested for full compatibility with WordPress version 4.2.4 * Fix - Check 'request_filesystem_credentials' function, if it does not exists then require the core php lib file from WP where it is defined = 1.3.7 - 2015/06/27 = * Tweak - Tested for full compatibility with WooCommerce Version 2.3.11 * Tweak - Automatic delete the house keeping option of Lite version when upgrading from Lite to Pro version. Prevents data from being deleted on upgrade if the Lite Version Clean Up On Deletion option is was left switched ON before deactivating it to install the Pro version. * Fix - Added fallback cron job schedule to fix License Key deactivation bug that occurs when call to server returns null for server name when checking key status for auto Maintenance and Feature upgrades * Credit - Thanks to Amir https://a3rev.com/forums/topic/predictive-search-pro-losing-licence-activation-every-day/ for full access to live site and for Beta Testing the new call for updates fallback cron job. = 1.3.6 - 2015/06/04 = * Tweak - Tested for full compatibility with WooCommerce Version 2.3.10 * Tweak - Tested for full compatibility with WordPress Version 4.2.2 * Tweak - Security Hardening. Removed all php file_put_contents functions in the plugin framework and replace with the WP_Filesystem API * Tweak - Security Hardening. Removed all php file_get_contents functions in the plugin framework and replace with the WP_Filesystem API * Fix - Update dynamic stylesheet url in uploads folder to the format //domain.com/ so it's always is correct when loaded as http or https = 1.3.5 - 2015/05/05 = * Tweak - Tested for full compatibility with WordPress Version 4.2.1 * Fix - Removed check_ajax_referer() call on frontend for compatibility with PHP caching plugins. Was returning -1 to js success call-back. = 1.3.4 - 2015/04/23 = * Fix - Move the output of add_query_arg() into esc_url() function to fix the XSS vulnerability identified in WordPress 4.1.2 security upgrade = 1.3.3 - 2015/04/21 = * Tweak - Tested and Tweaked for full compatibility with WordPress Version 4.2.0 * Tweak - Tested and Tweaked for full compatibility with WooCommerce Version 2.3.8 * Tweak - created new 'cart.php' template for Quotes & Order mode to work on WC 2.3.8 * Tweak - enqueue the 'a3rev-admin-flat-ui-style' script on product edit page to fix the height of chosen multiple drop down on meta box * Tweak - Update style of plugin framework. Removed the [data-icon] selector to prevent conflict with other plugins that have font awesome icons * Fix - Compatibility text for current version of WordPress on the Core Update page. Feature stopped working with WordPress version 4.1 = 1.3.2 - 2015/03/19 = * Tweak - Tested and Tweaked for full compatibility with WooCommerce Version 2.3.7 * Tweak - Tested and Tweaked for full compatibility with WordPress Version 4.1.1 = 1.3.1 - 2015/02/15 = * Fix - Quotes payment gateway and Orders payment gateway is auto selected when using that rule. User does not have to select it. = 1.3.0 - 2015/02/13 = * Feature - Added Email Inquiry form pop-up dynamic and responsive width and height function. * Feature - Manually set the maximum width and height in px value that the pop up can open too in large screens. = 1.2.6 - 2015/02/12 = * Tweak - Major upgrade for full compatibility with WooCommerce major version release 2.3.0 with backward compatibility to WC 2.2.0 * Tweak - add filter to 'woocommerce_add_to_cart_fragments' to apply Quote & Order mode for WC 2.3 * Tweak - created new 'cart-shipping.php' template for Quotes & Order mode to work on WC 2.3 * Tweak - created new 'cart-totals.php' template for Order mode to work on WC 2.3 * Tweak - created new 'cart.php' template for Quotes & Order mode to work on WC 2.3 * Tweak - created new 'form-checkout.php' template for Quotes & Order mode to work on WC 2.3 * Tweak - created new 'payment.php' template for Quotes & Order mode to work on WC 2.3 * Tweak - created new 'review-order.php' template for Quotes & Order mode to work on WC 2.3 * Tweak - Updated 'change_template_files' function to check and render templates for WC 2.3 * Tweak - Added 'wc-enhanced-select' style class into Pending Order and Processing Quote emails to use select2 JavaScript script from WC 2.3 * Tweak - Changed WP_CONTENT_DIR to WP_PLUGIN_DIR. When an admin sets a custom WordPress file structure then it can get the correct path of plugin = 1.2.5 - 2015/01/31 = * Feature - Add Custom Form shortcode field to Product Quick Editor. * Feature - Can now apply Custom Form Shortcode to products within a Category using the WooCommerce Products bulk editor. * Tweak - Upgraded hardcoded message that show above the Custom Email form to dynamic text with font editor. * Tweak - Removed CSS Class input box from the Default Email form button style settings. * Tweak - Tested for 100% compatibility with WooCommerce version 2.2.11 * Fix - Applied Google fonts for Product Name, Product URL, From Content on Default Form * Credit - Thanks to Cintia Antunes for the add Custom Forum shortcode by category feature request. = 1.2.4 - 2015/01/08 = * Feature - Added full support for Right to Left RTL layout on plugins admin dashboard. * Tweak - Tested and Tweaked for 100% compatibility with WooCommerce version 2.2.10 * Tweak - Tested and Tweaked for 100% compatibility with WordPress version 4.1.0 * Fixed - Added commented code snippet to prevent Quote email being sent after Quote Order is paid for via the Mollie payment gateway. Mollie API return status is 'open' which is not a WooCommerce Status and WC auto defaults to Processing status which triggers the email. * Fixed - Show the new version in the Core Update page that disappear on WP 4.1 * Fix - Sass compile path not saving on windows xampp. * Credit - Thanks to Thomas Nipius for advising of the issue and access to his site to find and create a work around for the issue. = 1.2.3 - 2014/11/12 = * Fix - a3rev License code now recognises domain with and without the www. We believe that this will solve Licenses auto deactivating on some sites. = 1.2.2 - 2014/09/29 = * Fix - Add filter 'wc_order_is_editable' so that admin can edit Manual Quotes orders that have Order Status - Quote = 1.2.1 - 2014/09/12 = * Tweak - Tested 100% compatible with WooCommerce 2.2.2 * Fix - Changed __DIR__ to dirname( __FILE__ ) for Sass script so that on some server __DIR___ is not defined = 1.2.0 - 2014/09/01 = * Feature - Converted all front end CSS #dynamic {stylesheets} to Sass #dynamic {stylesheets} for faster loading. * Feature - Convert all back end CSS to Sass. * Tweak - Tested 100% compatible with soon to be released WooCommerce Version 2.2 and backwards to Version 2.1 * Tweak - Use wc_get_product() function instead of get_product() function when site is using WooCommerce Version 2.2 * Tweak - Added register_post_status() function to register order status for WC 2.2 compatibility. * Tweak - Update Quote template for WC 2.2 compatibility * Tweak - Update Order template for WC 2.2 compatibility * Tweak - Update Processing Quote & Pending Order email template for WC 2.2 compatibility. * Tweak - Updated google font face in plugin framework. * Tweak - Use $wpdb->esc_like() function instead of like_escape() function, which is deprecated on WP 4.0 = 1.1.8 - 2014/07/29 = * Fix - Fatal Error when using Contact form 7 for custom form. Only call_gravity_scripts() function if Gravity Form plugin is activated and used as the custom form shortcode. * Credit - Thanks to Ricardo Gyorfy for notifying us of this bug which arose out of the version 1.1.7.11 upgrade. = 1.1.7.11 - 2014/07/26 = * Fix - Called add_endpoints() function for first install to be able to auto create endpoint for custom form. * Fix - Fixed permalink issue that caused a 404 when opening custom form on a new page. Call add_endpoints() and flush_rewrite_rules() when that option is selected. * Fix - Added add_action( 'wp_enqueue_scripts', array( 'WC_QO_GravityForms_Addon', 'call_gravity_scripts' ), 11 ) to call gravity scripts and add-on scripts at header instead of footer which caused them to break. * Credit - Thanks to Jason Kennedy for alerting us to the Gravity Forms Add-ons issue and access to his site to find and fix the issue. = 1.1.7.10 - 2014/06/26 = * Tweak - change wp_register_script( 'a3rev-chosen') to wp_register_script( 'a3rev-chosen-new') * Fix - Send Quote Button throwing Fatal Error. Update function __wc_qo_ict_t__() to wc_qo_ict_t__() for fix. * Fix - Add @ for called session_start() function to fix uncaught header warning message. * Credit - Thanks to Campbell Imray for notifying us of the Send Quote Button function bug. = 1.1.7.9 - 2014/06/14 = * Tweak - Updated chosen js script to latest version 1.0.1 on the a3rev Plugin Framework * Tweak - Tested 100% compatible with WooCommerce version 2.1.11 * Fix - Update the change_page_title() function to get the new page title for Quotes & Order Rules on Order Received in WooCommerce Version 2.1.11. = 1.1.7.8 - 2014/05/30 = * Tweak : Added support for placeholder feature for input, email , password , text area types * Fix - Moved check quote term exists from add_action('init', array to wc_qo_install() function so only checks for quote term on isntall. * Credit - Thanks to Damian Grady [Redolution Uk](http://www.redolution.co.uk/) for notifying us of the quote term issue and access to his site to find and fix. = 1.1.7.7 - 2014/05/26 = * Feature - Show uploaded files as Hyplerlinked File name on Order Received page and customer email. WooCommerce by default shows URL. * Tweak - Changed add_filter( 'gettext', array( $this, 'change_button_text' ), null, 2 ); to add_filter( 'gettext', array( $this, 'change_button_text' ), null, 3 ); * Tweak - Update change_button_text() function from ( $original == 'Insert into Post' ) to ( is_admin() && $original === 'Insert into Post' ) * Credit - Thanks to Paul Waterman for the feature suggestion. = 1.1.7.6 - 2014/05/21 = * Feature - Shop Display Templates. Added option to set woocommerce.css when bespoke themes remove it and replace with custom template and HTML structure. * Tweak - Added the Shop Display setting to Rules and Roles menu under Shop Rules section. * Tweak - Added help Tip to new setting to explain when to use it. * Tweak - Tested 100% compatible with WooCommerce Version 2.1.9 * Tweak - Tested 100% compatible with WordPress Version 3.9.1 = 1.1.7.5 - 2014/05/02 = * Fix - Shipping calculator cart messages for compatibility with WooCommerce Version 2.1.8 * Fix - Changed the way the order review html is appended to the checkout page via JS for compatibility with WooCommerce Version 2.1.8 = 1.1.7.4 - 2014/04/28 = * Tweak - Added 'avada_theme_compatibility' action so that our plugin can work with the custom woocommerce functions of the Avada theme. * Fix - Filter 'woocommerce_cart_product_subtotal' to hide the price on widget cart popup * Credit - Thanks to Anna https://a3rev.com/forums/topic/problems-with-quote-mode/ for the access to make the Avada theme compatibility patch. = 1.1.7.3 - 2014/04/23 = * Fix - Added returning customer login feature to form-checkout.php for Quotes and Orders. * Fix - Added enter coupon code feature to form-checkout.php for Orders mode. * Credit - Thanks to Marcos Dutra of Brazil for alerting us to this issue. = 1.1.7.2 - 2014/04/14 = * Tweak: WC v2.1.7 Compatibility - Updated Quotes mode cart-shipping.php and quote-email-order-items_21.php templates. * Tweak: WC v2.1.7 Compatibility - Updated Orders mode the cart-shipping.php template. = 1.1.7.1 - 2014/02/14 = * Tweak - WC v2.1.2 Compatibility - Removed nl2br function from plain text email-order-items email template * Tweak - WC v2.1.2 Compatibility - Wrap billing and shipping fields with a div/class to prevent field order issues * Tweak - Added class 'shipping_method' for shipping template * Tweak - Added 'Coupon:' text to cart total template = 1.1.7 - 2014/02/10 = * Feature - Added support for Guest Checkout for all Shop Rules when turned ON for not logged in users. * Tweak - Manual Quotes Rule Send Quote from Order feature ignores Manual Quotes Shipping settings. * Tweak - Auto Quotes Rule - Add Pay Online now link to Order Received template. * Tweak - Separated Email Messages for Manual Quotes mode and Auto Quotes mode on the customer Quote received emails. * Tweak - Updated Framework help text font for consistency. * Tweak - Added remove_all_filters('mce_external_plugins'); before call to wp_editor to remove extension scripts from other plugins. = 1.1.6 - 2014/02/06 = * Feature - Added Manual Quotes Shipping options. Display Shipping ON | OFF switch on Settings tab. Applies to Checkout, Order received and customer mail. * Feature - Manual Quotes when shipping visibility is switched ON, Shipping methods Price Visibility option ON | OFF applies. * Feature - Added Auto Quotes Shipping options. Display Shipping ON | OFF switch on Settings tab. Applies to Checkout. * Feature - Auto Quotes when shipping visibility in switched ON, Shipping methods Price Visibility option ON | OFF applies. * Feature - Added Orders Mode Shipping options. Display Shipping ON | OFF switch on Settings tab. Applies to Checkout, Order Received and customer email. * Feature - Orders Mode when shipping visibility is switched ON, Shipping methods Price Visibility option ON | OFF applies. * Feature - Added Shipping and Handling Template for checkout page for Quotes Mode and Orders mode. * Feature - Quotes Mode and Orders Mode Checkout tab, Custom Shipping and Handling Title, add Customer Help text and Shipping Methods title. = 1.1.5.2 - 2014/02/01 = * Fix - Orders Mode - Checkout template filtering out Shipping options. * Credit - Thanks to Sam Cranwell for the heads up on this. = 1.1.5.1 - 2014/01/28 = * Fix - replace_text undefined variable in class-quote-order-hook.php = 1.1.5 - 2014/01/24 = * Feature - Upgraded for 100% compatibility with WooCommerce Version 2.1 with backward compatibility to Version 2.0 * Feature - Added duplicate of each template so plugin can work with WooCommerce Version 2.1 refactored code. * Feature - All new One click Quote Request edit and Submit quote to customer by Email from order edit page. * Feature - Added Send Quote Meta box and Function to Manual Quote Order. Only shows for quotes status orders. * Feature - Added Send Quote email template for Manual Quotes. * Feature - Orders with quote status - edit order prices, shipping, taxes, add customer note - Send updates order and sends quote email with one click. * Feature - After Quote Email is sent, Manual Quote Role Customer can View Quote pricing on their My account View Order. * Feature - Add personalized customer message to Quote Email. * Feature - Quotes Email is recorded in Order Notes along with any personalized customer message for reference. * Feature - Option to send a copy of customer quote email to admin. * Feature - Changing Order Status from quote to pending before sending Quote Email activates option for customer to Pay for that Order through checkout. * Feature - When order status is changed from quote to pending - quote email contains Pay Online link to site checkout. * Tweak - Quotes Mode and Orders Mode Email tabs - added sub menus for each email template. * Tweak - Replaced pretty URL custom flush_rules() function to endpoints for open form on new page for WooCommerce version 2.1 users. * Tweak - Changed Custom form pop-up backround from get_site_background to #FFFFFF background colour. * Tweak - Added Custom encode to prevent email clients automatically adding tag to URL's in form message. * Tweak - Replaced Quote Order Status icon with Vector. * Tweak - Edited Grid View text on admin panel to Product Card for consistency. * Tweak - Tested for compatibility with WordPress version 3.8.1 * Fix - Added missing close div tag for Custom form display when set to open on new page * Fix - Email Inquiry sending duplicate emails on themes that have script that duplicate the click event = 1.1.4.5 - 2013/12/24 = * Tweak - a3rev Plugin Framework upgrade - all switch text show UPPERCASE * Tweak - Updated plugins wp-admin menu item vector image. = 1.1.4.4 - 2013/12/17 = * Fix - Update make_compatibility function with isset( $args->slug ) and isset( $args['body']['request'] ) so that our plugin can work together with other developers plugin (eg Backupbuddy) that adds filter on the WordPress plugins_api (bad thing to do) * Fix - Plugins wp-admin menu icon display in all versions prior to WordPress 3.8.0. = 1.1.4.3 - 2013/12/16 = * Feature - a3rev Plugin Framework admin interface upgraded to 100% Compatibility with WordPress v3.8.0 with backward compatibility. * Feature - a3rev framework 100% mobile and tablet responsive, portrait and landscape viewing. * Tweak - Upgraded dashboard switch and slider to Vector based display that shows when WordPress version 3.8.0 is activated. * Tweak - Upgraded all plugin .jpg icons and images to Vector based display for full compatibility with new WordPress version. * Tweak - Tested 100% compatible with WP 3.8.0 * Fix - Upgraded array_textareas type for Padding, Margin settings on the a3rev plugin framework = 1.1.4.2 - 2013/11/20 = * Fix - add filter to 'single_add_to_cart_text' for hide Add to Cart button for Child Products in Grouped Product when Hide Add to Cart Rule is activated. * Fix - add action to 'woocommerce_before_template_part' and 'woocommerce_after_template_part' for hide Child Products Quantity selector in Grouped Product when Hide Add to Cart is activated. * Fix - $args->slug depreciated in WordPress 3.7, replace with $request = unserialize( $args['body']['request'] ); $request->slug * Credit - Thanks to Marc Schwinges Underdog Productions South Africa for alerting us to the issue and wp-admin and ftp access to find and fix the bug. = 1.1.4.1 - 2013/11/16 = * Tweak - Moved the Email Inquiry Rules & Roles settings from Rules & Roles menu to Email Inquiry menu > Settings tab. * Tweak - Moved the show Email Inquiry feature on Product Cards settings from Button Style tab to settings tab. * Tweak - Changed Product Cards activation syntax - ON is enables, OFF is disabled. * Tweak - Added Product Card title to setting on meta and moved it up under the Rules & Roles setting for better UI. * Tweak - Moved the Read More Rules and Roles settings from the Rules and Roles menu to the new Read More menu > Settings tab. = 1.1.4 - 2013/11/15 = * Feature - New Product Card Rule Added - Read More Button / Text Link. * Feature - Added Button Border Corner Settings to the a3rev Plugin Framework. Square to Rounded Corner settings for each corner. * Tweak - Added new main Menu Item - Read More with Tabs - Settings | Button Style * Tweak - Read more text and font editor. * Tweak - 2 Read More on product card display options - On Hover over image or relative to the Add to Cart Button position on the product card. * Tweak - Show Read More feature as Button or Hyperlink Text when showing relative to Add to Card Button position on the product card. * Tweak - 3 position settings when showing Read More on hover over product image. * Tweak - Product Page Email & Cart Meta UI design upgrade. New tabs layout for ease of navigation. * Tweak - Added 'Read More' settings to product meta Email & cart. * Tweak - Added WPML capability for all new features. * Fix - Google fonts preview changes conflict. = 1.1.3.1 - 2013/11/06 = * Tweak - Stricter sanitization of Default Form Message input field. Only allow input of plain text with auto paragraph on line break. * Tweak - Added function .replace(/^\s+|\s+$/g, '') to check form for empty spaces for required fields Name, Email and Phone. * Tweak - Default Form Success Message Pop-up auto resizes to whatever the tall of the success message content is. * Tweak - Added class .email_inquiry_cb for Colorbox Pop-up tool content custom background display. = 1.1.3 - 2013/11/02 = * Feature - Default Form Style - added form background colour setting. * Feature - Default Form Style - added Product Title font editor. * Feature - Default Form Style - added Product URL font editor. * Feature - Default Form Style - added Email Subject font editor. * Feature - Default Form Style - added Form Input Fields border settings including corner styler. * Feature - Default Form Style - added Form Input Fields font editor. * Feature - Default Form Style - added Form Input Fields cell background colour settings * Tweak - Removed dynamic pop-up wide setting and replaced with static pop-up max wide. * Tweak - Pop-up tools wide under 520px shows 100% wide of the screen for mobiles in portrait or landscape. * Tweak - Default Form breaks down for greatly enhanced display in tablets and mobiles. * Tweak - Default Form - added static 20px content padding that auto reduces to 5px in tablets and mobiles. * Tweak - Default From - vertical alignment of the text fields * Tweak - Default Form - changed the default form fonts on install from Bold to Normal. * Tweak - Default Form Success Message uses form custom background colour. * Tweak - Button Style - changed default button padding on install from 0px to 5px * Tweak - Button Style - added blue box help text and fixed a small typo. * Tweak - Rules & Roles - added blue box help text for Product Page Rule 'Show Email Inquiry' * Tweak - Rules & Roles - added blue box help text for Store Rules to explain WooCommerce add to cart Conditionals. * Tweak - Updated the Email Message default text on Quotes Processing Email template to explain it is an example. * Fix - Default form success message showing HTML tags with text. * Fix - wp-editor when use HTML tags they were showing on visible Cart, Checkout and Email templates. = 1.1.2.1 - 2013/10/31 = * Fix - PHP warning on the Checkout and Confirmation pages. Updated woocommerce_gateway_description to ict_t_gateway_description * Credit - Thanks to Pro License holder Scot Gallup for reporting the bug on the plugins support form. = 1.1.2 - 2013/10/29 = * Feature - Added full WPML compatibility. Includes strings for all static and dynamic text. = 1.1.1.1 - 2013/10/24 = * Tweak - Updated some small typo errors missed in v1.1.1 * Fix - Missed this function !is_user_logged_in() in Version 1.1.1. Function checks if the for not logged in user setting is OFF for Rules Hide Cart, Show Email Inquiry and Hide Price. = 1.1.1 - 2013/10/23 = * Feature - Major plugin upgrade. Full code rework. * Feature - Upgraded the plugin to the newly developed a3rev admin Framework with app style interface. * Feature - Moved admin from WooCommerce settings tab onto its own Quotes and Orders main menu item with sidebar sub menu. * Feature - Quotes and Orders sub menus, Rules & Roles | Email Inquiry | Quotes Mode | Orders Mode * Feature - New admin UI features check boxes replaced by switches, some dropdowns replaced by sliders. * Feature - Replaced colour picker with new WordPress 3.6.0 colour picker. * Feature - Added choice of 350 Google fonts to the existing 17 websafe fonts in all new single row font editor. * Feature - New Border / Button shadow features. Create shadow external or internal, set wide of shadow. * Feature - New on page instant previews for Fonts editor, create border and shadow style. * Feature - Added intuitive triggers for admin panel settings. When selected corresponding feature settings appear. * Feature - Added Colorbox pop-up tool as an option to Fancybox pop-up tool. * Feature - Added Fancybox and Colorbox pop-up size, style and transition settings. * Feature - Rules broken into 2 new types - Product Page Rules and Store Rules. * Feature - New Rule & Roles Conditional logic combined with the initiative admin panel makes it impossible to set conflicting Rules for front end users and logged in Roles. * Feature - Turn on any Rule for not logged in users and it auto deactivated any conflicting Rule. * Feature - Activate any Rule for logged in user Role by adding the Role to the Rule. * Feature - If Role is assigned to a conflicting Rule it cannot be added until it is removed from the conflicting Rule. Add and remove Roles from any Rule 'on page 'Save Changes' when finished. * Feature - Auto show help message that shows under Product Page Rules when activated the Rule is turned on. * Feature - Added House Keeping function to settings. Clean up on Deletion. Option - Choose if you ever delete this plugin it will completely remove all tables and data it has created, leaving no trace it was ever installed. * Tweak - Fixed up all existing typos on admin panel. * Fix - Manual Quotes - New Roles and Rules Conditional Logic fixed the bug that was partly fixed in version 1.0.0. Manual Quotes Role can never see product prices. * Fix - Manual Quotes - No longer have to change users Manual Order Role to Auto Quotes Role and then change the order status from Quote to 'Pending' so user can see Quote prices on the 'View' order button on their My Account. Just change order status from 'Quotes' to 'Pending' * Fix - Manual Quotes - Send updated Quote by Order Actions does not show single product prices. Updated Email template code to filter email content by Order Status - 'processing' status automatically shows pricing in email to Manual Quotes user role. * Fix - Plugins admin script and style not loading in Firefox with SSL on admin. Stripped http// and https// protocols so browser will use the protocol that the page was loaded with. = 1.1.0 - 2013/09/10 = * Fix - In Manual Quotes Mode when admin manually add / edits the order prices, resends Quote to Customer as a pending order and admin upgrade the customer role from Manual Quote Role to Auto Quote Role so they can see Quote Prices on their My Account dashboard - the customer could then also see prices for all products on the site. We added Manual Quotes and Auto Quotes Roles to assign Rules to Roles drop down list of Roles for Rule 'Hide Price'. Just add 'Auto Quotes' Role to that Rule and when Manual Quotes Mode is active the product prices are always hidden from logged in user who has Role 'Auto Quotes'. * Credit - Thanks to LuÃs Meoreles of Brazil for bringing this to our attention and access to his site and co-operation in fixing this issue. = 1.0.9 - 2013/08/09 = * Feature - After making the new WooCommerce Quick View plugin we are able to use the pop-up code that we wrote for that plugins Quick View pop-up to be able use it to add the Open 3RD Party form by pop-up feature. * Feature - 3RD Party Contact Form open in pop-up feature applies to Product Page and Grid View. * Feature - 3RD Party Contact Form UI. Added custom template for 3rd contact form. The form always shows well in the pop-up. Automatically uses the site content background for the form background. Looks great. * Feature - 3RD Party Contact Form open 'on new page' new option - Open page in the same window default setting is open page in new window). * Feature - Default Contact Form new open option on Product pages - Open default contact form 'on page'. Use ajax to show and hide the contact form on click. Makes for a very slick presentation. * Feature - Default Contact Form new options for 'Email Pop-up Font Styling'. Use WYSIWYG settings to set the default pop-ups Font type (choose from 17 web safe fonts), size, style and colour. * Tweak - Tested for full compatibility with WordPress v3.6.0 * Tweak - Tested for full compatibility with new Gravity Forms v1.7.7 * Fix - Script validate email for default contact form. Old script conflicted with WordPress 3.6.0 jQuery 1.10.2. Conflict caused the popup tools to break. * Fix - Added box-sizing:content-box class attribute for compatibility with new WordPress Twenty Thirteen default theme. = 1.0.8 - 2013/07/24 = * Fix - Fatal Error on install being caused by Contact Form 7 &$contact_form updated to $contact_form to fix. * Credit - Thanks to Andrew Lang for the access to his site to help find and squash this tiny but troublesome bug. = 1.0.7 - 2013/07/18 = * Fix - Removed filter all page name 'Cart' to 'Quote' in Quote Mode and 'Cart' to 'Order' in Order mode. Now just apply those filters to pages created by the WooCommerce plugin on install and found under the pages tab on the WooCommerce dashboard. Thanks to Alison Griffiths for reporting the issue. = 1.0.6 - 2013/07/01 = * Fix - Longer product names pushed below product image in default email po-up. In product name + product URL container replaced display:inline-block; with display:block; and conditionals. = 1.0.5 - 2013/06/28 = * Tweak - Greatly improved the display of 3RD Party Contact forms - open on new page. * Tweak - Removed custom email form page template and now use theme page template for open 3RD party plugin contact form on New page * Tweak - Show Product feature Image, Product name, Product URL on the contact form New page. * Tweak - Show Product Information including Product Image, Product Name, Product URL on default pop-up form. * Tweak - Changed the Gravity form default Field name from Email Inquiry to Product Email Inquiry * Fix - Replaced hardcode iso-8859-1 charset to dynamic get_option('blog_charset') = 1.0.4 - 2013/06/21 = * Feature - Email Inquiry - Added create contact forms with Gravity Forms and Contact Form 7 email plugins. * Feature - Email Inquiry - Added insert forms globally or on a product by product basis with Gravity Form or Contact Form 7 shortcodes. * Feature - Email Inquiry - Added On Page form opening for Gravity Forms and Contact Form 7. Click the email inquiry button and the form opens by Ajax below the button. * Feature - Email Inquiry - Added open Email Inquiry form in new page for sites where space prevents the form opening below the button. * Fix - Quotes and Orders Mode - Admin now receives an email when a new Quote Request or Order is created. * Fix - Email Inquiry- Show Inquiry button on product when the WooCommerce price field is empty. = 1.0.3 - 2013/06/13 = * Feature - Quotes and Orders - Add custom message to the top of Quotes and Orders emails. On WooCommerce > Email Templates added Email message field for the Processing Quote Pending Order email templates. * Feature - Auto Quote Mode - Added a Pay Online Now link to customer email. Can click straight through from the Emailed Quote to the check out and complete the purchase. * Fix - Quotes Mode - Customer emails failing. WooCommerce 'Quote' Order status was not being auto created when quote request submitted. This was causing the customer Quote received email to fail. * Fix - Auto Quote Mode - was using the default WooCommerce Order Received Email Template instead of the Processing Quote email template. * Fix - Auto Quote Mode - Show full Quote pricing including shipping and tax on the Order Received page. * Fix - Auto Quote Mode - Show full Quote pricing including shipping and tax on the My Account Dashboard > View Order. * Tweak - Quotes and Orders Mode > Cart Page - moved the custom message from the bottom of the page to the top. * Tweak - Order Mode - removed the WooCommerce default Shipping and tax notice from the bottom of the table on the Cart Page. = 1.0.2 - 2013/06/07 = * Important - No Auto upgrade for this version - Due to a name change of the download zip you must deactivate your installed version v1.0.1 or v1.0.0 and manually upload this version v1.0.2. Once activate this version delete the inactive version. Then please go to the folder where you downloaded the first 2 versions and delete those so you don’t ever get confused and upload them by accident. The only zip you should have is now named WooCommerce Quotes and Orders. * Tweak - Changed the plugins zip file name from WooCommerce Email Inquiry and Cart Options Pro to WooCommerce Quotes and Orders to avoid confusion with the Email Inquiry and Cart Options plugin. * Tweak - Changed the wp-admin WooCommerce menu name from Email & Cart Options to Quotes & Orders Mode again to avoid confusion. * Fix - Manual Quote, Auto Quote and Orders modes not working when the site has products without prices and shipping is not activated. With that combination WooCommerce does not apply any payment method and hence nothing was working as it should once the user clicked the send quote request button. Edited our plugin so that the quotes and orders payment gateways apply with this config and hence the plugin can process the quote / order request as it is designed to do. * Fix - Template priority conflict with the Responsi WooCommerce Add-On plugin. * Fix - On Email and Cart product page meta, the select Button or Hyperlink text check box was not showing as active when selected and the post updated. The Hyperlink text was working on the front end, but just not showing as the activated selection on the meta. Causing some confusion - thanks to Craig Paterson for reporting it. * Docs - Finished the plugins a3rev wiki documentation. = 1.0.1 - 2013/06/05 = * Tweak - Added some Tool Tips help text to the Quotes and Orders Rules and Roles setting on the admin panel. = 1.0.0 - 2013/05/31 = * First working release.