Skip to content

Commit

Permalink
0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearded Avenger committed Jun 11, 2015
1 parent b91c4a2 commit 615bf73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Plugin URI: http://nickhaskins.com/wpls
Tags: search, live search
Requires at least: 3.5.1
Tested up to: 4.2.1
Stable tag: 0.2
Stable tag: 0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 0.3 =
* featured image support
* renamed to WP Live Search

= 0.2 =
* added some styles
* added a loading indicator
Expand Down
8 changes: 4 additions & 4 deletions wp-live-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
* @link http://example.com
* @copyright 2015 Your Name or Company Name
*
* Plugin Name: WP Search
* Plugin Name: WP Live Search
* Plugin URI: http://nickhaskins.com
* Description: Real-time client-side search using WP REST API and Backbone
* Version: 0.2
* Description: A super light-weight live search plugin that utilizes the WP REST API
* Version: 0.3
* GitHub Plugin URI: https://github.com/bearded-avenger/wp-live-search
*/

Expand All @@ -20,7 +20,7 @@
}

// Set some constants
define('WP_SEARCH_VERSION', '0.2');
define('WP_SEARCH_VERSION', '0.3');
define('WP_SEARCH_DIR', plugin_dir_path( __FILE__ ));
define('WP_SEARCH_URL', plugins_url( '', __FILE__ ));

Expand Down

0 comments on commit 615bf73

Please sign in to comment.