Skip to content

Commit

Permalink
0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearded Avenger committed Jun 16, 2015
1 parent ae20b4a commit e14e755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Yes just use `define('WPLS_DISABLE_STYLE', true)` and the CSS file will not load
== Changelog ==

= 0.6 =
* added support to search custom post types
* added custom post type support

= 0.5 =
* added an option to specify a target div for the search results to be sent to
Expand Down
4 changes: 2 additions & 2 deletions wp-live-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: WP Live Search
* Plugin URI: http://nickhaskins.com
* Description: A super light-weight live search plugin that utilizes the WP REST API
* Version: 0.5
* Version: 0.6
* GitHub Plugin URI: https://github.com/bearded-avenger/wp-live-search
*/

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

// Set some constants
define('WP_LIVE_SEARCH_VERSION', '0.5');
define('WP_LIVE_SEARCH_VERSION', '0.6');
define('WP_LIVE_SEARCH_DIR', plugin_dir_path( __FILE__ ));
define('WP_LIVE_SEARCH_URL', plugins_url( '', __FILE__ ));

Expand Down

0 comments on commit e14e755

Please sign in to comment.