diff --git a/README.txt b/README.txt index 99d5ee1..7ddbd1b 100755 --- a/README.txt +++ b/README.txt @@ -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 @@ -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 diff --git a/readme.md b/readme.md index d354411..d0fda12 100644 --- a/readme.md +++ b/readme.md @@ -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 \ No newline at end of file diff --git a/wp-search.php b/wp-search.php index 2421637..c71ecf6 100755 --- a/wp-search.php +++ b/wp-search.php @@ -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 */ @@ -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__ ));