diff --git a/readme.txt b/readme.txt index bd15ce1..3574666 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: johnjamesjacoby, stuttter Tags: jquery, select, chosen Requires at least: 4.6 Tested up to: 4.7 -Stable tag: 1.0.0 +Stable tag: 1.1.0 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J Make long, unwieldy select boxes much more user-friendly. @@ -61,50 +61,53 @@ http://github.com/stuttter/wp-chosen/ == Changelog == -= 1.0.0 = += 1.1.0 - 2016/09/10 = +* Remove "Open Sans" font styling rules for WordPress 4.6 support + += 1.0.0 - 2016/09/08 = * First pass outline styling support for improved accessibility -= 0.7.0 = += 0.7.0 - 2016/04/20 = * Target `form-wrap` select elements, for taxonomies and such -= 0.6.0 = += 0.6.0 - 2016/04/06 = * Provide filter to override Chosen enqueue handle -= 0.5.0 = += 0.5.0 - 2016/04/06 = * Improved compatibility with third party plugins and themes -= 0.4.0 = += 0.4.0 - 2016/02/23 = * Fix options-reading.php front page incompatibility -= 0.3.2 = += 0.3.2 - 2016/02/23 = * Override retina sprite support -= 0.3.1 = += 0.3.1 - 2016/02/23 = * Simplify dependency tree -= 0.3.0 = += 0.3.0 - 2016/02/23 = * Bump Chosen to 1.5.1 * Rename enqueue ID to 'jquery-chosen' -= 0.2.1 = += 0.2.1 - 2016/02/05 = * Only search when there are more than 10 items -= 0.2.0 = += 0.2.0 - 2016/01/04 = * Add multiple support -= 0.1.4 = += 0.1.4 - 2015/11/15 = * Add customizer support -= 0.1.3 = += 0.1.3 - 2015/10/28 = * Version JS * Add support for media -= 0.1.2 = += 0.1.2 - 2015/10/22 = * Update styling * Target media library -= 0.1.1 = += 0.1.1 - 2015/10/06 = * Fix drop-down search input styling -= 0.1.0 = += 0.1.0 - 2015/10/01 = * Initial release diff --git a/wp-chosen.php b/wp-chosen.php index bc15773..691f857 100644 --- a/wp-chosen.php +++ b/wp-chosen.php @@ -5,7 +5,7 @@ * Plugin URI: http://wordpress.org/plugins/wp-chosen/ * Author: John James Jacoby * Author URI: http://jjj.me - * Version: 1.0.0 + * Version: 1.1.0 * Description: Makes long, unwieldy select boxes much more user-friendly. * License: GPLv2 or later */ @@ -45,5 +45,5 @@ function wp_chosen_get_plugin_url() { * @return int */ function wp_chosen_get_asset_version() { - return 201609080001; + return 201609110001; } diff --git a/wp-chosen/assets/css/wp-chosen.css b/wp-chosen/assets/css/wp-chosen.css index c2e928b..256409c 100644 --- a/wp-chosen/assets/css/wp-chosen.css +++ b/wp-chosen/assets/css/wp-chosen.css @@ -18,7 +18,6 @@ .chosen-container { font-size: 14px; - font-family: "Open Sans", sans-serif; } .chosen-container-single .chosen-single div b { @@ -123,15 +122,10 @@ border: 1px solid #ddd; border-radius: 0; font-size: 13px; - font-family: "Open Sans"; line-height: normal; box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); } -.chosen-container-multi .chosen-choices li.search-field input[type=text] { - font-family: "Open Sans"; -} - .chosen-container .chosen-results { color: #444; position: relative;