*** WooCommerce Product Sort and Display Changelog *** = 2.5.1 - 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 = 2.5.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.4.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.3.0 - 2023/011/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.2.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.2.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 = 2.1.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.0.14 - 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 = 2.0.13 - 2021/07/29 = * This maintenance release fixes an issue with Product Sort by most recent not working. * Fixed - Product Sort by most recent. Set DESC for order by most recent = 2.0.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 = 2.0.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) * Tweak - Skip small version 2.0.10 incase PHP see it as 2.0.1 = 2.0.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 = 2.0.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 = 2.0.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 = 2.0.6 - 2020/12/18 = * This maintenance release has fixes for compatibility issues with the latest version of jQuery in WordPress 5.6 * Fix - Replace .load( handler ) by .on( load, handler ) for compatibility with latest version of jQuery = 2.0.5 - 2020/12/10 = * Tweak - Test for compatibility with WooCommerce 4.8.0 = 2.0.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.0.3 - 2020/09/08 = * This maintenance release adds compatibility for those customers using the GeneratePress theme, a fix for a conflict with customers using the jQuery Helper plugin and compatibility with latest versions of WordPress 5.5.1 and WooCommerce 4.4.1 * Tweak - Update for compatibility with WooCommerce module from GP Premium addon for GeneratePress theme * Tweak - Test for compatibility with WordPress 5.5.1 * Tweak - Test for compatibility with WooCommerce 4.4.1 * Fix - Update plugin framework script, remove jQuery.browser is deprecated to resolve conflict with jQuery Migrate Helper plugin = 2.0.2 - 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 * Fix - Call order_by_onsale_post_clauses function from correct class = 2.0.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 = 2.0.0 - 2020/02/10 = * This major feature release completes the full refactor of the plugins PHP to Composer, adds Product Sort Capability to shop page, child cats on a parent cat page plus compatibility with WooCommerce 3.9.1 and WordPress 5.3.2 * Feature - Plugin Framework fully refactored to Composer for cleaner code and faster PHP code on the admin panels * Feature - Define new ‘Parent Category Products Endless Scroll’ settings box for control to Endless scroll of Top Products of Parent Category * Feature - Add Product Sort capability on Shop page with WooCommerce Sort dropdown * Feature - Apply Hide product categories and Category Order on Shop page to the Category placeholder cards when display type 'Show categories' or Categories and Products is set. * Feature - Apply Product Sort capabilities for all child categories on its parent category page * Feature - Add Margin settings above and below for Endless Scroll Button or Linked text * Feature - Rework Product > Categories menu. Replace Shop Page text with cart icon, add tooltip and replace Switch UI with checkbox * Tweak - Auto clear the Sort & Display Categories cache when the display order of categories on shop page is changed * Tweak - Change UI from Switch to checkbox on Add/Edit category page * Tweak - Change option boxes titles on Category Add/Edit pages and admin panels settings for greater clarity * Tweak - Update most of the option boxes help text for greater clarity * 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.9.1 * Fix - Conflict with a3 Lazy Load. Check for lazy load exclusions on product category and tag pages. * Fix - Product Sort for compatibility with WooCommerce 3.9.x = 1.9.0 - 2019/11/14 = * This feature release has a lot including compatibility with WooCommerce 3.8.0, WordPress 5.3.0, 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 * Dev - Replace file_get_contents with HTTP API wp_remote_get * Dev - Ensure that all inputs are sanitized and all outputs are escaped. * Fix - Update style for endless scroll page loading spinner show center. = 1.8.7 - 2019/10/29 = * This maintenance update fixes and edge case bug with the shop page display, plus compatibility with WooCommerce 3.7.1 and WordPress 5.2.4 * Tweak - Test for compatibility with WooCommerce 3.7.1 * Tweak - Test for compatibility with WordPress 5.2.4 * Fix - Check don't add end div for container on shop page that can make shop page break if have sidebar on right = 1.8.6 - 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.5 - 2019/05/01 = * Maintenance update. Please run this now to resolve a PHP Fatal Error when updating products. * Fix - Update $this to self to resolve Fatal Error when updating a product. = 1.8.4 - 2019/04/26 = * This maintenance update is 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 - Add filter to post_clauses for sort type On Sale with connect to new lookup table database of WC 3.6.0 * Tweak - Update get_woocommerce_term_meta to get_term_meta to work with WooCommerce 3.6.0 * Tweak - Update update_woocommerce_term_meta to update_term_meta to work with WooCommerce 3.6.0 * Tweak - Maintain backward compatibility to WooCommerce version 3.5.0 = 1.8.3 - 2018/12/26 = * 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.2 - 2018/05/30 = * This maintenance Update has 1 bug fix, 1 tweak and compatibility with WooCommerce version 3.4.1 * Tweak - Set correct url to Product Catalog tab from plugin settings * Tweak - Test for compatibility with WooCommerce version 3.4.1 * Fix - Compatibility issue with Responsi WooCommerce Template plugin = 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 - Update WooCommerce Display Settings URL the new WooCommerce Customizer menu URL * Tweak – Change h1 tag for category names to h2 tags from theme. Using h1 tags not good for SEO * 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 * Fix - Update frontend so that shop and category pages can show properly on WC 3.3.0 = 1.7.9 - 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.7.8 - 2017/08/15 = * Tweak - Tested for compatibility with WordPress 4.8.1 * Tweak - Tested for compatibility with WooCommerce 3.1.1 * Fix - Change field name from ID to id so that the Product Categories ON | OFf button can show on the Product categories table * Credit - Thanks to Eitan Shavit for reporting the bug = 1.7.7 - 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 - Include bootstrap modal script into plugin framework * Tweak - Update a3rev plugin framework to latest version = 1.7.6 - 2017/04/22 = * 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 - Called action for save data of plugin after WC data is saved on new WC 3.0 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 - Update query for get products are featured from term instead of product meta on new WC v3.0 * Tweak - Update query to get outofstock products from term instead of product meta on new WC v3.0 * Tweak - Get outofstock from term instead of product meta on new WC v3.0 * Tweak - Update query to get products that are exclude from catalog from term instead of product meta on new WC v3.0 * Fix - Calculate correct total number products show on frontend if have product that is outofstock or excluded from catalog = 1.7.5 - 2017/03/07 = * Tweak - Update endless scroll to work on Product category pages where theme devs use div element instead of the default WooCommerce ul li tags in custom template * 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.3 * Tweak - Tested for full compatibility with WooCommerce version 2.6.14 * Credit - Thanks to Bruce Watson for access to his bespoke theme to see endless scroll issue with custom template = 1.7.4 - 2016/11/29 = * Tweak - Update order by for Featured and On Sale sort options. Sort by Featured or On Sale first, then display balance in date published order instead of Alphabetically * Tweak - Tested for full compatibility with WooCommerce version 2.6.8 * Credit - Thanks to Eitan Shavit for the balance sort by date published instead of Alphabetically suggestion = 1.7.3 - 2016/11/09 = * Tweak - Change old action name from 'a3rev_head' to 'responsi_head' for compatibility with Responsi Framework * Tweak - Change old function name to checked from 'add_responsi_pagination_theme' to 'responsi_add_pagination_links' for compatibility with Responsi Framework * Tweak - Update script for compatibility with Responsi Framework = 1.7.2 - 2016/11/08 = * Fix - Update plugin style for product card display properly in mobile = 1.7.1 - 2016/10/28 = * 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 - Update text domain for full support of translation with new name for translate file is 'woocommerce-product-sort-and-display.po' * Tweak - Tested for full compatibility with WordPress version 4.6.1 * Tweak - Tested for full compatibility with WooCommerce version 2.6.7 * Fix - Headers already sent warning. Delete trailing spaces at bottom of php file = 1.7.0 - 2016/08/22 = * Feature - Add new option to set ON | OFF for Category display on shop page. * Tweak - Added ON | OFF Shop Page switch to the Product > Category page Table * Tweak - Tested for full compatibility with WooCommerce version 2.6.4 * Tweak - Tested for full compatibility with WordPress version 4.6.0 * Credit - Thanks to Jason McNeil for the Categories on Shop Page display option = 1.6.0 - 2016/07/18 = * 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 = 1.5.6 - 2016/07/01 = * Tweak - Tested for full compatibility with WooCommerce version 2.6.3 * Tweak - Tested for full compatibility with WordPress version 4.5.3 * Fix - Global Category Reset apply for all categories with use 'term' instead of 'woocommerce_term' on WC 2.6 * Credit - Thanks to Theodore Simpson for reporting the Global category reset bug and access to his site to find and fix = 1.5.5 - 2016/06/20 = * 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 WordPress version 4.5.2 = 1.5.4 - 2016/04/09 = * Dev - Define 'generate_transient_name' function for generate transient name support many parameters * Tweak - Change transient name to new transient name support many parameters so that on WordPress 4.4 have change on limited characters for transient name from 45 characters to 172 characters * Tweak - Parse many parameters to transient name for create the cached have exactly data than before * Fix - Update DB Query Cached option for work compatibility with Product Filter widget * Fix - Keep current parameters on See More link to show correct products of parent category like what parameters parse * Credit - Thanks to bobu for notifying about the WooCommerce Price Filter conflict and access to the site to see the bug and create a fix = 1.5.3 - 2016/04/05 = * Tweak - Register fontawesome in plugin framework with style name is 'font-awesome-styles' * Tweak - Update plugin framework to latest version * Tweak - Apply style and script for new term.php page on WordPress 4.5 * Tweak - Tested for full compatibility with WordPress major version 4.5 * Fix - call session_start() before html is printed on screen to fix PHP warning = 1.5.2 - 2016/03/12 = * Tweak - Tested for full compatibility with WooCommerce Version 2.5.5 * Fix - Added div html tag to Product Category Meta to show separate settings options on each Product Category edit page. Was being hidden by other plugins that make meta on the category edit page example Yoast SEO * Credit - Thanks again to Mattias art-scope.org for notifying us about the bug and access to his site to find and fix = 1.5.1 - 2016/03/11 = * 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 - Define new 'strip_methods' argument for Uploader type, allow strip http/https or no * Tweak - Tested for full compatibility with WooCommerce version 2.5.0 * Tweak - Tested for full compatibility with WordPress version 4.4.2 * Fix - Update 'loop_shop_per_page' filter so that the number of products displayed on Product category pages is changed by 3rd party plugin instead filtering the number set from WordPress Settings > Reading number of posts to show on archive pages * Credit - Thanks to Mattias art-scope.org for notifying us about the category page filter issue and access to his site to find and fix = 1.5.0 - 2016/01/22 = * Feature - Define new 'Background Colour' type on plugin framework with ON | OFF switch to disable background or enable it * Feature - Define new function - hextorgb() - for convert hex colour to rgb colour 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 Colour type * Tweak - Update plugin framework to latest version * Tweak - Updated required WordPress version to 4.1 for full compatibility with WooCommerce plugin * Tweak - Change check upgrade function from hook tag 'plugins_loaded' to 'init' to use the core function of WooCommerce * Tweak - Update sort by Featured and On Sale, if have 2 or more products are Featured or On Sale then continue sort by price Low to High * Fixed - Sync PSAD featured key when product is set as featured product via Featured icon on Product List * Fixed - Hide ordering dropdown on Shop Page when StoreFront theme is used, for full compatibility with StoreFront theme = 1.4.1 - 2015/12/19 = * Tweak - Tested for full compatibility with WordPress major version 4.4 * Tweak - Tested for full compatibility with WooCommerce version 2.4.12 * 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 * Tweak - Updated a3 Plugin Framework to the latest version = 1.4.0 - 2015/09/16 = * Feature - Added 'Manual Check for New Plugin version'. Find it in the Plugin Framework settings box. * Feature - Support all sort options of WooCommerce Settings for show products on Shop Page * Feature - Support all sort options of WooCommerce Settings for show products on Category Page * Feature - Support all sort options of WooCommerce Settings for show products on Tag Page * Feature - Hook into 'woocommerce_default_catalog_orderby_options' filter tag for add 'Sort by On Sale' and 'Sort by Featured' options into Default Product Sort setting of WooCommerce * Feature - Still show 'Sort by On Sale' and 'Sort by Featured' from sort dropdown on Shop Page and Category Page when the disabled Sort & Display for Shop Page or Category Page from Plugin Settings * Tweak - Change the default sort from 'Recent' to new WooCommerce version 2.4.0 'Custom ordering + Name' with backward compatibility * Tweak - Update the transient name with addition 'orderby' and 'order' with make transient name for list products cached * Tweak - Tested for full compatibility with WordPress Version 4.3.1 * Fix - Endless Scroll show duplicated on Category or Tag page when have same term name from another taxonomy in WordPress 4.3 * Credit - Thanks to Christoph Scheck for advising about the change to WC default sort https://a3rev.com/forums/topic/menu-order/ = 1.3.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.3.6 - 2015/08/20 = * 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 - 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.4 * Tweak - Tested for full compatibility with WordPress major version 4.3.0 * Fix - Make __construct() function for 'WC_PSAD' 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 - 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 = 1.3.5 - 2015/07/31 = * Fix - Added Category Global Reset settings which was unintentionally left out in Version 1.3 Mobile First upgrade = 1.3.4 - 2015/07/29 = * Feature - Auto clear transients each 24 hours * Tweak - Tested for full compatibility with WooCommerce version 2.3.13 * Tweak - Tested for full compatibility with WordPress version 4.2.3 * Fix - Updated orderby = meta_value_num to meta_value_num date to ensure when Featured or On Sale sort is used that other products in the category show in resent order after the Feature or On Sale products. * Fix - Transient cache name length bug causing the first cached page to reload on endless scroll on some sites. Make transient name with unique string and have length less than 45 characters * Credit - to Martin Bailey http://www.martinbaileyphotography.com/ for advising us of the issue and his help with access to find and fix the issue = 1.3.3 - 2015/07/21 = * Tweak - Defined new trigger for when items are loaded by endless scroll = 1.3.2 - 2015/07/07 = * Tweak - Add DB queries cached for WordPress roles for compatibility with sites that have pre-set product views based on user roles * Tweak - Shortened cached names when appended with role name it does not exceed the 45 characters for cached name. See reference here http://codex.wordpress.org/Function_Reference/set_transient = 1.3.1 - 2015/07/04 = * Tweak - Hook 'dont_show_categories_on_shop' into 'woocommerce_product_subcategories_args' tag for not show subcategories on Shop page * Tweak - Hook 'dont_show_product_on_shop' into 'woocommerce_before_shop_loop' with priority 41 for not show products on Shop page * Fix - Shop page showing Products above categories when Sort and Display is activated = 1.3.0 - 2015/07/03 = * Feature - Major performance upgrade with optimized database queries and in plugin caching * Feature - Add new DB Query Cache settings box with option to switch caching ON | OFF and manual clear cache * Feature - Add caching for shop page product categories and products queries * Feature - Add caching for Product categories pages, Product Categories and products queries * Feature - Add caching for Product tags pages product queries * Tweak - Hook to filter 'woocommerce_product_subcategories_args' tag to remove duplicate the queries to database * Tweak - Check and just called queries from Shop page, Product categories pages and Product tags pages in Responsi Framework = 1.2.2 - 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.1 - 2015/06/17 = * Tweak - Check if a3_admin_ui_script_params is defined to save status of settings box * Tweak - Added call 'admin_localize_printed_scripts' on setting panel page to avoid conflicts with other plugins built on a3 Plugin framework = 1.2.0 - 2015/06/16 = * 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 - New interface has allowed us to do away with the 5 sub menus on the admin panel * 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 - View More Count Meta Tab - Added Count Meta / View All Products Vertical alignment settings for Parent Cats with Both display set. * 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. * Tweak - Updated a lot of admin panel Description and Help text * Tweak - Tested for full compatibility with WooCommerce Version 2.3.11 * 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.1.9 - 2015/06/04 = * Tweak - Tested for full compatibility with WooCommerce Version 2.3.10 * 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 = 1.1.8 - 2015/05/30 = * Tweak - Tested for full compatibility with WordPress Version 4.2.2 * Tweak - Tested and Tweaked for full compatibility with WooCommerce Version 2.3.9 * Tweak - Changed Permission 777 to 755 for style folder inside the uploads folder * Tweak - Chmod 644 for dynamic style and .less files from uploads folder * Fix - Update url of dynamic stylesheet in uploads folder to the format //domain.com/ so it's always is correct when loaded as http or https * Fix - Sass compile path not saving on windows xampp = 1.1.7 - 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.1.6 - 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 - Compatibility text for current version of WordPress on the Core Update page. Feature stopped working with WordPress version 4.1 = 1.1.5 - 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.1.4 - 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 = 1.1.3 - 2014/12/23 = * Tweak - Added support for product card image lazy load when a3 Lazy Load plugin https://wordpress.org/plugins/a3-lazy-load/ is installed. * Tweak - Updated plugin to be 100% compatible with WooCommerce Version 2.2.10 * Tweak - Tested 100% compatible with WordPress Version 4.1 * Fix - Infinite scroll bug on URLs that end with -# = 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/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.1.0 - 2014/09/04 = * 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 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 - Updated google font face in plugin framework. = 1.0.6.1 - 2014/07/18 = * Feature - Added Empty Parent Categories feature ON | OFF on Product Category pages that are independent of Global settings. * Feature - Added Parent / Child Title Breadcrumb feature ON | OFF on Product Category pages that are independent of Global settings. * Feature - Added Product Count feature ON | OFF on Product Category pages that are independent of Global settings. * Tweak - Added clearer description and UI with - Title One Level Up Display - and help text on settings to Product Category create and edit pages. * Tweak - One Level Up Display settings stay visible when Activate Sort and Display is OFF on Product Category create and edit pages. * Credit - Thanks to Denise Underwood for here constructive feedback and suggestions in developing these new features in Version 1.0.6 and 1.0.6.1. = 1.0.6 - 2014/07/16 = * Feature - Added turn Sort and Display feature ON | OFF on Product Category pages that are independent of the Global Setting. * Feature - Choose to use Sort and Display or WooCommerce Display on any category or Sub category page. * Tweak - Added ON | OFF switch and help text to all create category and edit category pages. * Tweak - Updated Product Categories ON | OFF switch help text on Settings tab to explain new feature. * Tweak - Tested 100% compatible with WooCommerce version 2.1.12 = 1.0.5 - 2014/06/26 = * Feature - When Parent Category has no products on Shop page, set to show products from the Parents Child Cats. * Feature - Added Empty Parent Categories feature ON | OFF switch for Shop Page and Product Category Pages. * Feature - Parent / Child title breadcrumb. Added option to switch ON | OFF. Switch OFF to only show Child Cat name. * Tweak - Updated admin pages help text links to WooCommerce admin panel which have changed in recent updates. * Tweak - Updated chosen js script to latest version 1.1.0 on the a3rev Plugin Framework * Tweak - Tested 100% compatible with WooCommerce version 2.1.11 * Fix - Pagination link breaking. Added str_replace( 'page/'.$page , '', pagination_link ); to trip page/[number] = 1.0.4.2 - 2014/05/28 = * Tweak - Added remove_all_filters('mce_external_plugins'); before call to wp_editor to remove extension scripts from other plugins. * Tweak - Updated Framework help text font for consistency. * 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 * Tweak - Tested 100% compatible with WooCommerce Version 2.1.9 * Tweak - Tested 100% compatible with WordPress Version 3.9.1 = 1.0.4.1 - 2014/04/14 = * Tweak - Tested and updated for full WordPress version 3.9 compatibility. * Tweak - Updated Masonry script to work with WP 3.9 with backward compatibility to WP v 3.7 = 1.0.4 - 2014/01/27 = * Feature - Upgraded for 100% compatibility with WooCommerce Version 2.1 with backward compatibility to Version 2.0 * Feature - Added all required code so plugin can work with WooCommerce Version 2.1 refactored code. * Tweak - All switch text to show as Uppercase. * Tweak - Tested for compatibility with WordPress version 3.8.1 * Tweak - Full WP_DEBUG ran, all uncaught exceptions, errors, warnings, notices and php strict standard notices fixed. = 1.0.3 - 2013/12/20 = * 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 switches 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 - 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 - Upgraded array_textareas type for Padding, Margin settings on the a3rev plugin framework = 1.0.2 - 2013/11/27 = * Feature - Upgraded the plugin to the newly developed a3rev admin Framework with app style interface. * Feature - Admin panel Conditional logic and intuitive triggers. When setting is ON corresponding settings appear, OFF and they don’t show. * Tweak - Moved admin from WooCommerce settings tab onto the WooCommerce menu items under the menu name Sort and Display. * Tweak - Sort & Display menus item tabs, Settings | Endless Scroll | View All & Count * Tweak - Endless Scroll tab has 3 sub menu items, Shop Page Scroll | Category Page Scroll | Parent Cat & Tag Page Scroll * Tweak - View All & Count has 2 sub menu items, View All Products | Count Meta * Tweak - New admin UI features check boxes replaced by switches, some dropdowns replaced by sliders. * Tweak - Replaced colour picker with new WordPress 3.6.0 colour picker. * Tweak - Added choice of 350 Google fonts to the existing 17 websafe fonts in all new single row font editor. * Tweak - New Border / Button shadow features. Create shadow INNER, set wide of shadow. * Tweak - New border display type, Grove, Ridge, Inset, Outset * Tweak - New on page instant previews for Fonts editor, create border and shadow style. * Tweak - Tested 100% compatible with WordPress 3.7.1 * Tweak - Tested 100% compatible with WooCommerce 2.0.20 * Fix - Fix - $args->slug depreciated in WordPress 3.7, replace with $request = unserialize( $args['body']['request'] ); $request->slug * 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. * Fix - Full WP_DEBUG and all uncaught exceptions, errors, notifications and warnings fixed. = 1.0.1 - 2013/09/03 = * Fixes : * Replaced get_pagenum_link() function with add_query_arg() function. Endless scroll not loading pages on sites with SSL redirects from https to http on shop and archive pages. * Updated some prefixes to a3rev_ for compatibility with the a3revFramework. * Tweak : * Tested for full compatibility with WordPress v3.6.0 = 1.0.0 - 2013/07/23 = * First working release