Skip to content

Commit 615bf73

Browse files
author
Bearded Avenger
committed
0.3
1 parent b91c4a2 commit 615bf73

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Plugin URI: http://nickhaskins.com/wpls
55
Tags: search, live search
66
Requires at least: 3.5.1
77
Tested up to: 4.2.1
8-
Stable tag: 0.2
8+
Stable tag: 0.3
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -53,6 +53,10 @@ It's a shortcode. Add [wp_search] to a page. Working on template functions for t
5353

5454
== Changelog ==
5555

56+
= 0.3 =
57+
* featured image support
58+
* renamed to WP Live Search
59+
5660
= 0.2 =
5761
* added some styles
5862
* added a loading indicator

wp-live-search.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
* @link http://example.com
88
* @copyright 2015 Your Name or Company Name
99
*
10-
* Plugin Name: WP Search
10+
* Plugin Name: WP Live Search
1111
* Plugin URI: http://nickhaskins.com
12-
* Description: Real-time client-side search using WP REST API and Backbone
13-
* Version: 0.2
12+
* Description: A super light-weight live search plugin that utilizes the WP REST API
13+
* Version: 0.3
1414
* GitHub Plugin URI: https://github.com/bearded-avenger/wp-live-search
1515
*/
1616

@@ -20,7 +20,7 @@
2020
}
2121

2222
// Set some constants
23-
define('WP_SEARCH_VERSION', '0.2');
23+
define('WP_SEARCH_VERSION', '0.3');
2424
define('WP_SEARCH_DIR', plugin_dir_path( __FILE__ ));
2525
define('WP_SEARCH_URL', plugins_url( '', __FILE__ ));
2626

0 commit comments

Comments
 (0)