Advanced Woo Search - Version 2.57

Version Description

( 2022-06-27 ) = * Update - Integration for BeTheme * Update - Tested with WC 6.6

Download this release

Release Info

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

Code changes from version 2.56 to 2.57

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.56
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: 6.5.0
12
  */
13
 
14
 
@@ -96,7 +96,7 @@ final class AWS_Main {
96
  */
97
  private function define_constants() {
98
 
99
- $this->define( 'AWS_VERSION', '2.56' );
100
 
101
  $this->define( 'AWS_DIR', plugin_dir_path( AWS_FILE ) );
102
  $this->define( 'AWS_URL', plugin_dir_url( AWS_FILE ) );
3
  /*
4
  Plugin Name: Advanced Woo Search
5
  Description: Advance ajax WooCommerce product search.
6
+ Version: 2.57
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: 6.6.0
12
  */
13
 
14
 
96
  */
97
  private function define_constants() {
98
 
99
+ $this->define( 'AWS_VERSION', '2.57' );
100
 
101
  $this->define( 'AWS_DIR', plugin_dir_path( AWS_FILE ) );
102
  $this->define( 'AWS_URL', plugin_dir_url( AWS_FILE ) );
includes/class-aws-integrations.php CHANGED
@@ -1422,6 +1422,11 @@ if ( ! class_exists( 'AWS_Integrations' ) ) :
1422
  #Header_wrapper #searchform {
1423
  opacity: 0;
1424
  }
 
 
 
 
 
1425
  </style>
1426
  <?php }
1427
 
@@ -1739,7 +1744,7 @@ if ( ! class_exists( 'AWS_Integrations' ) ) :
1739
  }
1740
 
1741
  if ( 'Betheme' === $this->current_theme ) {
1742
- $selectors[] = '#Header_wrapper #searchform';
1743
  }
1744
 
1745
  if ( 'Gecko' === $this->current_theme ) {
1422
  #Header_wrapper #searchform {
1423
  opacity: 0;
1424
  }
1425
+ #Side_slide .aws-container .aws-search-field,
1426
+ #Side_slide .aws-container .aws-search-field:focus {
1427
+ background-color: #191919 !important;
1428
+ border-color: rgba(255,255,255,.05);
1429
+ }
1430
  </style>
1431
  <?php }
1432
 
1744
  }
1745
 
1746
  if ( 'Betheme' === $this->current_theme ) {
1747
+ $selectors[] = '#Header_wrapper #searchform, #side-form';
1748
  }
1749
 
1750
  if ( 'Gecko' === $this->current_theme ) {
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: 6.0
7
- Stable tag: 2.56
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -167,6 +167,11 @@ Yep. This plugin is always compatible with the latest version of Woocommerce?
167
 
168
  == Changelog ==
169
 
 
 
 
 
 
170
  = 2.56 ( 2022-06-13 ) =
171
  * Fix - Bug with search form shortcodes error when id value is not specified
172
 
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: 6.0
7
+ Stable tag: 2.57
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
167
 
168
  == Changelog ==
169
 
170
+
171
+ = 2.57 ( 2022-06-27 ) =
172
+ * Update - Integration for BeTheme
173
+ * Update - Tested with WC 6.6
174
+
175
  = 2.56 ( 2022-06-13 ) =
176
  * Fix - Bug with search form shortcodes error when id value is not specified
177