Skip to content

Commit

Permalink
Bump to 5.0.0.
Browse files Browse the repository at this point in the history
Includes Chosen 2.0.0 fork.
  • Loading branch information
JJJ committed Jul 23, 2020
1 parent df6bcd3 commit 7e6c687
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 16 deletions.
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== WP Chosen ===
Contributors: johnjamesjacoby, stuttter
Tags: jquery, select, chosen
Requires at least: 4.6
Tested up to: 5.3
Stable tag: 3.2.0
Donate link: https://wordpressfoundation.org/donate/
Requires at least: 5.0
Tested up to: 5.5
Stable tag: 5.0.0

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

Expand Down Expand Up @@ -72,6 +72,10 @@ https://github.com/stuttter/wp-chosen/

== Changelog ==

= 5.0.0 - 2020/07/23 =
* WordPress 5.5 Support
* Upgrade Chosen to 2.0.0 fork

= 3.2.0 - 2019/10/15 =
* WordPress 5.3 Support

Expand Down
4 changes: 2 additions & 2 deletions wp-chosen.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin URI: https://wordpress.org/plugins/wp-chosen/
* Author: John James Jacoby
* Author URI: https://jjj.blog
* Version: 4.0.0
* Version: 5.0.0
* Requires at least: 5.3
* Requires PHP: 7.0
* Description: Makes unwieldy select boxes more user-friendly
Expand Down Expand Up @@ -50,5 +50,5 @@ function wp_chosen_get_plugin_url() {
* @return int
*/
function wp_chosen_get_asset_version() {
return 202003090001;
return 20200723001;
}
Loading

0 comments on commit 7e6c687

Please sign in to comment.