File tree 3 files changed +21
-24
lines changed
3 files changed +21
-24
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Contributors: johnjamesjacoby, stuttter
3
3
Tags: jquery, select, chosen
4
4
Requires at least: 4.6
5
5
Tested up to: 4.7
6
- Stable tag: 1.0 .0
6
+ Stable tag: 1.1 .0
7
7
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
8
8
9
9
Make long, unwieldy select boxes much more user-friendly.
@@ -61,50 +61,53 @@ http://github.com/stuttter/wp-chosen/
61
61
62
62
== Changelog ==
63
63
64
- = 1.0.0 =
64
+ = 1.1.0 - 2016/09/10 =
65
+ * Remove "Open Sans" font styling rules for WordPress 4.6 support
66
+
67
+ = 1.0.0 - 2016/09/08 =
65
68
* First pass outline styling support for improved accessibility
66
69
67
- = 0.7.0 =
70
+ = 0.7.0 - 2016/04/20 =
68
71
* Target `form-wrap` select elements, for taxonomies and such
69
72
70
- = 0.6.0 =
73
+ = 0.6.0 - 2016/04/06 =
71
74
* Provide filter to override Chosen enqueue handle
72
75
73
- = 0.5.0 =
76
+ = 0.5.0 - 2016/04/06 =
74
77
* Improved compatibility with third party plugins and themes
75
78
76
- = 0.4.0 =
79
+ = 0.4.0 - 2016/02/23 =
77
80
* Fix options-reading.php front page incompatibility
78
81
79
- = 0.3.2 =
82
+ = 0.3.2 - 2016/02/23 =
80
83
* Override retina sprite support
81
84
82
- = 0.3.1 =
85
+ = 0.3.1 - 2016/02/23 =
83
86
* Simplify dependency tree
84
87
85
- = 0.3.0 =
88
+ = 0.3.0 - 2016/02/23 =
86
89
* Bump Chosen to 1.5.1
87
90
* Rename enqueue ID to 'jquery-chosen'
88
91
89
- = 0.2.1 =
92
+ = 0.2.1 - 2016/02/05 =
90
93
* Only search when there are more than 10 items
91
94
92
- = 0.2.0 =
95
+ = 0.2.0 - 2016/01/04 =
93
96
* Add multiple support
94
97
95
- = 0.1.4 =
98
+ = 0.1.4 - 2015/11/15 =
96
99
* Add customizer support
97
100
98
- = 0.1.3 =
101
+ = 0.1.3 - 2015/10/28 =
99
102
* Version JS
100
103
* Add support for media
101
104
102
- = 0.1.2 =
105
+ = 0.1.2 - 2015/10/22 =
103
106
* Update styling
104
107
* Target media library
105
108
106
- = 0.1.1 =
109
+ = 0.1.1 - 2015/10/06 =
107
110
* Fix drop-down search input styling
108
111
109
- = 0.1.0 =
112
+ = 0.1.0 - 2015/10/01 =
110
113
* Initial release
Original file line number Diff line number Diff line change 5
5
* Plugin URI: http://wordpress.org/plugins/wp-chosen/
6
6
* Author: John James Jacoby
7
7
* Author URI: http://jjj.me
8
- * Version: 1.0 .0
8
+ * Version: 1.1 .0
9
9
* Description: Makes long, unwieldy select boxes much more user-friendly.
10
10
* License: GPLv2 or later
11
11
*/
@@ -45,5 +45,5 @@ function wp_chosen_get_plugin_url() {
45
45
* @return int
46
46
*/
47
47
function wp_chosen_get_asset_version () {
48
- return 201609080001 ;
48
+ return 201609110001 ;
49
49
}
Original file line number Diff line number Diff line change 18
18
19
19
.chosen-container {
20
20
font-size : 14px ;
21
- font-family : "Open Sans" , sans-serif;
22
21
}
23
22
24
23
.chosen-container-single .chosen-single div b {
123
122
border : 1px solid # ddd ;
124
123
border-radius : 0 ;
125
124
font-size : 13px ;
126
- font-family : "Open Sans" ;
127
125
line-height : normal;
128
126
box-shadow : inset 0 1px 2px rgba ( 0 , 0 , 0 , 0.07 );
129
127
}
130
128
131
- .chosen-container-multi .chosen-choices li .search-field input [type = text ] {
132
- font-family : "Open Sans" ;
133
- }
134
-
135
129
.chosen-container .chosen-results {
136
130
color : # 444 ;
137
131
position : relative;
You can’t perform that action at this time.
0 commit comments