Media Library Categories - Version 1.4.9

Version Description

  • Fixed error message which in some cases appears when updating multiple items at once. View support question
Download this release

Release Info

Developer jeffrey-wp
Plugin Icon 128x128 Media Library Categories
Version 1.4.9
Comparing to
See all releases

Code changes from version 1.4.8 to 1.4.9

Files changed (2) hide show
  1. index.php +2 -2
  2. readme.txt +7 -4
index.php CHANGED
@@ -3,13 +3,13 @@
3
  * Plugin Name: Media Library Categories
4
  * Plugin URI: http://wordpress.org/plugins/wp-media-library-categories/
5
  * Description: Adds the ability to use categories in the media library.
6
- * Version: 1.4.8
7
  * Author: Jeffrey-WP
8
  * Author URI: http://codecanyon.net/user/jeffrey-wp/?ref=jeffrey-wp
9
  */
10
 
11
  /** Custom update_count_callback */
12
- function wpmediacategory_update_count_callback( $terms, $taxonomy ) {
13
  global $wpdb;
14
 
15
  // default taxonomy
3
  * Plugin Name: Media Library Categories
4
  * Plugin URI: http://wordpress.org/plugins/wp-media-library-categories/
5
  * Description: Adds the ability to use categories in the media library.
6
+ * Version: 1.4.9
7
  * Author: Jeffrey-WP
8
  * Author URI: http://codecanyon.net/user/jeffrey-wp/?ref=jeffrey-wp
9
  */
10
 
11
  /** Custom update_count_callback */
12
+ function wpmediacategory_update_count_callback( $terms = array(), $taxonomy = 'category' ) {
13
  global $wpdb;
14
 
15
  // default taxonomy
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: jeffrey-wp
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SSNQMST6R28Q2
4
  Tags: category, categories, media, library, medialibrary
5
  Requires at least: 3.1
6
- Tested up to: 3.9
7
- Stable tag: 1.4.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -68,13 +68,16 @@ add_filter( 'wpmediacategory_taxonomy', function(){ return 'category_media'; },
68
 
69
  == Changelog ==
70
 
 
 
 
71
  = 1.4.8 =
72
  * Fixed media count on the categories page.
73
  * Add item count in the category filter dropdown when using separate categories for the WordPress Media Library.
74
  * Support for WordPress 3.9
75
 
76
  = 1.4.7 =
77
- * New images are now added to the default category (if a default category exists). I most cases the default category is "Uncategorized".(http://wordpress.org/support/topic/new-images-arent-automatically-in-uncategorized)
78
 
79
  = 1.4.6 =
80
  * Fixed bug where in some rare cases the filter by category didn't work
@@ -83,7 +86,7 @@ add_filter( 'wpmediacategory_taxonomy', function(){ return 'category_media'; },
83
  * Fixed bug in version 1.4.4 that made default categories in WordPress invisible
84
 
85
  = 1.4.4 =
86
- * By default the WordPress Media Library uses the same categories as WordPress does (such as posts & pages). Now you can use separate categories for the WordPress Media Library. [see the FAQ for howto](http://wordpress.org/plugins/wp-media-library-categories/faq/)
87
 
88
  = 1.4.2 & 1.4.3 =
89
  * [(Premium only)](http://codecanyon.net/item/media-library-categories-premium/6691290?ref=jeffrey-wp)
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SSNQMST6R28Q2
4
  Tags: category, categories, media, library, medialibrary
5
  Requires at least: 3.1
6
+ Tested up to: 3.9.1
7
+ Stable tag: 1.4.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
68
 
69
  == Changelog ==
70
 
71
+ = 1.4.9 =
72
+ * Fixed error message which in some cases appears when updating multiple items at once. [View support question](http://wordpress.org/support/topic/error-after-latest-update-3)
73
+
74
  = 1.4.8 =
75
  * Fixed media count on the categories page.
76
  * Add item count in the category filter dropdown when using separate categories for the WordPress Media Library.
77
  * Support for WordPress 3.9
78
 
79
  = 1.4.7 =
80
+ * New images are now added to the default category (if a default category exists). I most cases the default category is called "no category". [View support question](http://wordpress.org/support/topic/new-images-arent-automatically-in-uncategorized)
81
 
82
  = 1.4.6 =
83
  * Fixed bug where in some rare cases the filter by category didn't work
86
  * Fixed bug in version 1.4.4 that made default categories in WordPress invisible
87
 
88
  = 1.4.4 =
89
+ * By default the WordPress Media Library uses the same categories as WordPress does (such as posts & pages). Now you can use separate categories for the WordPress Media Library. [Read the FAQ for howto](http://wordpress.org/plugins/wp-media-library-categories/faq/)
90
 
91
  = 1.4.2 & 1.4.3 =
92
  * [(Premium only)](http://codecanyon.net/item/media-library-categories-premium/6691290?ref=jeffrey-wp)