Enhanced Media Library - Version 2.4.3

Version Description

Release Date - January 28, 2017

Download this release

Release Info

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

Code changes from version 2.4.2 to 2.4.3

css/eml-admin-rtl.css CHANGED
@@ -159,6 +159,12 @@ body.upload-php.eml-grid #wpbody-content > .wrap {
159
  border-left: 0;
160
  background: #fff;
161
  overflow: visible;
 
 
 
 
 
 
162
  }
163
  .media-frame.mode-eml-grid .attachments-browser .media-toolbar {
164
  right: -1px;
159
  border-left: 0;
160
  background: #fff;
161
  overflow: visible;
162
+
163
+ -webkit-transition: all 0.2s;
164
+ -moz-transition: all 0.2s;
165
+ -o-transition: all 0.2s;
166
+ -ms-transition: all 0.2s;
167
+ transition: all 0.2s;
168
  }
169
  .media-frame.mode-eml-grid .attachments-browser .media-toolbar {
170
  right: -1px;
css/eml-admin.css CHANGED
@@ -159,6 +159,12 @@ body.upload-php.eml-grid #wpbody-content > .wrap {
159
  border-right: 0;
160
  background: #fff;
161
  overflow: visible;
 
 
 
 
 
 
162
  }
163
  .media-frame.mode-eml-grid .attachments-browser .media-toolbar {
164
  left: -1px;
159
  border-right: 0;
160
  background: #fff;
161
  overflow: visible;
162
+
163
+ -webkit-transition: all 0.2s;
164
+ -moz-transition: all 0.2s;
165
+ -o-transition: all 0.2s;
166
+ -ms-transition: all 0.2s;
167
+ transition: all 0.2s;
168
  }
169
  .media-frame.mode-eml-grid .attachments-browser .media-toolbar {
170
  left: -1px;
enhanced-media-library.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Enhanced Media Library
4
  Plugin URI: http://wpUXsolutions.com
5
  Description: This plugin will be handy for those who need to manage a lot of media files.
6
- Version: 2.4.2
7
  Author: wpUXsolutions
8
  Author URI: http://wpUXsolutions.com
9
  Text Domain: enhanced-media-library
@@ -27,7 +27,7 @@ global $wp_version,
27
 
28
 
29
 
30
- $wpuxss_eml_version = '2.4.2';
31
 
32
 
33
 
@@ -771,14 +771,12 @@ if ( ! function_exists( 'wpuxss_eml_on_update' ) ) {
771
  );
772
  }
773
  }
774
- else {
775
 
776
- // since 2.3.1
777
- if ( ! isset( $wpuxss_eml_lib_options['media_orderby'] ) )
778
- $wpuxss_eml_lib_options['media_orderby'] = 'date';
779
- if ( ! isset( $wpuxss_eml_lib_options['media_order'] ) )
780
- $wpuxss_eml_lib_options['media_order'] = 'DESC';
781
- }
782
 
783
 
784
  update_option( 'wpuxss_eml_taxonomies', $wpuxss_eml_taxonomies );
3
  Plugin Name: Enhanced Media Library
4
  Plugin URI: http://wpUXsolutions.com
5
  Description: This plugin will be handy for those who need to manage a lot of media files.
6
+ Version: 2.4.3
7
  Author: wpUXsolutions
8
  Author URI: http://wpUXsolutions.com
9
  Text Domain: enhanced-media-library
27
 
28
 
29
 
30
+ $wpuxss_eml_version = '2.4.3';
31
 
32
 
33
 
771
  );
772
  }
773
  }
 
774
 
775
+ // since 2.3.1
776
+ if ( ! isset( $wpuxss_eml_lib_options['media_orderby'] ) )
777
+ $wpuxss_eml_lib_options['media_orderby'] = 'date';
778
+ if ( ! isset( $wpuxss_eml_lib_options['media_order'] ) )
779
+ $wpuxss_eml_lib_options['media_order'] = 'DESC';
 
780
 
781
 
782
  update_option( 'wpuxss_eml_taxonomies', $wpuxss_eml_taxonomies );
js/eml-media-views.js CHANGED
@@ -612,6 +612,10 @@ window.eml = window.eml || { l10n: {} };
612
  this.on( 'ready', this.fixLayout, this );
613
  this.$window = $( window );
614
  this.$window.on( 'resize', _.debounce( _.bind( this.fixLayout, this ), 15 ) );
 
 
 
 
615
  },
616
 
617
  fixLayout: function() {
@@ -1075,7 +1079,7 @@ window.eml = window.eml || { l10n: {} };
1075
  original.MediaFrame.Post.activate.apply( this, arguments );
1076
 
1077
  this.on( 'open', content.fixLayout, content );
1078
- if ( typeof acf != 'undefined' ) {
1079
  $( document ).on( 'click', '.acf-expand-details', _.debounce( _.bind( content.fixLayout, content ), 250 ) );
1080
  }
1081
  }
612
  this.on( 'ready', this.fixLayout, this );
613
  this.$window = $( window );
614
  this.$window.on( 'resize', _.debounce( _.bind( this.fixLayout, this ), 15 ) );
615
+
616
+ if ( $('.notice-dismiss').length ) {
617
+ $( document ).on( 'click', '.notice-dismiss', _.debounce( _.bind( this.fixLayout, this), 250 ) );
618
+ }
619
  },
620
 
621
  fixLayout: function() {
1079
  original.MediaFrame.Post.activate.apply( this, arguments );
1080
 
1081
  this.on( 'open', content.fixLayout, content );
1082
+ if ( typeof acf !== 'undefined' && $('.acf-expand-details').length ) {
1083
  $( document ).on( 'click', '.acf-expand-details', _.debounce( _.bind( content.fixLayout, content ), 250 ) );
1084
  }
1085
  }
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: webbistro
3
  Tags: media library, media category, media categories, media gallery, gallery shortcode, media tag, media tags, media taxonomy, media taxonomies, media uploader, mime type, mime, mime types, file types, media types, media filter, attachment, gallery, image, images, media, ux, user experience, wp-admin, admin, taxonomy, taxonomies
4
  Requires at least: 4.5
5
- Tested up to: 4.7.1
6
- Stable tag: 2.4.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -166,6 +166,15 @@ Please notice that you use Enhanced Media Library with other plugins which add m
166
 
167
  == Changelog ==
168
 
 
 
 
 
 
 
 
 
 
169
  = 2.4.2 =
170
  *Release Date - January 19, 2017*
171
 
2
  Contributors: webbistro
3
  Tags: media library, media category, media categories, media gallery, gallery shortcode, media tag, media tags, media taxonomy, media taxonomies, media uploader, mime type, mime, mime types, file types, media types, media filter, attachment, gallery, image, images, media, ux, user experience, wp-admin, admin, taxonomy, taxonomies
4
  Requires at least: 4.5
5
+ Tested up to: 4.7.2
6
+ Stable tag: 2.4.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
166
 
167
  == Changelog ==
168
 
169
+ = 2.4.3 =
170
+ *Release Date - January 28, 2017*
171
+
172
+ = Improvements =
173
+ * Admin notifications behavior in media library Grid Mode improved
174
+ * Minor bugs fixed
175
+
176
+
177
+  
178
  = 2.4.2 =
179
  *Release Date - January 19, 2017*
180