Ivory Search – WordPress Search Plugin - Version 3.4

Version Description

  • Resolved "PHP Notice: Undefined index: add_search_to_menu_style"

=

Download this release

Release Info

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

Code changes from version 3.3 to 3.4

add-search-to-menu.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Add Search To Menu
4
  * Plugin URI: http://freewptp.com/plugins/add-search-to-menu/
5
  * Description: The plugin displays search form in the navigation bar which can be configured from the admin area.
6
- * Version: 3.3
7
  * Author: Vinod Dalvi
8
  * Author URI: http://freewptp.com
9
  * License: GPL2+
3
  * Plugin Name: Add Search To Menu
4
  * Plugin URI: http://freewptp.com/plugins/add-search-to-menu/
5
  * Description: The plugin displays search form in the navigation bar which can be configured from the admin area.
6
+ * Version: 3.4
7
  * Author: Vinod Dalvi
8
  * Author URI: http://freewptp.com
9
  * License: GPL2+
public/class-astm-public.php CHANGED
@@ -69,7 +69,7 @@ if ( ! class_exists( 'ASTM_Public' ) ) {
69
  $title = isset( $this->opt['add_search_to_menu_title'] ) ? $this->opt['add_search_to_menu_title'] : '';
70
  $items .= '<li class="' . esc_attr( $search_class ) . '">';
71
 
72
- if ( $this->opt['add_search_to_menu_style'] != 'default' ){
73
 
74
  $items .= '<a title="' . esc_attr( $title ) . '" href="#">';
75
 
69
  $title = isset( $this->opt['add_search_to_menu_title'] ) ? $this->opt['add_search_to_menu_title'] : '';
70
  $items .= '<li class="' . esc_attr( $search_class ) . '">';
71
 
72
+ if ( isset( $this->opt['add_search_to_menu_style'] ) && $this->opt['add_search_to_menu_style'] != 'default' ) {
73
 
74
  $items .= '<a title="' . esc_attr( $title ) . '" href="#">';
75
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Add Search To Menu ===
2
  Contributors: vinod dalvi, freewptp
3
  Donate link: http://freewptp.com/contact/
4
- Tags: menu, search menu, plugin, search box to navigation bar, search to navigation menu, navigation bar search menu, search form to navigation bar
5
  Requires at least: 3.0
6
- Tested up to: 4.8
7
- Stable tag: 3.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -70,6 +70,9 @@ Please make sure you have configured the plugin settings from Settings -> Add Se
70
  = 3.3 =
71
  * Enhanced Mobile Display option to work with caching.
72
 
 
 
 
73
  == Upgrade Notice ==
74
 
75
  = 1.0 =
1
  === Add Search To Menu ===
2
  Contributors: vinod dalvi, freewptp
3
  Donate link: http://freewptp.com/contact/
4
+ Tags: search, search menu, plugin, search box to navigation bar, search to navigation menu, navigation bar search menu, search form to navigation bar
5
  Requires at least: 3.0
6
+ Tested up to: 4.9
7
+ Stable tag: 3.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
70
  = 3.3 =
71
  * Enhanced Mobile Display option to work with caching.
72
 
73
+ = 3.4 =
74
+ * Resolved "PHP Notice: Undefined index: add_search_to_menu_style"
75
+
76
  == Upgrade Notice ==
77
 
78
  = 1.0 =