Enhanced Media Library - Version 2.0.1

Version Description

Download this release

Release Info

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

Code changes from version 2.0 to 2.0.1

Files changed (2) hide show
  1. enhanced-media-library.php +7 -2
  2. readme.txt +15 -4
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
7
  Author: WordPress UX Solutions
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';
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__ );
@@ -202,6 +202,11 @@ function wpuxss_eml_enqueue_media() {
202
  global $wpuxss_eml_version,
203
  $wpuxss_eml_dir,
204
  $wp_version;
 
 
 
 
 
205
 
206
 
207
  $screen = get_current_screen();
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.1
7
  Author: WordPress UX Solutions
8
  Author URI: http://wordpressuxsolutions.com
9
  Text Domain: eml
21
 
22
 
23
 
24
+ $wpuxss_eml_version = '2.0.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__ );
202
  global $wpuxss_eml_version,
203
  $wpuxss_eml_dir,
204
  $wp_version;
205
+
206
+
207
+ if ( ! is_admin() ) {
208
+ return;
209
+ }
210
 
211
 
212
  $screen = get_current_screen();
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
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -39,6 +39,7 @@ This plugin will be handy for those who need to manage a lot of media files.
39
 
40
  = Enhanced Media Library PRO =
41
 
 
42
  **Bulk Edit**
43
 
44
  * set/unset multiple taxonomies to multiple media files at a time:
@@ -51,9 +52,11 @@ This plugin will be handy for those who need to manage a lot of media files.
51
  [Learn more about Enhanced Media Library PRO »](http://wordpressuxsolutions.com/plugins/enhanced-media-library/)
52
 
53
 
54
- = Coming =
 
 
 
55
 
56
- New features and improvements coming...
57
 
58
 
59
 
@@ -81,7 +84,7 @@ EML adds its filters to ANY media popup that already contains native WordPress f
81
 
82
  If you believe that a third-party plugin shoud have filters in its Media Popup please contact its author with a request to add NATIVE WordPress filters ([example of the code](http://wordpress.org/support/topic/how-can-we-use-this-plugin-features-in-my-custom-plugin-media-uploader?replies=15#post-5753212) for theme's/plugin's authors).
83
 
84
- = How to show images per media category on front-end =
85
 
86
  Right now it is possible via WP_Query ([example of the code](http://wordpress.org/support/topic/php-displaying-an-array-of-images-per-category-or-categories)). We are working on a gallery based on EML taxonomies.
87
 
@@ -112,6 +115,14 @@ Right now it is possible via WP_Query ([example of the code](http://wordpress.or
112
  == Changelog ==
113
 
114
 
 
 
 
 
 
 
 
 
115
  = 2.0 =
116
 
117
  = New =
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.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
39
 
40
  = Enhanced Media Library PRO =
41
 
42
+  
43
  **Bulk Edit**
44
 
45
  * set/unset multiple taxonomies to multiple media files at a time:
52
  [Learn more about Enhanced Media Library PRO »](http://wordpressuxsolutions.com/plugins/enhanced-media-library/)
53
 
54
 
55
+ = Useful Links =
56
+
57
+ * [Where to start? (The complete beginners guide)](http://wordpressuxsolutions.com/documents/enhanced-media-library/eml-where-to-start/)
58
+
59
 
 
60
 
61
 
62
 
84
 
85
  If you believe that a third-party plugin shoud have filters in its Media Popup please contact its author with a request to add NATIVE WordPress filters ([example of the code](http://wordpress.org/support/topic/how-can-we-use-this-plugin-features-in-my-custom-plugin-media-uploader?replies=15#post-5753212) for theme's/plugin's authors).
86
 
87
+ = How to show images per media category a webpage =
88
 
89
  Right now it is possible via WP_Query ([example of the code](http://wordpress.org/support/topic/php-displaying-an-array-of-images-per-category-or-categories)). We are working on a gallery based on EML taxonomies.
90
 
115
  == Changelog ==
116
 
117
 
118
+ = 2.0.1 =
119
+
120
+ = Bugfixes =
121
+ * Front-end: scripts conflict fixed, update if EML breaks your front-end features
122
+
123
+
124
+
125
+  
126
  = 2.0 =
127
 
128
  = New =