Enhanced Media Library - Version 2.1.7

Version Description

Release Date - January 24, 2016

Download this release

Release Info

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

Code changes from version 2.1.6.1 to 2.1.7

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.1.6.1
7
  Author: wpUXsolutions
8
  Author URI: http://wpUXsolutions.com
9
  Text Domain: eml
@@ -22,7 +22,7 @@ global $wp_version,
22
 
23
 
24
 
25
- $wpuxss_eml_version = '2.1.6.1';
26
 
27
 
28
 
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.1.7
7
  Author: wpUXsolutions
8
  Author URI: http://wpUXsolutions.com
9
  Text Domain: eml
22
 
23
 
24
 
25
+ $wpuxss_eml_version = '2.1.7';
26
 
27
 
28
 
js/eml-media-models.js CHANGED
@@ -36,10 +36,13 @@ window.eml = window.eml || { l10n: {} };
36
  return true;
37
  }
38
 
 
 
 
39
  // We want any items that can be placed before the last
40
  // item in the set. If we add any items after the last
41
  // item, then we can't guarantee the set is complete.
42
- if ( this.length ) {
43
  return 1 !== this.comparator( attachment, this.last(), { ties: true });
44
 
45
  // Handle the case where there are no items yet and
36
  return true;
37
  }
38
 
39
+ if ( 'title' === orderby ) {
40
+ return attachment.get( 'modified' ) >= this.created;
41
+
42
  // We want any items that can be placed before the last
43
  // item in the set. If we add any items after the last
44
  // item, then we can't guarantee the set is complete.
45
+ } else if ( this.length ) {
46
  return 1 !== this.comparator( attachment, this.last(), { ties: true });
47
 
48
  // Handle the case where there are no items yet and
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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.4
5
  Tested up to: 4.4.1
6
- Stable tag: 2.1.6.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -194,11 +194,20 @@ No, all your data will remain intact. Your created media categories and their ti
194
 
195
  == Changelog ==
196
 
 
 
 
 
 
 
 
 
 
197
  = 2.1.6.1 =
198
  *Release Date - January 22, 2016*
199
 
200
  = Bugfixes =
201
- * The bug of post/page media uploader fixed
202
  * Few minor bugs fixed
203
 
204
 
@@ -274,6 +283,14 @@ Filters returned to Customizer
274
  * Fixed v2.1 and Jetpack Carousel incompatibility
275
 
276
 
 
 
 
 
 
 
 
 
277
   
278
  = 2.1 =
279
  *Release Date - December 15, 2015*
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.4
5
  Tested up to: 4.4.1
6
+ Stable tag: 2.1.7
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
194
 
195
  == Changelog ==
196
 
197
+ = 2.1.7 =
198
+ *Release Date - January 24, 2016*
199
+
200
+ = Improvements =
201
+ * Correct order during uploading for orderby "Title" ensured
202
+ * Bulk delete performance improved [PRO only]
203
+
204
+
205
+  
206
  = 2.1.6.1 =
207
  *Release Date - January 22, 2016*
208
 
209
  = Bugfixes =
210
+ * The bug of post/page uploader fixed
211
  * Few minor bugs fixed
212
 
213
 
283
  * Fixed v2.1 and Jetpack Carousel incompatibility
284
 
285
 
286
+  
287
+ = 2.1.1 =
288
+ *Release Date - December 15, 2015*
289
+
290
+ = Bugfixes =
291
+ * Minor incompatibility with WordPress 4.3 fixed
292
+
293
+
294
   
295
  = 2.1 =
296
  *Release Date - December 15, 2015*