Enhanced Media Library - Version 2.1.1

Version Description

Release Date - December 15, 2015

Download this release

Release Info

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

Code changes from version 2.1 to 2.1.1

core/eml-upload-4.4.php CHANGED
@@ -219,11 +219,13 @@ get_current_screen()->set_help_sidebar(
219
  '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
220
  );
221
 
222
- get_current_screen()->set_screen_reader_content( array(
223
- 'heading_views' => __( 'Filter media items list' ),
224
- 'heading_pagination' => __( 'Media items list navigation' ),
225
- 'heading_list' => __( 'Media items list' ),
226
- ) );
 
 
227
 
228
  require_once( ABSPATH . 'wp-admin/admin-header.php' );
229
  ?>
219
  '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
220
  );
221
 
222
+ if ( version_compare( $wp_version, '4.4', '>=' ) ) {
223
+ get_current_screen()->set_screen_reader_content( array(
224
+ 'heading_views' => __( 'Filter media items list' ),
225
+ 'heading_pagination' => __( 'Media items list navigation' ),
226
+ 'heading_list' => __( 'Media items list' ),
227
+ ) );
228
+ }
229
 
230
  require_once( ABSPATH . 'wp-admin/admin-header.php' );
231
  ?>
enhanced-media-library.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Enhanced Media Library
4
  Depends: Toolbar Publish Button
5
  Plugin URI: http://wpUXsolutions.com
6
  Description: This plugin will be handy for those who need to manage a lot of media files.
7
- Version: 2.1
8
  Author: wpUXsolutions
9
  Author URI: http://wpUXsolutions.com
10
  Text Domain: eml
@@ -23,7 +23,7 @@ global $wp_version,
23
 
24
 
25
 
26
- $wpuxss_eml_version = '2.1';
27
 
28
 
29
 
4
  Depends: Toolbar Publish Button
5
  Plugin URI: http://wpUXsolutions.com
6
  Description: This plugin will be handy for those who need to manage a lot of media files.
7
+ Version: 2.1.1
8
  Author: wpUXsolutions
9
  Author URI: http://wpUXsolutions.com
10
  Text Domain: eml
23
 
24
 
25
 
26
+ $wpuxss_eml_version = '2.1.1';
27
 
28
 
29
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: webbistro
3
  Tags: media library, media category, media categories, media management, media organizer, 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.0
5
  Tested up to: 4.4
6
- Stable tag: 2.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -161,7 +161,14 @@ No, all your data will remain intact. Your created media categories and their ti
161
 
162
  == Changelog ==
163
 
 
 
 
 
 
164
 
 
 
165
  = 2.1 =
166
  *Release Date - December 15, 2015*
167
 
3
  Tags: media library, media category, media categories, media management, media organizer, 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.0
5
  Tested up to: 4.4
6
+ Stable tag: 2.1.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
161
 
162
  == Changelog ==
163
 
164
+ = 2.1.1 =
165
+ *Release Date - December 15, 2015*
166
+
167
+ = Bugfixes =
168
+ * Minor incompatibility with WP 4.3 fixed
169
 
170
+
171
+ &nbsp;
172
  = 2.1 =
173
  *Release Date - December 15, 2015*
174