Skip to content
readme.txt 3.65 KiB
Newer Older
John James Jacoby's avatar
John James Jacoby committed
=== WP Chosen ===
John James Jacoby's avatar
John James Jacoby committed
Contributors: johnjamesjacoby, stuttter
Tags: jquery, select, chosen
John James Jacoby's avatar
John James Jacoby committed
Requires at least: 4.6
John James Jacoby's avatar
John James Jacoby committed
Tested up to: 4.7
John James Jacoby's avatar
John James Jacoby committed
Stable tag: 1.1.0
John James Jacoby's avatar
John James Jacoby committed
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
John James Jacoby's avatar
John James Jacoby committed

John James Jacoby's avatar
John James Jacoby committed
Make long, unwieldy select boxes much more user-friendly.
John James Jacoby's avatar
John James Jacoby committed

== Description ==

John James Jacoby's avatar
John James Jacoby committed
WP Chosen implements the [Chosen jQuery Plugin](http://harvesthq.github.com/chosen/) for WordPress.
John James Jacoby's avatar
John James Jacoby committed

John James Jacoby's avatar
John James Jacoby committed
[Chosen](http://harvesthq.github.com/chosen/) makes long, unwieldy select boxes much more user-friendly.

John James Jacoby's avatar
John James Jacoby committed
= Also checkout =

* [WP Event Calendar](https://wordpress.org/plugins/wp-event-calendar/ "The best way to manage events in WordPress.")
* [WP Term Meta](https://wordpress.org/plugins/wp-term-meta/ "Metadata, for taxonomy terms.")
* [WP Term Order](https://wordpress.org/plugins/wp-term-order/ "Sort taxonomy terms, your way.")
* [WP Term Authors](https://wordpress.org/plugins/wp-term-authors/ "Authors for categories, tags, and other taxonomy terms.")
* [WP Term Colors](https://wordpress.org/plugins/wp-term-colors/ "Pretty colors for categories, tags, and other taxonomy terms.")
* [WP Term Icons](https://wordpress.org/plugins/wp-term-icons/ "Pretty icons for categories, tags, and other taxonomy terms.")
* [WP Term Visibility](https://wordpress.org/plugins/wp-term-visibility/ "Visibilities for categories, tags, and other taxonomy terms.")
* [WP User Activity](https://wordpress.org/plugins/wp-user-activity/ "The best way to log activity in WordPress.")
* [WP User Avatars](https://wordpress.org/plugins/wp-user-avatars/ "Allow users to upload avatars or choose them from your media library.")
* [WP User Groups](https://wordpress.org/plugins/wp-user-groups/ "Group users together with taxonomies & terms.")
* [WP User Profiles](https://wordpress.org/plugins/wp-user-profiles/ "A sophisticated way to edit users in WordPress.")

John James Jacoby's avatar
John James Jacoby committed
== Screenshots ==

1. Filters
John James Jacoby's avatar
John James Jacoby committed
2. Time Zones
John James Jacoby's avatar
John James Jacoby committed

== Installation ==

John James Jacoby's avatar
John James Jacoby committed
* Download and install using the built in WordPress plugin installer.
* Activate in the "Plugins" area of your admin by clicking the "Activate" link.
* No further setup or configuration is necessary.

== Frequently Asked Questions ==

John James Jacoby's avatar
John James Jacoby committed
= What elements does this target? =
John James Jacoby's avatar
John James Jacoby committed

`
$( '.wrap .actions:not(.bulkactions) select' ).chosen();
$( '.wrap .form-table select' ).chosen();
$( '#posts-filter .filter-items select' ).chosen();
John James Jacoby's avatar
John James Jacoby committed
$( '.media-toolbar select' ).chosen();
$( '#customize-theme-controls select' ).chosen();
John James Jacoby's avatar
John James Jacoby committed
`

= Where can I get support? =

The WordPress support forums: https://wordpress.org/support/plugin/wp-chosen/

= Where can I find documentation? =

http://github.com/stuttter/wp-chosen/
John James Jacoby's avatar
John James Jacoby committed

== Changelog ==

John James Jacoby's avatar
John James Jacoby committed
= 1.1.0 - 2016/09/10 =
* Remove "Open Sans" font styling rules for WordPress 4.6 support

= 1.0.0 - 2016/09/08 =
John James Jacoby's avatar
John James Jacoby committed
* First pass outline styling support for improved accessibility

John James Jacoby's avatar
John James Jacoby committed
= 0.7.0 - 2016/04/20 =
John James Jacoby's avatar
John James Jacoby committed
* Target `form-wrap` select elements, for taxonomies and such

John James Jacoby's avatar
John James Jacoby committed
= 0.6.0 - 2016/04/06 =
John James Jacoby's avatar
John James Jacoby committed
* Provide filter to override Chosen enqueue handle

John James Jacoby's avatar
John James Jacoby committed
= 0.5.0 - 2016/04/06 =
John James Jacoby's avatar
John James Jacoby committed
* Improved compatibility with third party plugins and themes

John James Jacoby's avatar
John James Jacoby committed
= 0.4.0 - 2016/02/23 =
* Fix options-reading.php front page incompatibility

John James Jacoby's avatar
John James Jacoby committed
= 0.3.2 - 2016/02/23 =
* Override retina sprite support

John James Jacoby's avatar
John James Jacoby committed
= 0.3.1 - 2016/02/23 =
John James Jacoby's avatar
John James Jacoby committed
* Simplify dependency tree

John James Jacoby's avatar
John James Jacoby committed
= 0.3.0 - 2016/02/23 =
* Bump Chosen to 1.5.1
* Rename enqueue ID to 'jquery-chosen'

John James Jacoby's avatar
John James Jacoby committed
= 0.2.1 - 2016/02/05 =
* Only search when there are more than 10 items

John James Jacoby's avatar
John James Jacoby committed
= 0.2.0 - 2016/01/04 =
John James Jacoby's avatar
John James Jacoby committed
* Add multiple support

John James Jacoby's avatar
John James Jacoby committed
= 0.1.4 - 2015/11/15 =
* Add customizer support

John James Jacoby's avatar
John James Jacoby committed
= 0.1.3 - 2015/10/28 =
John James Jacoby's avatar
John James Jacoby committed
* Version JS
* Add support for media

John James Jacoby's avatar
John James Jacoby committed
= 0.1.2 - 2015/10/22 =
John James Jacoby's avatar
John James Jacoby committed
* Update styling
* Target media library

John James Jacoby's avatar
John James Jacoby committed
= 0.1.1 - 2015/10/06 =
John James Jacoby's avatar
John James Jacoby committed
* Fix drop-down search input styling

John James Jacoby's avatar
John James Jacoby committed
= 0.1.0 - 2015/10/01 =
John James Jacoby's avatar
John James Jacoby committed
* Initial release