Skip to content

Commit

Permalink
go 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearded Avenger committed Jun 11, 2015
1 parent 9ef91c2 commit e9aefe4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: nphaskins
Tags: comments, spam
Requires at least: 3.5.1
Tested up to: 3.6
Stable tag: 0.0.1
Stable tag: 0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -22,6 +22,11 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html

== Changelog ==

= 0.2 =
* added some styles
* added a loading indicator
* added option to set entries text
* misc fixes



4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ WordPress search plugin that uses the REST API. This doesn't require pressing en
WP REST API Plugin

## Roadmap
- styles
- options
- featured image
- content text
- template function
4 changes: 2 additions & 2 deletions wp-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: WP Search
* Plugin URI: http://nickhaskins.com
* Description: Real-time client-side search using WP REST API and Backbone
* Version: 0.1
* Version: 0.2
* 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.0.1');
define('WP_SEARCH_VERSION', '0.2');
define('WP_SEARCH_DIR', plugin_dir_path( __FILE__ ));
define('WP_SEARCH_URL', plugins_url( '', __FILE__ ));

Expand Down

0 comments on commit e9aefe4

Please sign in to comment.