Ivory Search – WordPress Search Plugin - Version 4.4.6

Version Description

  • Fixed - AJAX search results some options not working.
Download this release

Release Info

Developer vinod dalvi
Plugin Icon 128x128 Ivory Search – WordPress Search Plugin
Version 4.4.6
Comparing to
See all releases

Code changes from version 4.4.5 to 4.4.6

add-search-to-menu.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Ivory Search
4
  * Plugin URI: https://ivorysearch.com
5
  * Description: The WordPress Search plugin that includes Search Form Customizer, WooCommerce Search, Image Search, Search Shortcode, AJAX Search & Live Search support!
6
- * Version: 4.4.5
7
  * Author: Ivory Search
8
  * Author URI: https://ivorysearch.com/
9
  * License: GPL2+
@@ -12,7 +12,7 @@
12
  * Text Domain: ivory-search
13
  *
14
  *
15
- * WC tested up to: 3.8
16
  *
17
  * Ivory Search is free software: you can redistribute it and/or modify
18
  * it under the terms of the GNU General Public License as published by
@@ -106,7 +106,7 @@ final class Ivory_Search {
106
  */
107
  private function define_constants() {
108
 
109
- define( 'IS_VERSION', '4.4.5' );
110
  define( 'IS_PLUGIN_FILE', __FILE__ );
111
  define( 'IS_PLUGIN_BASE', plugin_basename( IS_PLUGIN_FILE ) );
112
  define( 'IS_PLUGIN_DIR', plugin_dir_path( IS_PLUGIN_FILE ) );
3
  * Plugin Name: Ivory Search
4
  * Plugin URI: https://ivorysearch.com
5
  * Description: The WordPress Search plugin that includes Search Form Customizer, WooCommerce Search, Image Search, Search Shortcode, AJAX Search & Live Search support!
6
+ * Version: 4.4.6
7
  * Author: Ivory Search
8
  * Author URI: https://ivorysearch.com/
9
  * License: GPL2+
12
  * Text Domain: ivory-search
13
  *
14
  *
15
+ * WC tested up to: 3.9
16
  *
17
  * Ivory Search is free software: you can redistribute it and/or modify
18
  * it under the terms of the GNU General Public License as published by
106
  */
107
  private function define_constants() {
108
 
109
+ define( 'IS_VERSION', '4.4.6' );
110
  define( 'IS_PLUGIN_FILE', __FILE__ );
111
  define( 'IS_PLUGIN_BASE', plugin_basename( IS_PLUGIN_FILE ) );
112
  define( 'IS_PLUGIN_DIR', plugin_dir_path( IS_PLUGIN_FILE ) );
languages/default.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Ivory Search\n"
4
- "POT-Creation-Date: 2019-12-24 21:30+0530\n"
5
- "PO-Revision-Date: 2019-12-24 21:30+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Ivory Search <admin@ivorysearch.com>\n"
8
  "Language: en_US\n"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Ivory Search\n"
4
+ "POT-Creation-Date: 2019-12-25 20:14+0530\n"
5
+ "PO-Revision-Date: 2019-12-25 20:14+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Ivory Search <admin@ivorysearch.com>\n"
8
  "Language: en_US\n"
public/class-is-ajax.php CHANGED
@@ -65,17 +65,17 @@ class IS_Ajax {
65
  'show_author' => 0,
66
  'show_date' => 0,
67
  'nothing_found_text' => __( 'Nothing found', 'ivory-search' ),
68
- 'show_more_result' => 1,
69
  'more_result_text' => __( 'More results', 'ivory-search' ),
70
- 'show_price' => 1,
71
  'hide_price_out_of_stock' => 0,
72
  'show_sale_badge' => 0,
73
  'show_sku' => 0,
74
  'show_stock_status' => 0,
75
  'show_featured_icon' => 0,
76
- 'show_matching_categories' => 1,
77
  'show_matching_tags' => 0,
78
- 'show_details_box' => 1,
79
  );
80
 
81
  $field = wp_parse_args( $stored_field, $defaults );
65
  'show_author' => 0,
66
  'show_date' => 0,
67
  'nothing_found_text' => __( 'Nothing found', 'ivory-search' ),
68
+ 'show_more_result' => 0,
69
  'more_result_text' => __( 'More results', 'ivory-search' ),
70
+ 'show_price' => 0,
71
  'hide_price_out_of_stock' => 0,
72
  'show_sale_badge' => 0,
73
  'show_sku' => 0,
74
  'show_stock_status' => 0,
75
  'show_featured_icon' => 0,
76
+ 'show_matching_categories' => 0,
77
  'show_matching_tags' => 0,
78
+ 'show_details_box' => 0,
79
  );
80
 
81
  $field = wp_parse_args( $stored_field, $defaults );
public/js/ivory-search.js CHANGED
@@ -53,7 +53,7 @@
53
  } );
54
 
55
  $( window ).click( function( e ) {
56
- if ( 0 === e.button && ! $( e.target ).closest( '.is-ajax-search-result' ).length && ! $( e.target ).closest( '.is-ajax-search-details' ).length ) {
57
  if ( $( '.is-menu' ).hasClass( 'open' ) ) {
58
  $( '.is-menu form' ).animate(
59
  { width: '0' },
53
  } );
54
 
55
  $( window ).click( function( e ) {
56
+ if ( 0 === e.button && 0 === $( e.target ).closest( '.is-ajax-search-result' ).length && 0 === $( e.target ).closest( '.is-ajax-search-details' ).length ) {
57
  if ( $( '.is-menu' ).hasClass( 'open' ) ) {
58
  $( '.is-menu form' ).animate(
59
  { width: '0' },
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: search, woocommerce search, image search, ajax search, search shortcode, l
5
  Requires at least: 3.9
6
  Tested up to: 5.3
7
  Requires PHP: 5.2.4
8
- Stable tag: 4.4.5
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -192,6 +192,9 @@ Yes we do. We try our best to help free users with customisation requests and we
192
 
193
  == Changelog ==
194
 
 
 
 
195
  = 4.4.5 =
196
  * Improved - Made SVG icons Accessibility Ready.
197
  * Improved - Search dropdown should not close on clicking on AJAX search results.
5
  Requires at least: 3.9
6
  Tested up to: 5.3
7
  Requires PHP: 5.2.4
8
+ Stable tag: 4.4.6
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
192
 
193
  == Changelog ==
194
 
195
+ = 4.4.6 =
196
+ * Fixed - AJAX search results some options not working.
197
+
198
  = 4.4.5 =
199
  * Improved - Made SVG icons Accessibility Ready.
200
  * Improved - Search dropdown should not close on clicking on AJAX search results.