Enhanced Media Library - Version 2.0.2.1

Version Description

Download this release

Release Info

Developer webbistro
Plugin Icon 128x128 Enhanced Media Library
Version 2.0.2.1
Comparing to
See all releases

Code changes from version 2.0.2 to 2.0.2.1

enhanced-media-library.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Enhanced Media Library
4
  Plugin URI: http://wordpressuxsolutions.com
5
  Description: This plugin will be handy for those who need to manage a lot of media files.
6
- Version: 2.0.2
7
  Author: wpUXsolutions
8
  Author URI: http://wordpressuxsolutions.com
9
  Text Domain: eml
@@ -21,7 +21,7 @@ global $wp_version;
21
 
22
 
23
 
24
- $wpuxss_eml_version = '2.0.2';
25
  $wpuxss_eml_old_version = get_option('wpuxss_eml_version', false);
26
  $wpuxss_eml_dir = plugin_dir_url( __FILE__ );
27
  $wpuxss_eml_path = plugin_dir_path( __FILE__ );
3
  Plugin Name: Enhanced Media Library
4
  Plugin URI: http://wordpressuxsolutions.com
5
  Description: This plugin will be handy for those who need to manage a lot of media files.
6
+ Version: 2.0.2.1
7
  Author: wpUXsolutions
8
  Author URI: http://wordpressuxsolutions.com
9
  Text Domain: eml
21
 
22
 
23
 
24
+ $wpuxss_eml_version = '2.0.2.1';
25
  $wpuxss_eml_old_version = get_option('wpuxss_eml_version', false);
26
  $wpuxss_eml_dir = plugin_dir_url( __FILE__ );
27
  $wpuxss_eml_path = plugin_dir_path( __FILE__ );
js/eml-media-views.js CHANGED
@@ -285,7 +285,7 @@ window.wp = window.wp || {};
285
 
286
 
287
  // a copy from media-grid.js | for WP less than 4.1
288
- if ( ! _.isUndefined( media.view.DateFilter ) ) {
289
  media.view.DateFilter = media.view.AttachmentFilters.extend({
290
 
291
  id: 'media-attachment-date-filters',
285
 
286
 
287
  // a copy from media-grid.js | for WP less than 4.1
288
+ if ( _.isUndefined( media.view.DateFilter ) ) {
289
  media.view.DateFilter = media.view.AttachmentFilters.extend({
290
 
291
  id: 'media-attachment-date-filters',
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: webbistro
3
  Tags: media library, taxonomy, taxonomies, mime, mime type, attachment, media category, media categories, media tag, media tags, media taxonomy, media taxonomies, media filter, media organizer, file types, media types, media uploader, custom, media management, attachment management, files management, ux, user experience, wp-admin, admin
4
  Requires at least: 3.5
5
  Tested up to: 4.0
6
- Stable tag: 2.0.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -115,6 +115,11 @@ Right now it is possible via WP_Query ([example of the code](http://wordpress.or
115
  == Changelog ==
116
 
117
 
 
 
 
 
 
118
  = 2.0.2 =
119
  = Improvements =
120
  * Taxonomy Settings: you can now rewrite taxonomy slug and permalinks front base
3
  Tags: media library, taxonomy, taxonomies, mime, mime type, attachment, media category, media categories, media tag, media tags, media taxonomy, media taxonomies, media filter, media organizer, file types, media types, media uploader, custom, media management, attachment management, files management, ux, user experience, wp-admin, admin
4
  Requires at least: 3.5
5
  Tested up to: 4.0
6
+ Stable tag: 2.0.2.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
115
  == Changelog ==
116
 
117
 
118
+ = 2.0.2.1 =
119
+ = Bugfixes =
120
+ Minor JS bug of v2.0.2 fixed
121
+
122
+
123
  = 2.0.2 =
124
  = Improvements =
125
  * Taxonomy Settings: you can now rewrite taxonomy slug and permalinks front base