Skip to content

Commit 82f82bf

Browse files
committed
Bump to 6.1.0.
1 parent 6737463 commit 82f82bf

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-chosen",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Makes unwieldy select boxes more user-friendly",
55
"license": "GPL-2.0-or-later",
66
"repository": {

readme.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: johnjamesjacoby, stuttter
33
Tags: jquery, select, chosen
44
Requires at least: 5.7
55
Tested up to: 5.8
6-
Stable tag: 6.0.0
6+
Stable tag: 6.1.0
77

88
Make long, unwieldy select boxes much more user-friendly.
99

@@ -71,6 +71,15 @@ Extras
7171
* Seashore
7272
* Vinyard
7373

74+
American
75+
76+
* From Many One
77+
* NASA 1976
78+
* NASA
79+
* Old Glory
80+
* Open Highway
81+
* Shenandoah
82+
7483
= What elements does this target? =
7584

7685
`
@@ -103,6 +112,9 @@ https://github.com/stuttter/wp-chosen/
103112

104113
== Changelog ==
105114

115+
= 6.1.0 - 2021/03/09 =
116+
* Add support for 6 extra color schemes
117+
106118
= 6.0.0 - 2021/03/09 =
107119
* Add support for 11 extra color schemes
108120
* Tweak WordPress 5.7 support

wp-chosen.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* License: GPLv2 or later
1010
* Requires at least: 5.6
1111
* Requires PHP: 7.0
12-
* Version: 6.0.0
12+
* Version: 6.1.0
1313
*/
1414

1515
// Exit if accessed directly
@@ -52,5 +52,5 @@ function wp_chosen_get_plugin_url() {
5252
function wp_chosen_get_asset_version() {
5353
return defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG
5454
? time()
55-
: 202103090001;
55+
: 202103090002;
5656
}

0 commit comments

Comments
 (0)