From 615bf734a8e15eeefe4a3dfa896128d631635cdc Mon Sep 17 00:00:00 2001 From: Bearded Avenger Date: Thu, 11 Jun 2015 15:36:00 -0500 Subject: [PATCH] 0.3 --- README.txt | 6 +++++- wp-live-search.php | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index 967927a..7ca3f2a 100755 --- a/README.txt +++ b/README.txt @@ -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 @@ -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 diff --git a/wp-live-search.php b/wp-live-search.php index 06aea02..eeaca82 100755 --- a/wp-live-search.php +++ b/wp-live-search.php @@ -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 */ @@ -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__ ));