diff --git a/readme.txt b/readme.txt index 7252f5e..01509b1 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: johnjamesjacoby, stuttter Tags: media, library, attachment, category, categories, organizer, management, files Requires at least: 4.6 Tested up to: 4.7 -Stable tag: 1.0.1 +Stable tag: 1.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 @@ -57,6 +57,9 @@ http://github.com/stuttter/wp-media-categories/ == Changelog == += [1.1.0] - 2016-09-28 = +* Fix "no_category" admin filtering + = [1.0.1] - 2016-09-06 = * Fix theme-side search interference * Improve performance of "no_category" filtering diff --git a/wp-media-categories.php b/wp-media-categories.php index 73b0628..b5959c3 100644 --- a/wp-media-categories.php +++ b/wp-media-categories.php @@ -10,7 +10,7 @@ * Text Domain: wp-media-categories * Domain Path: /wp-media-categories/lang * Description: Categories for media & attachments - * Version: 1.0.1 + * Version: 1.1.0 */ // Exit if accessed directly