Enhanced Media Library - Version 2.0.2.2

Version Description

Download this release

Release Info

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

Code changes from version 2.0.2.1 to 2.0.2.2

Files changed (3) hide show
  1. enhanced-media-library.php +4 -4
  2. js/eml-media-views.js +1 -1
  3. readme.txt +46 -30
enhanced-media-library.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /*
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
10
  Domain Path: /languages
11
  License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
@@ -21,7 +21,7 @@ global $wp_version;
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__ );
1
  <?php
2
  /*
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.0.2.2
7
  Author: wpUXsolutions
8
+ Author URI: http://wpUXsolutions.com
9
  Text Domain: eml
10
  Domain Path: /languages
11
  License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
21
 
22
 
23
 
24
+ $wpuxss_eml_version = '2.0.2.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__ );
js/eml-media-views.js CHANGED
@@ -40,7 +40,7 @@ window.wp = window.wp || {};
40
 
41
  taxFilter = content.get().toolbar.get( taxonomy+'-filter' );
42
 
43
- if ( 'all' !== taxFilter.$el.val() ) {
44
  taxFilter.$el.val( 'all' ).change();
45
  }
46
  });
40
 
41
  taxFilter = content.get().toolbar.get( taxonomy+'-filter' );
42
 
43
+ if ( ! _.isUndefined(taxFilter) && 'all' !== taxFilter.$el.val() ) {
44
  taxFilter.$el.val( 'all' ).change();
45
  }
46
  });
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Enhanced Media Library ===
2
  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.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -17,39 +17,42 @@ A better management for WordPress Media Library
17
 
18
  This plugin will be handy for those who need to manage a lot of media files.
19
 
20
- = Taxonomies =
21
 
22
  * create unlimited amount of media taxonomies (like categories and tags),
23
  * be in total control of your custom taxonomy parameters via admin,
24
  * edit and delete your custom media taxonomies,
25
  * assign existed taxonomies to Media Library (for example, you can use post categories as a taxonomy for your media files),
26
  * unassign any media taxonomy from Media Library via admin,
27
- * immediately set taxonomy term to any media file during upload via Media Uploader,
28
- * filter media files in Media Library by your custom taxonomies,
29
- * filter media files in Media Popup by your custom taxonomies,
30
- * have you attachment post type's archive page (front-end) working by default
31
 
32
- = MIME Types =
33
 
34
- * create new MIME types (media file types),
35
  * delete any MIME type,
36
- * allow/disallow uploading for any MIME type,
37
- * filter media files by MIME types in Media Library / Media Uploader (for example, PDFs, Documents, V-Cards, etc),
38
- * be in total control of the names of your MIME type filters
39
 
40
- = Enhanced Media Library PRO =
41
 
42
- &nbsp;
43
- **Bulk Edit**
 
 
 
44
 
45
- * set/unset multiple taxonomies to multiple media files at a time:
46
  * during uploading process
47
  * in Media Popup during post/page editing
48
  * in Media Library Grid View
49
- * select/deselect multiple media files with a single click
50
- * delete multiple media files right in media popup window
51
 
52
- [Learn more about Enhanced Media Library PRO &raquo;](http://wordpressuxsolutions.com/plugins/enhanced-media-library/)
 
53
 
54
 
55
  = Useful Links =
@@ -84,7 +87,7 @@ EML adds its filters to ANY media popup that already contains native WordPress f
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
 
@@ -92,34 +95,47 @@ Right now it is possible via WP_Query ([example of the code](http://wordpress.or
92
 
93
  == Screenshots ==
94
 
95
- 1. Enhanced Media Library Taxonomies Settings
96
 
97
- 2. Taxonomies in Nav Menu
98
 
99
- 3. Edit media taxonomies just like any others
100
 
101
- 4. Edit media taxonomies just like any others
102
 
103
- 5. Taxonomy columns and filters, sorting by MIME types in Media Library
104
 
105
- 6. MIME type filter in Media Uploader
106
 
107
- 7. Taxonomy filter in Media Uploader
108
 
109
- 8. Set taxonomy term right in Media Uploader
110
 
111
- 9. MIME type manager
112
 
113
 
114
 
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
1
  === Enhanced Media Library ===
2
  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, categories, category, filter, image, images, media, upload
4
  Requires at least: 3.5
5
+ Tested up to: 4.0.1
6
+ Stable tag: 2.0.2.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
17
 
18
  This plugin will be handy for those who need to manage a lot of media files.
19
 
20
+ = Media Taxonomies (Categories for Media Files) =
21
 
22
  * create unlimited amount of media taxonomies (like categories and tags),
23
  * be in total control of your custom taxonomy parameters via admin,
24
  * edit and delete your custom media taxonomies,
25
  * assign existed taxonomies to Media Library (for example, you can use post categories as a taxonomy for your media files),
26
  * unassign any media taxonomy from Media Library via admin,
27
+ * immediately set categories to any media file during upload in Media Popup,
28
+ * filter media files in Media Library / Media Popup by your custom categories,
29
+ * get you media category archive page (front-end) working with EML activated
 
30
 
31
+ = MIME Types (Media File Types) =
32
 
33
+ * create new MIME types (media file types, for example, PDFs, Documents, V-Cards, etc),
34
  * delete any MIME type,
35
+ * allow/disallow uploading for any file type,
36
+ * filter media files by file types in Media Library / Media Popup,
37
+ * be in total control of the names of your file type filters
38
 
39
+ > #### Enhanced Media Library PRO
40
 
41
+ > * The free version of Enhanced Media Library does NOT support bulk features.
42
+ > * The PRO version requires at least WordPress 4.0
43
+ > * [Learn more &raquo;](http://wordpressuxsolutions.com/plugins/enhanced-media-library/)
44
+
45
+ = Bulk Attachment for Media Taxonomies (PRO only) =
46
 
47
+ * Set/unset multiple taxonomies to multiple media files at a time:
48
  * during uploading process
49
  * in Media Popup during post/page editing
50
  * in Media Library Grid View
51
+
52
+ = Bulk selection/deletion of media files (PRO only) =
53
 
54
+ * select/deselect all media files (within a category) with a single click
55
+ * delete all media files (within a category) right in media popup window
56
 
57
 
58
  = Useful Links =
87
 
88
  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).
89
 
90
+ = How to show images per media category on a webpage =
91
 
92
  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.
93
 
95
 
96
  == Screenshots ==
97
 
98
+ 1. Media Taxonomies Settings
99
 
100
+ 2. MIME types manager
101
 
102
+ 3. Create media categories just like any others
103
 
104
+ 4. Use media categories in Nav Menu
105
 
106
+ 5. Attach media categories to media files like to posts
107
 
108
+ 6. Attach media categories to media files from Media Library grid view
109
 
110
+ 7. Attach media categories to media files in Media Popup while editing posts and pages. Filter media files by categories and file types
111
 
112
+ 8. Filter media files by categories and file types in Media Library list view
113
 
114
+ 9. Filter media files by categories and file types in Media Library grid view
115
 
116
 
117
 
118
  == Changelog ==
119
 
120
 
121
+ = 2.0.2.3 (PRO only) =
122
+ = Bugfixes =
123
+ Fixed the bug with ACF < 5.0 compatibility
124
+
125
+
126
+ &nbsp;
127
+ = 2.0.2.2 =
128
+ = Bugfixes =
129
+ Minor JS bug of v2.0 fixed [Support Request](https://wordpress.org/support/topic/upload-hangs-2)
130
+
131
+
132
+ &nbsp;
133
  = 2.0.2.1 =
134
  = Bugfixes =
135
  Minor JS bug of v2.0.2 fixed
136
 
137
 
138
+ &nbsp;
139
  = 2.0.2 =
140
  = Improvements =
141
  * Taxonomy Settings: you can now rewrite taxonomy slug and permalinks front base