File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Plugin URI: http://nickhaskins.com/wpls
55Tags: search, live search
66Requires at least: 3.5.1
77Tested up to: 4.2.1
8- Stable tag: 0.2
8+ Stable tag: 0.3
99License: GPLv2 or later
1010License 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
Original file line number Diff line number Diff line change 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
2020}
2121
2222// Set some constants
23- define ('WP_SEARCH_VERSION ' , '0.2 ' );
23+ define ('WP_SEARCH_VERSION ' , '0.3 ' );
2424define ('WP_SEARCH_DIR ' , plugin_dir_path ( __FILE__ ));
2525define ('WP_SEARCH_URL ' , plugins_url ( '' , __FILE__ ));
2626
You can’t perform that action at this time.
0 commit comments