Framework – Updated LESS compiler for compatibility with PHP 8.2 onwards
3.4.3 – 2025/06/21
This maintenance release has 1 bug fix
Fix – Correct product variable is WC_Product class object type
Credit – Thanks to raratiru for raising the translation issue on wordpress.org support forum
3.4.2 – 2025/06/12
This maintenance release has 1 bug fix and compatibility with WordPress 6.8.1 and WooCommerce 9.9.3
Tweak – Tested for compatibility with WordPress 6.8.1
Tweak – Tested for compatibility with WooCommerce 9.9.3
Fix – Validate product variable is instance of WC_Product classic
3.4.1 – 2024/07/13
This release has various tweaks for compatibility with WordPress 6.6 and WooCommerce 8.9.3.
Tweak – Tested for compatibility with WordPress 6.6
Tweak – Tested for compatibility with WooCommerce 8.9.3
3.4.0 – 2023/11/27
This feature release adds auto fill name and email on default form for logged in users.
Feature – Default Email Form, auto fill Name and Email of current logged in user. Saves logged in user from having complete those fields.
3.3.2 – 2023/11/22
This maintenance release has plugin framework updates for compatibility with PHP 8.1 onwards, plus backward compatibility to WooCommerce 6.0.
Tweak – Remove backward compatibility for WooCommerce versions less than 6.0
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.3.1 – 2023/10/30
This maintenance release has a Code Tweak for compatibility with WordPress 6.4 and WooCommerce 8.2
Tweak – Tested for compatibility with WordPress 6.4
Tweak – Tested for compatibility with WooCommerce 8.2
Tweak – Call add action to ‘enqueue_block_assets’ instead of ‘enqueue_block_editor_assets’ for enqueue style inside iframe of Gutenberg.
3.3.0 – 2023/09/07
This feature release adds a “Product Inquiry Button” Block for use in Gutenberg Templates. Also compatibility with WooCommerce 8.0.3 and WordPress 6.3
Feature – Define new “Product Inquiry Button” block to show Inquire Button on Gutenberg Block templates.
Tweak – Test for compatibility with WooCommerce 8.0.3
Tweak – Test for compatibility with WordPress 6.3.0
Fix – New “Product Inquiry Button” Block resolves issues that the Email Inquiry shortcode has with Gutenberg templates.
3.2.2 – 2023/07/28
This maintenance release has 2 bug fixes for compatibility with WooCommerce 7.9 and WordPress 6.2.2 or higher.
Tweak – Test for compatibility with WooCommerce 7.9.0
Tweak – Test for compatibility with WordPress 6.2.2
Fix – validate if $product is WC_Product or not before call get_id() . For compatibility with WC 7.9.0
Fix – Show correct Inquiry button for each product inside query loop from Gutenberg template with double [[ ]] for compatibility with WP 6.2.2 or higher.
3.2.1 – 2023/06/26
This maintenance release fixes a small PHP bug that emerged from the 3.2.0 release.
Fix – defined wc_email_inquiry_button_position variable on correct position to fix PHP bug
3.2.0 – 2023/06/22
This feature release adds insert Email Inquiry by 2 new shortcodes. Works with New WC Single Product Page Bock Template and page builders like Elementor.
Feature – Add Email Inquiry Shop shortcode. Adds Email Inquiry to all product pages across the store.
Feature – Add Single Product Email Inquiry shortcode. Use to insert a Single Product Email Inquiry, by product id into anywhere that accepts shortcodes.
Feature – Fully compatible with the new WooCommerce Single Product Blocks Template
Feature – Fully compatible with page builders like Elementor, Divi etc
Tweak – Adds new Email Inquiry Shortcode options to the Settings tab
Tweak – Test for compatibility with WooCommerce 7.8.0
3.1.0 – 2023/04/25
This release has compatibility with WordPress 6.2.0, WooCommerce 7.6.0 plus declared compatibility with WooCommerce HPOS.
Tweak – Test for compatibility with WordPress 6.2
Tweak – Test for compatibility with WooCommerce 7.6.0
Tweak – Test and declare plugin compatibility with WooCommerce HPOS Custom Tables.
3.0.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
2.9.0 – 2022/12/06
This feature release adds Default font from the theme to the font control.
Feature – Add Default fonts from the Theme to the font control options.
Feature – On new install will get the theme fonts with Arial web font fall back.
Feature – On existing installs this update will not change the set fonts.
Plugin Framework – Update typography control from plugin framework to add support for Default value
Plugin Framework – Default value will get the h tag and content fonts that are set in the theme.
Plugin Framework – Change generate typography style for change on typography control
2.8.2 – 2022/11/21
This maintenance release has 1 bug fix and compatibility with WooCommerce 7.1
Tweak – Check for compatibility with WooCommerce version 7.1
Fix – Show the panel settings page if have combine of premium and free options on same page.
2.8.1 – 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
2.8.0 – 2022/05/24
This 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
2.7.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
2.6.3 – 2021/11/20
This maintenance release has fixes for compatibility with PHP version 8.x
Tweak – Test for compatibility with PHP 8.x
Fix – Update some defined functions without an optional parameter when followed by a required parameter. This is deprecated as of PHP 8.0.0
2.6.2 – 2021/11/10
This maintenance release has a compatibility bug fix for WooCommerce version 5.9.0 compatibility
Tweak – Test for compatibility with WooCommerce 5.9
Fix – Checked if $product variable is WC_Product for compatibility with WC 5.9
2.6.1 – 2021/11/09
This maintenance release has a PHP fatal Error fix that has arisen out of yesterdays version 2.6.0 feature release.
Fix – Validate the global $product variable for call is_type() to check bundle product type.
2.6.0 – 2021/11/08
This feature release adds compatibility with the WooCommerce Product Bundles plugin
Feature – Add full Email Inquiry button and hide price and cart compatibility with the official WooCommerce Product Bundles plugin
2.5.1 – 2021/08/12
This maintenance release completes full compatibility with The WooCommerce Products Add-on plugin.
Fix – Hide price of addon items in the content section where the WooCommerce Product Add-ons plugin shows price in the description.
Fix – Show price of add-ons from Edit Order so admin can see the price in the order.
2.5.0 – 2021/08/07
This feature release adds full compatibility with WooCommerce Product Add-ons
Feature – Write new filter to add support for hiding WooCommerce Product Addons prices on when the Hide Price is actived.
2.4.11 – 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 – Skip version 2.4.10 to avoid PHP misread of the version number
Security – Add more variable, options and html escaping
2.4.9 – 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 .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)
2.4.8 – 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.0
2.4.7 – 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
2.4.6 – 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
2.4.5 – 2020/12/10
Tweak – Test for compatibility with WooCommerce 4.8.0
2.4.4 – 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
2.4.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
2.4.2 – 2020/05/05
This maintenance release removes form modal popup h tags plus has compatibility with WooCommerce 4.1.0
Tweak – Change h2 and h5 title font on modal popup to div tag so that they don’t show up as empty h tags with Search engine crawl.
Tweak – Tested for compatibility with WooCommerce 4.1.0
Tweak – Update WooCommerce compatibility tag
2.4.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
2.4.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
2.3.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.
2.2.5 – 2019/09/25
Maintenance upgrade to add support for Hide Add to Cart on product cards added by WooCommerce Gutenberg block.
Tweaks – Add hook to hide Add to Cart on products inserted by WooCommerce Product Grid Block
Tweak – Test for compatibility with WooCommerce 3.7.0
2.2.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
2.2.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
2.2.2 – 2019/04/01
This maintenance upgrade fixes an issue with Variation Price and description display when add to cart is hidden plus compatibility with WooCommerce 3.5.7 and upcoming WordPress 5.2
Tweak – Test for compatibility with WordPress 5.2
Tweak – Test for compatibility with WooCommerce 3.5.7
Fix – don’t add duplicate price and description for Product Variation, fix for work compatibility with WooCommerce version 3.5 +
2.2.1 – 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
2.2.0 – 2018/07/23
This feature upgrade gives options between show email inquiry on frontend as a Button or Hyperlink text with full style options plus compatibility with WordPress 4.9.7
Feature – Added the option to show email inquiry as a Button or a Hyperlinked text on product cards and product pages.
Feature – Added Full Button Style setting options to style the button to match the theme
Feature – Added conditional logic to menu, when select Button the Button style options show, when select hyperlink those options show
Feature – Added Button margin settings for tweaking the alignment of the button
Feature – Added Hyperlink Font editor with margin settings for alignment
Feature – Added Hyperlink Dynamic Text editor, with Before linked text and After Link text options
Tweak – Added new menu on Email Inquiry Tab as a sub menu Email Button Style
Tweak – Test for compatibility with WordPress 4.9.7
2.1.0 – 2018/07/09
This Feature Upgrade adds a new Product Page Rule, Hide Product Price plus full compatibility with WooCommerce Quotes and Orders major version 3.0.0, WooCommerce On Page Checkout and WooCommerce 3.4.3
Feature – Add new Product Page Rule Hide Product Price
Feature – Define new hooks and filters for compatibility with WooCommerce Quotes & Orders plugin
Tweak – Add new hooks and functions for full compatibility with WooCommerce On Page Checkout plugin
Tweak – Move and Update Help Notes from the Plugin Framework Global Settings option box to new option box called Help Notes
Tweak – Update plugins description in readme file.
Tweak – Various plugins option boxes text changes and additions
Framework – Convert old tooltip script to bootstrap tooltip
Tweak – Test for compatibility with WooCommerce 3.4.3
Framework – Update a3rev Plugin Framework to version 2.0.6
2.0.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 opens 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.0.0 – 2018/06/14
Major Upgrade. V2 is a massive step forward in the plugins development with 11 new features, new pop up tool and big code refactoring.
Feature – Introducing new Bootstrap Modal pop up for email inquiry form
Feature – Refactored plugin style with introduction of Templating
Feature – Email Form. Added Sender Request a Copy option
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
Tweak – Remove Fancybox and Colorbox pop up tools
Tweak – Remove Popup Tool settings box
Tweak – Remove plugin admin page sidebar Place card for discontinued Pro version plugin.
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
1.4.8 – 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.
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
1.4.7 – 2018/02/13
Maintenance Update. Under the bonnet tweaks to keep your plugin running smoothly and is the foundation for new features to be developed this year
Framework – Update a3rev Plugin Framework to version 2.0.2
Framework – Add Framework version for all style and script files
Tweak – Update for full compatibility with a3rev Dashboard plugin
Tweak – Test for compatibility with WordPress 4.9.4
Tweak – Test for compatibility with WooCommerce 3.3.1
1.4.6 – 2017/10/13
Tweak – Tested for compatibility with WooCommerce 3.2.0
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
1.4.5 – 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
1.4.4 – 2017/04/13
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
Tweak – Change global $$variable to global ${$variable} for compatibility with PHP 7.0
Tweak – Update a3 Revolution to a3rev Software on plugins description
Tweak – Added Settings link to plugins description on plugins menu
Tweak – Update plugins WordPress page banner image to new format size 1550px by 500px
Tweak – Tested for full compatibility with WordPress version 4.7.3
1.4.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
1.4.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 WooCommerce Quotes and Orders customer John Phipps for reporting the email subject line special characters encoded bug
1.4.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
1.4.0 – 2016/07/15
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 – Moved Plugin admin settings from WordPress admin menu sidebar to WooCommerce sub menu item – Email and Cart
Feature – Plugin admin panel now has just 2 tabs, Rules and Roles, Email Inquiry
Feature – Removed all upgrade version Email Inquiry & Cart Premium, Email Inquiry Ultimate and Quotes & Orders settings from admin panels
Feature – Email Inquiry Tab. Combined 5 tabs and 5 sub menus into 1 tab and 2 sub menus
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 full support for Right to Left RTL layout on plugins admin dashboard.
Feature – Added a 260px wide images to the right sidebar for support forum link, Documentation links.
Feature – Added ‘Line Height’ option into Typography control of plugin framework
Tweak – Major overhaul of the admin panel Description and Help text
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’ …