Advanced Woo Search - Version 1.31

Version Description

  • Add WooCommerce version check
Download this release

Release Info

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

Code changes from version 1.30 to 1.31

Files changed (3) hide show
  1. advanced-woo-search.php +4 -2
  2. assets/css/common.css +5 -0
  3. readme.txt +4 -1
advanced-woo-search.php CHANGED
@@ -3,10 +3,12 @@
3
  /*
4
  Plugin Name: Advanced Woo Search
5
  Description: Advance ajax WooCommerce product search.
6
- Version: 1.30
7
  Author: ILLID
8
  Author URI: https://advanced-woo-search.com/
9
  Text Domain: aws
 
 
10
  */
11
 
12
 
@@ -14,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) {
14
  exit;
15
  }
16
 
17
- define( 'AWS_VERSION', '1.30' );
18
 
19
 
20
  define( 'AWS_DIR', dirname( __FILE__ ) );
3
  /*
4
  Plugin Name: Advanced Woo Search
5
  Description: Advance ajax WooCommerce product search.
6
+ Version: 1.31
7
  Author: ILLID
8
  Author URI: https://advanced-woo-search.com/
9
  Text Domain: aws
10
+ WC requires at least: 3.0.0
11
+ WC tested up to: 3.2.2
12
  */
13
 
14
 
16
  exit;
17
  }
18
 
19
+ define( 'AWS_VERSION', '1.31' );
20
 
21
 
22
  define( 'AWS_DIR', dirname( __FILE__ ) );
assets/css/common.css CHANGED
@@ -153,6 +153,11 @@
153
  opacity: 1;
154
  }
155
 
 
 
 
 
 
156
  .aws-search-result .aws_result_cats {
157
  display: block;
158
  float: left;
153
  opacity: 1;
154
  }
155
 
156
+ .aws-search-result .aws_result_price del {
157
+ opacity: 0.8;
158
+ text-decoration: line-through !important;
159
+ }
160
+
161
  .aws-search-result .aws_result_cats {
162
  display: block;
163
  float: left;
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: 4.9
7
- Stable tag: 1.30
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -75,6 +75,9 @@ Yep. This plugin is always compatible with the latest version of Woocommerce?
75
 
76
  == Changelog ==
77
 
 
 
 
78
  = 1.30 =
79
  * Add qTranslate plugin support
80
 
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: 4.9
7
+ Stable tag: 1.31
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
75
 
76
  == Changelog ==
77
 
78
+ = 1.31 =
79
+ * Add WooCommerce version check
80
+
81
  = 1.30 =
82
  * Add qTranslate plugin support
83