Skip to content

Releases: a3rev/woocommerce-products-predictive-search-lite

5.0.0

03 Oct 09:43
Compare
Choose a tag to compare

= 5.0.0 - 2019/10/03 =

  • This feature upgrade is a major re-write of the Search box dropdown user interface in mobile phones. As massive improvement in the user experience on mobiles.
  • Feature - When tap Done on virtual keyboard on phone the keyboard closes but the search results dropdown remains open. Tapping Done used to close the keyboard and the dropdown.
  • Feature - NEW - Close Icon show at top of the mobile search box dropdown. Tap to close dropdown results.
  • Feature - On Widget and Header template add new Close Icon (Mobile Only) options box.
  • Feature - Added Icon size, colour and margin settings for the close icon
  • Feature - Added support for RTL for the close icon
  • Tweak - Remove zoom out action when tap in search box to start typing on mobile

4.4.1

14 Aug 11:21
Compare
Choose a tag to compare

= 4.4.1 - 2019/08/14 =

  • This maintenance update is for a Tweak and a Fix for the 4.8.0 feature version released today
  • Tweak - Set 12 as default result items so that it load better for grid card on many columns
  • Fix - Update script for check if grid container is applied masonry before called masonry for change on navigation or endless scroll

4.4.0

14 Aug 05:41
Compare
Choose a tag to compare

= 4.4.0 - 2019/08/14 =

  • This feature upgrade adds support for Grid View of results on All Results Page.
  • Feature - Support Grid view option for Search Result Page. Apply for Products, SKU, Product Category and Product Tag only
  • Tweak - Test for compatibility with WooCommerce 3.7.0

4.3.0

03 Aug 05:16
Compare
Choose a tag to compare

= 4.3.0 - 2019/08/03 =

  • This Feature Upgrade adds full compatibility with Elementor Premium Template builder. Now Add Predictive Search by Widget to any Elementor template.
  • Feature - Add Predictive Search by widget to any area of an Elementor template
  • Tweak - Add Validation value for widget ON/OFF checkbox for compatibility with Elementor Template Builder

4.2.7

01 Aug 04:27
Compare
Choose a tag to compare

= 4.2.7 - 2019/08/01 =

  • This maintenance upgrade is to fix a style conflict with fontawesome icons
  • Fix - fontawesome icons not able to get correct style on frontend when the fontawesome script is loaded on the page by theme or another plugin.

4.2.5

26 Apr 10:06
Compare
Choose a tag to compare

= 4.2.5 - 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 - Custom style for search box svg icons when loaded by fontawesome script
  • Tweak - Update Sync feature to get Product Data from new custom lookup table released in WooCommerce v 3.6.0
  • Tweak - Update Search feature to query Product Out of Stock from new custom lookup table released in WooCommerce v 3.6.0
  • Tweak – Update get_woocommerce_term_meta to new WooCommerce 3.6.0 get_term_meta function
  • Tweak - Support for backward compatibility with WooCommerce v 3.5

4.2.4

02 Feb 06:42
Compare
Choose a tag to compare

= 4.2.4 - 2019/02/02 =

  • Developer update. This upgrade defines a new hook that allows developers to filter the search results that are shown to users, example filter by role. See docs for notes and example code
  • Developer - Define new hook tag wc_ps_items_excluded for filter on excluding Product, Post, Page, from search results, example filter results by role
  • Credit - Thanks to Mario for the suggestion

4.2.3

01 Feb 06:11
Compare
Choose a tag to compare

= 4.2.3 - 2019/02/01 =

  • This maintenance update is for compatibility with WordPress 5.1 and WooCommerce 3.5.4 it resolves an issue with product database sync with older versions of WC.
  • Tweak - Check is product before call is_in_stock when run products sync
  • Tweak - Test for compatibility with WordPress 5.1
  • Tweak - Test for compatibility with WooCommerce 3.5.4

4.2.2

18 Dec 04:37
Compare
Choose a tag to compare

= 4.2.2 - 2018/12/18 =

  • This maintenance update is for compatibility with WordPress 5.0.2, WooCommerce 3.5.2 and PHP 7.3. Also includes performance updates to the plugin framework.
  • Tweak - Editor sidebar global Predictive Search Keyword metabox 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.2
  • 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
  • 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

4.2.1

03 Aug 09:39
Compare
Choose a tag to compare

= 4.2.1 - 2018/08/03 =

  • This maintenance update focuses on reworking the Daily Auto sync feature to resolve sync failures reported by some users. Also a refactor of the exclude from predictive search function on settings page. Includes compatibility with WordPress 4.9.8 and WooCommerce 3.4.4
  • Tweak - Continue Auto Sync if it is stopped by plugin, theme or WordPress upgrade
  • Tweak - Remove Auto sync fail email notification PHP timeout trigger
  • Tweak - Do not empty full PS database when start run on main schedule Auto Sync. Empty on separate PS table when Auto Sync is running on each object
  • Tweak - Show static current status of object that auto sync is running when access to the Performance tab.
  • Tweak - Show confirm popup if admin click on Manual Sync button while Auto Sync is running in background
  • Tweak - Terminate Auto Sync if admin confirm run Manual Sync
  • Tweak - Add notice about need to keep page open when running a manual sync
  • Refactor - Settings > Exclude from Predictive Search. Find Products, Posts, Pages with via Search instead of get all items. Massive saving in resources when opening setting on big sites.
  • Tweak - Get list data for exclude feature from Predictive Search database instead of WordPress / WooCommerce databases
  • Tweak - Test for compatibility with WooCommerce 3.4.4
  • Tweak - Test for compatibility with WordPress 4.9.8
  • Framework - Convert old tooltip script to bootstrap tooltip
  • Framework - Update a3rev Plugin Framework to version 2.0.7