Advanced Woo Search - Version 2.09

Version Description

( 2020-08-23 ) = * Update - Support for latest WooCommerce version * Update - AJAX request fix

Download this release

Release Info

Developer Mihail Barinov
Plugin Icon 128x128 Advanced Woo Search
Version 2.09
Comparing to
See all releases

Code changes from version 2.08 to 2.09

Files changed (3) hide show
  1. advanced-woo-search.php +3 -3
  2. assets/js/common.js +2 -2
  3. readme.txt +6 -2
advanced-woo-search.php CHANGED
@@ -3,12 +3,12 @@
3
  /*
4
  Plugin Name: Advanced Woo Search
5
  Description: Advance ajax WooCommerce product search.
6
- Version: 2.08
7
  Author: ILLID
8
  Author URI: https://advanced-woo-search.com/
9
  Text Domain: advanced-woo-search
10
  WC requires at least: 3.0.0
11
- WC tested up to: 4.3.0
12
  */
13
 
14
 
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) {
16
  exit;
17
  }
18
 
19
- define( 'AWS_VERSION', '2.08' );
20
 
21
 
22
  define( 'AWS_DIR', dirname( __FILE__ ) );
3
  /*
4
  Plugin Name: Advanced Woo Search
5
  Description: Advance ajax WooCommerce product search.
6
+ Version: 2.09
7
  Author: ILLID
8
  Author URI: https://advanced-woo-search.com/
9
  Text Domain: advanced-woo-search
10
  WC requires at least: 3.0.0
11
+ WC tested up to: 4.4.0
12
  */
13
 
14
 
16
  exit;
17
  }
18
 
19
+ define( 'AWS_VERSION', '2.09' );
20
 
21
 
22
  define( 'AWS_DIR', dirname( __FILE__ ) );
assets/js/common.js CHANGED
@@ -114,8 +114,8 @@ AwsHooks.filters = AwsHooks.filters || {};
114
  var data = {
115
  action: 'aws_action',
116
  keyword : searchFor,
117
- page: d.pageId,
118
- tax: d.tax,
119
  lang: d.lang,
120
  pageurl: window.location.href,
121
  typedata: 'json'
114
  var data = {
115
  action: 'aws_action',
116
  keyword : searchFor,
117
+ aws_page: d.pageId,
118
+ aws_tax: d.tax,
119
  lang: d.lang,
120
  pageurl: window.location.href,
121
  typedata: 'json'
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: widget, plugin, woocommerce, search, product search, woocommerce search, ajax search, live search, custom search, ajax, shortcode, better search, relevance search, relevant search, search by sku, search plugin, shop, store, wordpress search, wp ajax search, wp search, wp search plugin, sidebar, ecommerce, merketing, products, category search, instant-search, search highlight, woocommerce advanced search, woocommerce live search, WooCommerce Plugin, woocommerce product search
5
  Requires at least: 4.0
6
  Tested up to: 5.5
7
- Stable tag: 2.08
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -111,7 +111,11 @@ Yep. This plugin is always compatible with the latest version of Woocommerce?
111
 
112
  == Changelog ==
113
 
114
- = 2.08 =
 
 
 
 
115
  * Update - Strip some new special characters form search query
116
 
117
  = 2.07 =
4
  Tags: widget, plugin, woocommerce, search, product search, woocommerce search, ajax search, live search, custom search, ajax, shortcode, better search, relevance search, relevant search, search by sku, search plugin, shop, store, wordpress search, wp ajax search, wp search, wp search plugin, sidebar, ecommerce, merketing, products, category search, instant-search, search highlight, woocommerce advanced search, woocommerce live search, WooCommerce Plugin, woocommerce product search
5
  Requires at least: 4.0
6
  Tested up to: 5.5
7
+ Stable tag: 2.09
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
111
 
112
  == Changelog ==
113
 
114
+ = 2.09 ( 2020-08-23 ) =
115
+ * Update - Support for latest WooCommerce version
116
+ * Update - AJAX request fix
117
+
118
+ = 2.08 ( 2020-08-17 ) =
119
  * Update - Strip some new special characters form search query
120
 
121
  = 2.07 =