Advanced Woo Search - Version 2.60

Version Description

( 2022-08-08 ) = * Update - Css for media styles * Update - Admin dashboard notices style * Update - Admin page text

Download this release

Release Info

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

Code changes from version 2.59 to 2.60

advanced-woo-search.php CHANGED
@@ -3,7 +3,7 @@
3
  /*
4
  Plugin Name: Advanced Woo Search
5
  Description: Advance ajax WooCommerce product search.
6
- Version: 2.59
7
  Author: ILLID
8
  Author URI: https://advanced-woo-search.com/
9
  Text Domain: advanced-woo-search
@@ -96,7 +96,7 @@ final class AWS_Main {
96
  */
97
  private function define_constants() {
98
 
99
- $this->define( 'AWS_VERSION', '2.59' );
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.60
7
  Author: ILLID
8
  Author URI: https://advanced-woo-search.com/
9
  Text Domain: advanced-woo-search
96
  */
97
  private function define_constants() {
98
 
99
+ $this->define( 'AWS_VERSION', '2.60' );
100
 
101
  $this->define( 'AWS_DIR', plugin_dir_path( AWS_FILE ) );
102
  $this->define( 'AWS_URL', plugin_dir_url( AWS_FILE ) );
assets/css/common.css CHANGED
@@ -113,7 +113,7 @@
113
  }
114
 
115
  /* Mobile zoom disable */
116
- @media screen and (-webkit-min-device-pixel-ratio:0) and (max-device-width:1024px) {
117
  .aws-container .aws-search-field {
118
  font-size: 16px;
119
  }
113
  }
114
 
115
  /* Mobile zoom disable */
116
+ @media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:1024px) {
117
  .aws-container .aws-search-field {
118
  font-size: 16px;
119
  }
assets/img/logo.jpeg ADDED
Binary file
assets/img/pro/feature13.png ADDED
Binary file
includes/admin/class-aws-admin-notices.php CHANGED
@@ -124,7 +124,10 @@ if ( ! class_exists( 'AWS_Admin_Notices' ) ) :
124
 
125
  $html = '';
126
 
127
- $html .= '<div class="aws-integration-notice notice notice-success" style="position:relative;">';
 
 
 
128
  $html .= '<div class="aws-integration-notice--content">';
129
  $html .= '<h2>Advanced Woo Search: ' . __( 'Integrations for your plugins', 'advanced-woo-search' ) . '</h2>';
130
  $html .= '<p>' . $notice_top_message. '</p>';
124
 
125
  $html = '';
126
 
127
+ $html .= '<div class="aws-integration-notice notice notice-success" style="position:relative;display:flex;">';
128
+ $html .= '<div style="margin: 20px 20px 0 0;" class="aws-integration-notice--logo">';
129
+ $html .= '<img style="max-width:70px;border-radius:3px;" src="' . AWS_URL . 'assets/img/logo.jpeg' . '">';
130
+ $html .= '</div>';
131
  $html .= '<div class="aws-integration-notice--content">';
132
  $html .= '<h2>Advanced Woo Search: ' . __( 'Integrations for your plugins', 'advanced-woo-search' ) . '</h2>';
133
  $html .= '<p>' . $notice_top_message. '</p>';
includes/admin/class-aws-admin-page-premium.php CHANGED
@@ -227,7 +227,7 @@ if ( ! class_exists( 'AWS_Admin_Page_Premium' ) ) :
227
  echo '</h4>';
228
  echo '<p class="desc">';
229
  echo sprintf( esc_html__( "All fields that were created with the help of %sAdvanced Custom Fields%s plugin are available for search. Also use a special build-in filters to display any ACF field value right inside the search results list.", 'advanced-woo-search' ), '<b>', '</b>' );
230
- echo '<br><a href="https://advanced-woo-search.com/guide/acf-support/?utm_source=plugin&utm_medium=premium-tab&utm_campaign=aws-pro-plugin" target="_blank">' . __( 'Learn more', 'advanced-woo-search' ) . '</a>';
231
  echo '</p>';
232
  echo '</div>';
233
  echo '<div class="column">';
@@ -237,6 +237,24 @@ if ( ! class_exists( 'AWS_Admin_Page_Premium' ) ) :
237
  echo '</div>';
238
  echo '</div>';
239
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  echo '<div class="features-item">';
241
  echo '<div class="column">';
242
  echo '<h4 class="title">';
227
  echo '</h4>';
228
  echo '<p class="desc">';
229
  echo sprintf( esc_html__( "All fields that were created with the help of %sAdvanced Custom Fields%s plugin are available for search. Also use a special build-in filters to display any ACF field value right inside the search results list.", 'advanced-woo-search' ), '<b>', '</b>' );
230
+ echo '<br><a href="https://advanced-woo-search.com/features/acf-plugin-support/?utm_source=plugin&utm_medium=premium-tab&utm_campaign=aws-pro-plugin" target="_blank">' . __( 'Learn more', 'advanced-woo-search' ) . '</a>';
231
  echo '</p>';
232
  echo '</div>';
233
  echo '<div class="column">';
237
  echo '</div>';
238
  echo '</div>';
239
 
240
+ echo '<div class="features-item">';
241
+ echo '<div class="column">';
242
+ echo '<h4 class="title">';
243
+ echo __( 'WCFM / Dokan Plugins Support', 'advanced-woo-search' );
244
+ echo '</h4>';
245
+ echo '<p class="desc">';
246
+ echo sprintf( esc_html__( "Build-in integration with %sWCFM Multivendor Marketplace%s and %sDokan WooCommerce Multivendor Marketplace%s plugins. Show vendor information for each product, search for vendors, use plugin search form inside vendors stores, filter search results based on specific vendor shop parameters.", 'advanced-woo-search' ), '<b>', '</b>', '<b>', '</b>' );
247
+ echo '<br><a href="https://advanced-woo-search.com/features/wcfm-plugin-support/?utm_source=plugin&utm_medium=premium-tab&utm_campaign=aws-pro-plugin" target="_blank">' . __( 'Learn more', 'advanced-woo-search' ) . ' (WCFM)</a>';
248
+ echo '<br><a href="https://advanced-woo-search.com/features/dokan-plugin-support/?utm_source=plugin&utm_medium=premium-tab&utm_campaign=aws-pro-plugin" target="_blank">' . __( 'Learn more', 'advanced-woo-search' ) . ' (Dokan)</a>';
249
+ echo '</p>';
250
+ echo '</div>';
251
+ echo '<div class="column">';
252
+ echo '<div class="img">';
253
+ echo '<img alt="" src="' . AWS_URL . 'assets/img/pro/feature13.png' . '" />';
254
+ echo '</div>';
255
+ echo '</div>';
256
+ echo '</div>';
257
+
258
  echo '<div class="features-item">';
259
  echo '<div class="column">';
260
  echo '<h4 class="title">';
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.59
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -168,6 +168,11 @@ Yep. This plugin is always compatible with the latest version of Woocommerce?
168
 
169
  == Changelog ==
170
 
 
 
 
 
 
171
  = 2.59 ( 2022-07-25 ) =
172
  * Add - Support for Vandana theme
173
  * Update - Tested with WC 6.7
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.60
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
168
 
169
  == Changelog ==
170
 
171
+ = 2.60 ( 2022-08-08 ) =
172
+ * Update - Css for media styles
173
+ * Update - Admin dashboard notices style
174
+ * Update - Admin page text
175
+
176
  = 2.59 ( 2022-07-25 ) =
177
  * Add - Support for Vandana theme
178
  * Update - Tested with WC 6.7