=== WP HTML5 Category Selector ===
Contributors: Rogem002
Tags: html5,categories,filter,post,category
Stable tag: trunk
Requires at least: 3.5
Tested up to: 4.3
License: GPLv2
Donate link: https://www.paypal.me/MikeRogers0
Adds a filter input field to the category box on the add/edit post page.
== Description ==
The WP HTML5 Category Selector Plugin adds a filter input field to the category box on the add/edit post page. Useful for bloggers who have lots of categories.
If you have any questions or feedback, I'm @MikeRogers0 on twitter. You can contribute via GitHub.
Requirements
- PHP5 or better
- JavaScript enabled in the users browser
== Installation ==
1. Upload the `wp-html5-category-selector` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= How do I filter the categories? =
Just type in the field labeled "filter". As you type it will filter.
= How do I get all my categories back? =
Clear the field labeled "filter".
== Screenshots ==
1. This is what the filtering field looks like
== Changelog ==
= 1.3.0 =
* Switched over to a CSS query based filtering solution, this should make things more efficient.
= 1.2.0 =
* Made filter box a search type, so removed the filter button.
* Removed twitter link on plugins page.
= 1.1.0 =
* Custom post type support
* Improved performance
* Updated descriptions
* Improved internationalisation
= 1.0.0 =
* Inital Release
== Upgrade Notice ==
= 1.3.0 =
Filtering is now much more efficient, it shouldn't lock up your browser if you have 5,000 categories.
= 1.1.0 =
Better performance & updated the link to my twitter account.
= 1.0.1 =
Should be a little faster to load.