Skip to content

Commit

Permalink
Version bump v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikschavan committed Mar 5, 2018
1 parent 687d806 commit 4c2301a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Tags:** customizer, search
**Requires at least:** 4.4
**Tested up to:** 4.9.4
**Stable tag:** 1.1.1
**Stable tag:** 1.1.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -14,7 +14,7 @@ Search for settings in customizer.

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.

Works with all WordPress theme.
Works with all WordPress themes.

https://www.youtube.com/watch?v=81LSHXHw058

Expand All @@ -26,6 +26,9 @@ https://www.youtube.com/watch?v=81LSHXHw058

## Changelog ##

### 1.1.2 ###
- Change the background color highlight in the searched results.

### 1.1.1 ###
- Highlight the characters that are matched in the results.
- Auto focus the search input when the search icon is clicked.
Expand Down
4 changes: 2 additions & 2 deletions customizer-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
* Author URI: https://www.brainstormforce.com/
* Text Domain: customizer-search
* Domain Path: /languages
* Version: 1.1.1
* Version: 1.1.2
*
* @package Customizer_Search
*/

define( 'BSFCS_VER', '1.1.1' );
define( 'BSFCS_VER', '1.1.2' );
define( 'BSFCS_DIR', plugin_dir_path( __FILE__ ) );
define( 'BSFCS_URL', plugins_url( '/', __FILE__ ) );
define( 'BSFCS_PATH', plugin_basename( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "customizer-search",
"version": "1.1.1",
"version": "1.1.2",
"main": "Gruntfile.js",
"author": "Nikhil Chavan",
"scripts": {
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/BrainstormForce
Tags: customizer, search
Requires at least: 4.4
Tested up to: 4.9.4
Stable tag: 1.1.1
Stable tag: 1.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -14,7 +14,7 @@ Search for settings in customizer.

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.

Works with all WordPress theme.
Works with all WordPress themes.

https://www.youtube.com/watch?v=81LSHXHw058

Expand All @@ -26,6 +26,9 @@ https://www.youtube.com/watch?v=81LSHXHw058

== Changelog ==

= 1.1.2 =
- Change the background color highlight in the searched results.

= 1.1.1 =
- Highlight the characters that are matched in the results.
- Auto focus the search input when the search icon is clicked.
Expand Down

0 comments on commit 4c2301a

Please sign in to comment.