Skip to content

Commit

Permalink
Bump versions to 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJ committed May 14, 2020
1 parent efa0894 commit 74ad84a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
=== Plugin Name ===
Contributors: johnjamesjacoby, stuttter
Tags: media, library, attachment, category, categories, organizer, management, files
Requires at least: 4.6
Tested up to: 4.9
Stable tag: 2.0.0
Requires PHP: 7.0
Requires at least: 5.0
Tested up to: 5.4
Stable tag: 2.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
Expand All @@ -20,7 +21,6 @@ Add categories to media & attachments.
= Also checkout =

* [WP Chosen](https://wordpress.org/plugins/wp-chosen/ "Make long, unwieldy select boxes much more user-friendly.")
* [WP Event Calendar](https://wordpress.org/plugins/wp-event-calendar/ "The best way to manage events in WordPress.")
* [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.")
Expand All @@ -30,6 +30,7 @@ Add categories to media & attachments.
* [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 Profiles](https://wordpress.org/plugins/wp-user-profiles/ "A sophisticated way to edit users in WordPress.")
* [WP User Signups](https://wordpress.org/plugins/wp-user-signups/ "A sophisticated way to edit users in WordPress.")

== Installation ==

Expand All @@ -56,6 +57,10 @@ http://github.com/stuttter/wp-media-categories/

== Changelog ==

= [2.1.0] - 2020-05-13 =
* Improve compatibility with PHP7.2+
* Improve shortcode implementation

= [2.0.0] - 2018-06-05 =
* Fix bug where count could target wrong taxonomy
* Fix bug where dropdown widget URL used wrong taxonomy slug
Expand Down
4 changes: 2 additions & 2 deletions wp-media-categories.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Text Domain: wp-media-categories
* Domain Path: /wp-media-categories/lang
* Description: Categories for media & attachments
* Version: 2.0.0
* Version: 2.1.0
*/

// Exit if accessed directly
Expand Down Expand Up @@ -56,5 +56,5 @@ function wp_media_categories_get_plugin_url() {
* @return int
*/
function wp_media_categories_get_asset_version() {
return 201806050001;
return 202005130001;
}

0 comments on commit 74ad84a

Please sign in to comment.