Customizer Search - Version 1.1.2

Version Description

  • Change the background color highlight in the searched results.
Download this release

Release Info

Developer patilvikasj
Plugin Icon 128x128 Customizer Search
Version 1.1.2
Comparing to
See all releases

Code changes from version 1.1.1 to 1.1.2

assets/css/customizer-search-admin.css CHANGED
@@ -128,5 +128,5 @@
128
  }
129
 
130
  #customize-controls .hl {
131
- background: #ffc600;
132
  }
128
  }
129
 
130
  #customize-controls .hl {
131
+ background: #ffcd1724;
132
  }
customizer-search.php CHANGED
@@ -7,12 +7,12 @@
7
  * Author URI: https://www.brainstormforce.com/
8
  * Text Domain: customizer-search
9
  * Domain Path: /languages
10
- * Version: 1.1.1
11
  *
12
  * @package Customizer_Search
13
  */
14
 
15
- define( 'BSFCS_VER', '1.1.1' );
16
  define( 'BSFCS_DIR', plugin_dir_path( __FILE__ ) );
17
  define( 'BSFCS_URL', plugins_url( '/', __FILE__ ) );
18
  define( 'BSFCS_PATH', plugin_basename( __FILE__ ) );
7
  * Author URI: https://www.brainstormforce.com/
8
  * Text Domain: customizer-search
9
  * Domain Path: /languages
10
+ * Version: 1.1.2
11
  *
12
  * @package Customizer_Search
13
  */
14
 
15
+ define( 'BSFCS_VER', '1.1.2' );
16
  define( 'BSFCS_DIR', plugin_dir_path( __FILE__ ) );
17
  define( 'BSFCS_URL', plugins_url( '/', __FILE__ ) );
18
  define( 'BSFCS_PATH', plugin_basename( __FILE__ ) );
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: brainstormforce, Nikschavan
3
  Donate link: https://www.paypal.me/BrainstormForce
4
  Tags: customizer, search
5
  Requires at least: 4.4
6
- Tested up to: 4.9.4
7
- Stable tag: 1.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -14,9 +14,9 @@ Search for settings in customizer.
14
 
15
  Using a theme powered by the WordPress Customizer? Then you will love this plugin. Save the time and frustration finding options. Simply search for the setting you're looking for and get there instantly.
16
 
17
- Works with all WordPress theme.
18
 
19
- https://www.youtube.com/watch?v=81LSHXHw058
20
 
21
  == Installation ==
22
 
@@ -26,6 +26,9 @@ https://www.youtube.com/watch?v=81LSHXHw058
26
 
27
  == Changelog ==
28
 
 
 
 
29
  = 1.1.1 =
30
  - Highlight the characters that are matched in the results.
31
  - Auto focus the search input when the search icon is clicked.
3
  Donate link: https://www.paypal.me/BrainstormForce
4
  Tags: customizer, search
5
  Requires at least: 4.4
6
+ Tested up to: 5.2.2
7
+ Stable tag: 1.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
14
 
15
  Using a theme powered by the WordPress Customizer? Then you will love this plugin. Save the time and frustration finding options. Simply search for the setting you're looking for and get there instantly.
16
 
17
+ Works with all WordPress themes.
18
 
19
+ https://www.youtube.com/watch?v=IBFfap_vGzg
20
 
21
  == Installation ==
22
 
26
 
27
  == Changelog ==
28
 
29
+ = 1.1.2 =
30
+ - Change the background color highlight in the searched results.
31
+
32
  = 1.1.1 =
33
  - Highlight the characters that are matched in the results.
34
  - Auto focus the search input when the search icon is clicked.