*** WooCommerce Quick View Ultimate Changelog *** = 2.3.1 - 2023/11/23 = * 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 = 2.3.0 - 2023/08/14 = * This release is a security hardening tweak plus compatibility with WordPress 6.3 and WooCommerce 8.0 * Tweak - Test for compatibility with WooCommerce 8.0 * Tweak - Test for compatibility with WordPress 6.3 * Security - check nonce for admin-ajax.php = 2.2.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. = 2.1.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.0.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.0.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 = 1.10.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 = 1.9.13 - 2021/11/20 = * This maintenance release has check 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 = 1.9.12 - 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 = 1.9.11 - 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) = 1.9.9 - 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 = 1.9.8 - 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 = 1.9.7 - 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 = 1.9.6 - 2020/12/10 = * Tweak - Test for compatibility with WooCommerce 4.8.0 = 1.9.5 - 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 = 1.9.4 - 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 = 1.9.3 - 2020/07/14 = * This maintenance release has a fix for Fatal Error when product variations do not have a price entered, plus compatibility with WooCommerce 4.3 and WordPress 5.4.2 * Tweak - Test for compatibility with WooCommerce v 4.3.0 and add tested tag * Tweak - Test for compatibility with WordPress 5.4.2 * Fix - Validate product is correct object before called member functions = 1.9.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 = 1.9.1 - 2020/04/01 = * 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 - Plugin Framework fully refactored to Composer for cleaner code and faster PHP code on admin panels * Tweak - Update plugin for compatibility with new version of plugin Framework * 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 to not use get_magic_quotes_gpc function that are depreciated in PHP 7.4 = 1.9.0 - 2019/12/02 = * This feature release upgrades the plugins PHP to Composer Dependency Manager, a full security review plus compatibility with WordPress 5.3.0 and WooCommerce 3.8.1 * Feature - Plugin fully refactored to Composer for cleaner and faster PHP code * Tweak - Remove the hard coded PHP error_reporting display errors false from compile sass to css * Tweak - Test for compatibility with WordPress 5.3.0 * Tweak - Test for compatibility with WooCommerce 3.8.1 * Dev - Replace file_get_contents with HTTP API wp_remote_get * Dev - Ensure that all inputs are sanitized and all outputs are escaped = 1.8.7 - 2019/09/03 = * This upgrade is for compatibility with Responsi Framework 7.6.0 and WooCommerce 3.7.0 * Refactor - Rewrite frontend HTML, CSS, JS and Variables Class and ID names to the new framework 7.6.0 namespaces * Refactor - Rewrite customizer HTML, CSS, JS and Variables Class and ID names to the new framework 7.6.0 namespaces * Refactor - HTML, CSS, JS and Variables Class and ID names called from the framework making plugin file sizes smaller and faster to load * Tweak - Test for compatibility with WooCommerce 3.7.0 = 1.8.6 - 2019/06/25 = * This upgrade has some small tweaks for compatibility with Responsi Framework 7.5.0 * Refactor - Up grade all plugin CSS and JS called from Responsi Framework from Class ID to Class name for the new Responsi Class names. = 1.8.5 - 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 = 1.8.4 - 2019/05/21 = * This maintenance update fixes an issue with email notifications not showing email contents on servers that run PHP 7.3.0. * Fix - Email Content not showing in email notifications. Update Simple Html Dom lib to version 1.8 for compatibility with PHP 7.3 = 1.8.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 = 1.8.2 - 2018/12/27 = * 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 - 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 = 1.8.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 - Test for compatibility with WooCommerce 3.4.0 * Tweak - Test for compatibility with WordPress 4.9.6 * Tweak - Check for any issues with GDPR compliance. None Found * Framework - Update a3rev Plugin Framework to version 2.0.3 = 1.8.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 - Test for compatibility with WordPress 4.9.4 * Tweak - Test for compatibility with WooCommerce 3.3.1 = 1.7.2 - 2018/01/24 = * Maintenance Update. 1 bug fix for conflict with 3rd party plugin pop ups. * Tweak - Tested for compatibility with WordPress 4.9.2 * Fix - Check if pp_overlay is appended to document before allow 3rd party plugin call to trigger quick_view_close_popup = 1.7.1 - 2018/01/15 = * Maintenance Update. This version has 1 major code tweak and 1 bug fix with the prettyPhoto pop up script. * Tweak - Load prettyPhoto script from plugin. Was previously loaded from the WooCommerce plugin but it was depreciated from their gallery - now use Zoom lib which is not a pop up. * Fix - Load script with correct order to resolve the JavaScript prettyPhoto is not defined error * Credit - Thanks to Ignacio Cano for reporting the bug. = 1.7.0 - 2017/12/19 = * Feature upgrade. Added full support for WooCommerce default product gallery including zoom feature and variation images * Tweak - Remove Dynamic Gallery script * Tweak - Remove Dynamic Gallery Tab and setting options * Tweak - Remove depreciated Fancybox option for popup tool. Automatically set to PrettyPhoto if site was using the Fancybox pop up * Tweak - Tested for compatibility with WooCommerce 3.2.6 * Tweak - Tested for compatibility with WordPress 4.9.1 = 1.6.4 - 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.6.3 - 2017/07/01 = * Tweak - Tested for full compatibility with WooCommerce version 3.1.0 * Tweak - Show warning for variation is unavailable on popup * Tweak - Set add to cart button to disabled if variation is unavailable on popup * Fix - Show the Reset link on popup if Variable Product has default attributes = 1.6.2 - 2017/06/07 = * Tweak - Tested for compatibility with WordPress major version 4.8.0 * Tweak - Tested for compatibility with WooCommerce version 3.0.7 * Tweak - WordPress Translation activation. Add text domain declaration in file header * Tweak - Include bootstrap modal script into plugin framework * Tweak - Update a3rev plugin framework to latest version = 1.6.1 - 2017/04/25 = * Tweak - Tested for full compatibility with WooCommerce version 3.0.4 * Tweak - Tested for full compatibility with WordPress version 4.7.4 * Tweak - Change call direct to Product properties with new function that are defined on WC v3.0 * Tweak - Use new wc_get_product_category_list() function instead of product-get_categories() for compatibility with WC 3.0 * Tweak - Use new wc_get_product_tag_list() function instead of product-get_tags() for compatibility with WC 3.0 * Tweak - Use new get_gallery_image_ids() function instead get_gallery_attachment_ids() for compatibility with WC 3.0 * Tweak - Set better height for PrettyPhoto popup * Fix - PrettyPhoto pop up can load full content on popup = 1.6.0 - 2017/02/14 = * Feature - Add PrettyPhoto Pop up Tool option for Quick View * Tweak - Update Quick View script to support PrettyPhoto popup tool * Tweak - Increase maximum Pop up maximum width option to 1000px and change default value to 800px * Tweak - Added full compatibility with X theme. * Tweak - Added full compatibility with WooCommerce Carousel & Slider plugin. * Tweak - Depreciated FancyBox pop up tool * Tweak - Added notice not to use FancBox pop up as it will be removed in future version * Tweak - Change global $$variable to global ${$variable} for compatibility with PHP 7.0 * 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.2 * Tweak - Tested for full compatibility with WooCommerce version 2.6.14 = 1.5.1 - 2016/10/22 = * Tweak - Tested for full compatibility with WooCommerce version 2.6.6 * Fix - Update add-to-cart-variation.js script for variation product when add to cart = 1.5.0 - 2016/08/31 = * 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 Options Boxes on admin panels * 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 * Feature - Added Font editor 'Line Height' option * Feature - Support select Default Gallery of WC or Dynamic Gallery show on Quick View Pop-up * Feature - Add new 'Gallery Icon Display Type' options. Always show the icons or show on hover * Feature - Add new 'Thumbnail Slider Container' setting options to style the thumbnail slider container * Feature - Upgrade all Gallery and thumbnail slider images to fontawesome icons * Feature - Create new Icon Styles tab panel with fontawesome style setting options * Feature - Added Next | Previous Gallery Icons settings option to style those icons * Feature - Added Pause | Play Icon setting options to style those icons * Feature - Added Thumbnail Slider Arrow icon setting options to Icon Style tabs * Feature - Introducing Smart Tabs display on admin panel. Tabs with options only show when the feature is switched ON. Example Dynamic Gallery * Tweak - Change Pop-up Controls to font awesome icon with customize style options * Tweak - Move Plugin menu to as submenu of WooCommerce menu * 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 entering license key but can't auto upgrade when have new version * Tweak - Update select type of plugin framework for support group options * 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 by new dynamic 'Line Height' value * Tweak - Register fontawesome in plugin framework with style name is 'font-awesome-styles' * Tweak - Update a3 Dynamic Gallery script and style to support new features * Tweak - Update dynamic style for new features * Tweak - Tested for full compatibility with WooCommerce version 2.6.4 * Tweak - Tested for full compatibility with WordPress version 4.6 = 1.4.1 - 2016/06/21 = * Tweak - Enqueue scripts to 'wp_enqueue_scripts' instead of footer to resolve script can't load if theme don't have wp_footer * Tweak - Register two new scripts 'quick-view-hover-script' and 'quick-view-popup-script' * Tweak - Tested for full compatibility with WooCommerce major version 2.6.0 * Tweak - Tested for full compatibility with WooCommerce version 2.6.1 * Tweak - Tested for full compatibility with WordPtress version 4.5.2 * Fix - update minus and plus script for just increase 1 time for when click instead of increase 2 or 3 times * Fix - Multiple calls to admin-ajax.php when click on Next or Previous button. Big saving on server resources * Fix - Add to cart works on quick view pop up for Variation product that have custom attributes * Fix - Update style to not have padding when Quick View hover type is activated = 1.4.0 - 2016/04/11 = * Feature - Completed full integration with WooCommerce Product Image Gallery. Dynamic Gallery functions and features are now applied to WooCommerce Product Gallery and does not create its own Gallery * Tweak - Define new 'strip_methods' argument for Uploader type, allow strip http/https or no * Tweak - Register fontawesome in plugin framework with style name is 'font-awesome-styles' * Tweak - Update a3 Dynamic Gallery script and style to support new feature * 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 - 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 * Dev - Add 'quick_view_product_sku' selector class for SKU meta on popup * Dev - Add 'quick_view_product_category' selector class for Product Categories meta on popup * Dev - Add 'quick_view_product_tag' selector class for Product Tags meta on popup * Fix - Update Dynamic script to get data from attributes of gallery container instead of using 'a3_dgallery_arg' variable to parse into script. Resolves confliction with WooCommerce Dynamic Gallery plugin * Fix - Remove 'z-index' for Control Bar. Now obsolete with Dynamic gallery html structure. Resolves conflict with any overlaying html for example from sidebar navigation pop out menus * Fix - Remove 'parseInt' javascript function that was applying to get thumbnail type. Was causing the thumbnail container UI to be broken * Fix - Support shortcode for the description on Custom Quick View Popup * Credit - Thanks to Lana Mangusa for the suggestion to add sku, category and tag CSS selector classes for developers a3rev.com/forums/topic/quick-view-product-meta/ = 1.3.1 - 2016/01/29 = * Tweak - Remove Pop up Content type, Product Page Content Feature - has been replaced by the Simple Custom Template feature * Tweak - Check and just load Quick View script and Quick View style when it's enable * Tweak - Check and just load Dynamic Gallery script and style when Custom Template Popup is used * Fix - Quick View feature work for when use WooCommerce shortcode on homepage or any page or when it's related products, current it just work for shop page = 1.3.0 - 2016/01/28 = * Feature - Update gallery scripts for support 'scrset' and 'sizes' for new WordPress v4.4 responsive images feature * Feature - Make Dynamic Gallery on frontend support the Responsive Image with 2 new attribute 'scrset' and 'sizes' are put on thumbnail and main image for decrease the total size of images are load on gallery for small screen * Feature - Change old Media Uploader pop-up to New UI of Uploader with Backbone and Underscore from WordPress * Feature - Added full support for Right to Left RTL layout on plugins admin dashboard * Feature - Update plugin activation and auto Upgrade script for integration with new Responsi Premium Pack plugin * Feature - Added Option to set Google Fonts API key to directly access latest fonts and font updates from Google * Feature - Added 'Manual Check for New Plugin version'. Find it in the Plugin Framework settings box. * Feature - Custom Template - Complete rebuild of Dynamic Gallery Thumbnail display * Feature - Custom Template - Add new ' Thumbnail Display' option. Choose display Thumbnails as Slider or as a Static Display (all thumbnails are visible under gallery) * Feature - Custom Template - Add new 'Thumbnail Columns' option. Use to set the number of Thumbnails visible in Slider Thumbnail Display or number columns used in Static Thumbnail Display * Feature - Custom Template - Add 2 new 'Thumbnail Border Colour' and 'Current Thumbnail Border Colour' options to set the thumbnail border colour * Feature - Custom Template - Added full support for responsive thumbnail sizing in all browsers * Feature - Custom Template - Full integration with WooCommerce Product Thumbnails. Use WooCommerce Product Thumbnail dimensions set on Use WooCommerce > Settings > Products > Display - Product Images * Feature - Custom Template - Thumbnails use Hard Crop or Scale set on the WooCommerce Product Images settings * 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 * Feature - Custom Template - Add new 'Gallery Container Height' setting with FIXED | DYNAMIC options * Feature - Custom Template - Dynamic Container height auto adjusts to the scaled height of each image * Feature - Custom Template - Add Border, Border Shadow, Border Margin and Border Padding options for customize Gallery Container * Feature - Custom Template - Add Border, Border Shadow, Border Margin and Border Padding, Vertical Separator options for customize Gallery Nav Bar Control Container * Feature - Custom Template - Add Background Transparency option for customize Gallery Caption Text Container * Feature - Custom Template - Show or Hide Read More button on Custom Popup * Feature - Custom Template - Add Read More settings panel from Product Data tab inside Dashboard * 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 style for better compatibility with minify feature of caching plugins * Tweak - Change call action from 'wp_head' to 'wp_enqueue_scripts' to load google fonts * Tweak - Updated a3 Plugin Framework to the latest version * Tweak - Defined 'frontend_register_scripts' function with all gallery scripts are registered here for easy to enqueue on frontend * Tweak - Move all upgrade function code to /includes/updates/ path * Tweak - Update the frontend process for get new gallery of product * Tweak - Remove Thumbnails Dimensions settings from plugin, use Thumbnails Dimensions from WooCommerce Settings * Tweak - Define 'a3_dgallery_arg' variable for parse value of option into Dynamic Gallery script * Tweak - Custom Template - Update Dynamic Gallery script and style to support Slider Thumbnail Display and Static Thumbnail Display * Tweak - Custom Template - Update Dynamic Gallery script and style to support for new Thumbnail columns and visible number features * Tweak - Update core style and script of plugin framework for support Background Color type * Tweak - Custom Template - Update Dynamic Gallery script and style for work on new features above and new layout of gallery * Tweak - Custom Template - Update Dynamic Gallery script for use srcset and sizes of 'large' size * Tweak - Updated required WordPress version to 4.1 for full compatibility with WooCommerce plugin * Tweak - Tested for full compatibility with WooCommerce version 2.5.1 * Tweak - Tested for full compatibility with WordPress version 4.4.1 * Fix - Change all 'ad-gallery' to 'a3-dgallery' and from 'ad-' to 'a3dg-' to prevent browser blocker addons from preventing the gallery from working. Note! any theme or plugin developer that have added style by custom code for a3 Dynamic Gallery that should update the class selector in their code = 1.2.7 - 2015/09/07 = * Tweak - Tested for full compatibility with WooCommerce Version 2.4.6 * 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. * 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 = 1.2.6 - 2015/08/19 = * Tweak - Tested for full compatibility with WooCommerce Version 2.4.4 * Tweak - Tested for full compatibility with WordPress major version 4.3.0 * 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 * Fix - Check 'request_filesystem_credentials' function, if it does not exists then require the core php lib file from WP where it is defined * Fix - Make __construct() function for 'WC_Quick_View_Ultimate' class instead of using a method with the same name as the class for compatibility on WP 4.3 and is deprecated on PHP4 * Fix - Make __construct() function for 'WC_Quick_View_Ultimate_Style' class instead of using a method with the same name as the class for compatibility on WP 4.3 and is deprecated on PHP4 * Fix - Added script for 'Minus' and 'Plus' buttons can work on 'Custom Template Pop-up' = 1.2.5 - 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.2.4 - 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.2.3 - 2015/05/02 = * 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.2.2 - 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 - Update style of plugin framework. Removed the [data-icon] selector to prevent conflict with other plugins that have font awesome icons * Fix - Undefined property: stdClass::$ID bug. Check if feature image is not set then don't include in gallery. * Fix - Compatibility text for current version of WordPress on the Core Update page. Feature stopped working with WordPress version 4.1 = 1.2.1 - 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.2.0 - 2015/02/13 = * Tweak - Maintenance update for full compatibility with WooCommerce major version release 2.3.0 with backward compatibility to WC 2.2.0 * Tweak - Tested fully compatible with WooCommerce just released version 2.3.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 * Fix - Show the new plugin version on the Core Update page. Feature stopped working with WordPress version 4.1 * Fix - Sass compile path not saving on windows xampp = 1.1.4 - 2014/12/19 = * Tweak - Tested 100% compatible with WooCommerce Version 2.2.10 * Tweak - Tested 100% compatible with WordPress Version 4.1 * Fix - Just called set_customer_session_cookie() on frontend, not backend. = 1.1.3 - 2014/12/18 = * Fix - Added 'set_customer_cookie' function to 'wp' action for auto create cart session to solve the problem Product can't add to cart page on 'Product Page Content' pop-up option = 1.1.2 - 2014/11/13 = * 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.1.1 - 2014/09/13 = * 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.1.0 - 2014/09/05 = * Feature - Converted all front end CSS #dynamic {stylesheets} to Sass #dynamic {stylesheets} for faster loading. * Feature - Convert all back end CSS to Sass. * Tweak - use wc_get_product() function instead of get_product() function when site is using WooCommerce Version 2.2 * Tweak - Updated google font face in plugin framework. * Tweak - Tested 100% compatible with WooCommerce Version 2.2 and backward to Version 2.1 * Tweak - Tested 100% compatible with WordPress Version 4.0 = 1.0.7.4 - 2014/06/19 = * Tweak - change wp_register_script( 'a3rev-chosen') to wp_register_script( 'a3rev-chosen-new') * Tweak - Convert Lifetime License to single site purchase with add sites at discount feature. * Tweak - Tested 100% compatible with WooCommerce version 2.1.11 * Fix - Checked the check_hide_price() function exists before calling it by addding method_exists( 'WC_Email_Inquiry_Functions', 'check_hide_price' ) * Fix - Checked the check_hide_add_cart_button() function exists before calling it by adding method_exists( 'WC_Email_Inquiry_Functions', 'check_hide_add_cart_button' ) = 1.0.7.3 - 2014/06/04 = * Feature - Added support for WooCommerce Add to Cart Quantity selector. * Feature - Added full Quantity Selector custom style, padding and margin settings. * Feature - Added Next and Previous product loading icon spinner and background colour. * Tweak - Updated chosen js script to latest version 1.0.1 on the a3rev Plugin Framework * Tweak - Tested fully compatible with WooCommerce Version 2.1.10 = 1.0.7.2 - 2014/05/29 = * 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' ) * Tweak - Added support for placeholder feature for input, email , password , text area types. * Fix - Custom Template Color Box pop-up tool loading fist image as thumbnail. Delayed Gallery script load by 2 seconds to fix. * Credit - Thanks to Richard Owen Pelican IT UK for the heads up on the Color Box issue and access to his site to find and fix it. = 1.0.7.1 - 2014/05/19 = * Feature - Added custom fixed max Height and fixed max width settings for pop-up tools. * Feature - Custom Template. Added option to show text from Short description or excerpt from Product description. * Feature - Custom Template. Set the number of product description characters to show if that option is selected. * Fix - Custom Template. If add to cart button is hidden by another plugin then button does not show. * Fix - Fancybox Pop-up scroll in iOS. = 1.0.7 - 2014/05/16 = * Feature - Added 3rd Pop-up Content Option Type - Custom Template. * Feature - Dynamic Product Image Gallery in Custom template. * Feature - View Next> and 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 - Upgraded array_textareas type for Padding, Margin settings on the a3rev plugin framework * Fix - $args->slug depreciated in WordPress 3.7, replace with $request = unserialize( $args['body']['request'] ); $request->slug * Fix - Google fonts preview changes conflict. = 1.0.4 - 2013/10/10 = * Feature - Admin panel intuitive app interface feature. Show slider to set corner radius when select Round, hide when select Square on Border Corner Style Switch. * Fix -Intuitive Radio Switch settings not saving. Input with disabled attribute could not parse when form is submitted, replace disabled with custom attribute: checkbox-disabled * Fix - App interface Radio switches not working properly on Android platform, replace removeProp() with removeAttr() function script = 1.0.3 - 2013/10/02 = * Features - New smoother admin panel app interface loading. Each menu page does not show until interface HTML, Scripts and Styles are fully loaded giving a vastly improved user experience. * Tweak - Add $free_version parameter to sync Pro and Lite Version new admin panel app interface. * Tweak - Added hook functions : _settings_start, _settings_end to Admin UI * Tweak - Created generate_border_css() in Admin Ui to generate Border Css on frontend instead of get option and parse to put into css * Tweak - Created generate_border_style_css() in Admin Ui to generate Border Style Css on frontend instead of get option and parse to put into css * Tweak - Created generate_border_corner_css() in Admin Ui to generate Border Corner Css on frontend instead of get option and parse to put into css * Tweak - Created generate_shadow_css() in Admin Ui to generate Box Shadow Css on frontend instead of get option and parse to put into css * Tweak - Created generate_font_css() in Admin Ui to generate Font CSS on frontend instead of get option and parse to put into css * Fix - PayPal as a security feature blocks POST request from checkout in iframe pop-up. Added feature that when /checkout URL is requested in pop-up it auto closes and redirects user to the sites checkout. = 1.0.2 - 2013/10/01 = * Features - Upgraded the plugin to the newly developed a3rev admin panel app interface. * 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 some settings. When selected corresponding feature settings appear. * Tweak - Added set pop up wide from 50% to 100% by increments of + or - 1% using new slider interface * Tweak - Moved admin from WooCommerce settings tab onto the WooCommerce menu. * 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.0.1 - 2013/09/03 = * Tweak - Tested for full compatibility with WordPress v3.6.0 * Fix - Updated some prefixes to a3rev_ for compatibility with the a3revFramework. = 1.0.0 - 2013/07/29 = * First working release