Enhanced Media Library - Version 2.1.2

Version Description

Release Date - December 15, 2015

Download this release

Release Info

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

Code changes from version 2.1.1 to 2.1.2

Files changed (3) hide show
  1. core/gallery.php +5 -0
  2. enhanced-media-library.php +4 -4
  3. readme.txt +19 -8
core/gallery.php CHANGED
@@ -9,6 +9,11 @@
9
  * @created 24/11/15
10
  */
11
 
 
 
 
 
 
12
  add_filter( 'post_gallery', 'wpuxss_eml_gallery_shortcode', 12, 3 );
13
 
14
  if( ! function_exists('wpuxss_eml_gallery_shortcode') ) {
9
  * @created 24/11/15
10
  */
11
 
12
+ // Jetpack Carousel compatibility
13
+ add_filter( 'jp_carousel_force_enable', function() {
14
+ return true;
15
+ });
16
+
17
  add_filter( 'post_gallery', 'wpuxss_eml_gallery_shortcode', 12, 3 );
18
 
19
  if( ! function_exists('wpuxss_eml_gallery_shortcode') ) {
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.1
8
  Author: wpUXsolutions
9
  Author URI: http://wpUXsolutions.com
10
  Text Domain: eml
@@ -23,14 +23,14 @@ global $wp_version,
23
 
24
 
25
 
26
- $wpuxss_eml_version = '2.1.1';
27
 
28
 
29
 
30
  /**
31
  * wpuxss_get_eml_slug
32
  *
33
- * @since 2.0.4.9
34
  * @created 27/10/15
35
  */
36
 
@@ -50,7 +50,7 @@ if ( ! function_exists( 'wpuxss_get_eml_slug' ) ) {
50
  /**
51
  * wpuxss_get_eml_basename
52
  *
53
- * @since 2.0.4.9
54
  * @created 27/10/15
55
  */
56
 
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.2
8
  Author: wpUXsolutions
9
  Author URI: http://wpUXsolutions.com
10
  Text Domain: eml
23
 
24
 
25
 
26
+ $wpuxss_eml_version = '2.1.2';
27
 
28
 
29
 
30
  /**
31
  * wpuxss_get_eml_slug
32
  *
33
+ * @since 2.1
34
  * @created 27/10/15
35
  */
36
 
50
  /**
51
  * wpuxss_get_eml_basename
52
  *
53
+ * @since 2.1
54
  * @created 27/10/15
55
  */
56
 
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.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -26,19 +26,21 @@ Whether you have a lot of images that need to be organized into complex structur
26
 
27
  You can also assign to the media library built-in WordPress taxonomies - Categories and Tags - as well as any other taxonomy created by third-party plugin, theme, or hand-coded with only plugin's UI.
28
 
29
- The plugin will allow you to categorize both new and existing media files. You can assign a category to a media file during the upload process, in the media library (preferably Grid Mode), in the post/page editor media popup ("Add Media" button). If you need to manage a lot of files at once, there is the PRO version of the plugin that allows to do it in bulk.
30
 
31
  Every media library window is enhanced with the plugin's filters to search and sort your media files. With the flexible plugin's options you can adjust what filters you will see in the Grid and List modes of the media library and in the post/page editor media popups, and what taxonomies you would like to be able to edit when inserting media to posts/pages. The plugin will work with custom post types as well. The options will also help you to force plugin's filters for third-party plugins or themes, manage media taxonomies archive pages, etc.
32
 
 
 
33
 
34
  = Filter-Based Image Galleries (Fully compatible with WordPress native gallery shortcode) =
35
 
36
- Media files categorizing can be useful for the front-end, of course. To insert media galleries based on media categories you have to use the familiar format like `[gallery media_category="5" category="2" monthnum="12" year="2015" orderby="title" order="DESC"]`. The PRO version of the plugin allows to manage gallery shortcode without "coding" at all. Just choose the settings with the plugin's UI in the familiar gallery edit popup and see your gallery live immediately in the post/page editor.
37
 
38
 
39
  = MIME Types (Media File Types) =
40
 
41
- Another feature of the plugin is the MIME Types control. You can add new MIME types, delete existing ones, and point what file types are allowed for uploading. Initially, the plugin shows up the WordPress default MIME Type settings and creates the backup of them. The column "Add Filter" allows to add a MIME Type to plugin's filters so that you will be able to filter your media files not only by categories but also by the file type. You can set any label you wish to see in a filter with columns "Singular Label" and "Plural Label".
42
 
43
 
44
  = Export / Import Plugin Settings =
@@ -71,16 +73,17 @@ Many thanks to the authors of the translations! If you wish to be credited here
71
  = Compatibility with Other Plugins =
72
 
73
  * Advanced Custom Fields
 
 
74
  * WooCommerce
75
  * Meta Slider
76
- * Search & Filter
77
 
78
  Please let us know if you find any issue with the plugins from the list above or others.
79
 
80
 
81
  = Incompatibility =
82
 
83
- Please notice that you use the Enhanced Media Library with other plugins adding media categories, media folders, and managing MIME Types at your own risk. We cannot guarantee their compatibility because of different approach to the same functionality. It does NOT mean that we do not recommend using those plugins, it just means we do not recommend to use them at the same time with the Enhanced Media Library. Choose the one you prefer.
84
 
85
 
86
  > #### Enhanced Media Library PRO
@@ -90,7 +93,7 @@ Please notice that you use the Enhanced Media Library with other plugins adding
90
  > * Media files can be categorized in bulk (multiple files to multiple taxonomies at once) both just uploaded and existing
91
  > * Media files within a category can be selected in bulk with a single click
92
  > * Selected media files can be deleted in bulk in the Grid mode of the media library or in the post/page editor media popup
93
- > * Filter-based gallery in two clicks, no need to delve into the text editor shortcode
94
 
95
 
96
  = Useful Links =
@@ -161,11 +164,19 @@ No, all your data will remain intact. Your created media categories and their ti
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
   
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.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
26
 
27
  You can also assign to the media library built-in WordPress taxonomies - Categories and Tags - as well as any other taxonomy created by third-party plugin, theme, or hand-coded with only plugin's UI.
28
 
29
+ The plugin will allow you to categorize both new and existing media items. You can assign a category to a media item during the upload process, in the media library (preferably Grid Mode), in the post/page editor media popup ("Add Media" button). If you need to manage a lot of media items at once, there is the PRO version of the plugin that allows to do it in bulk.
30
 
31
  Every media library window is enhanced with the plugin's filters to search and sort your media files. With the flexible plugin's options you can adjust what filters you will see in the Grid and List modes of the media library and in the post/page editor media popups, and what taxonomies you would like to be able to edit when inserting media to posts/pages. The plugin will work with custom post types as well. The options will also help you to force plugin's filters for third-party plugins or themes, manage media taxonomies archive pages, etc.
32
 
33
+ Since the version 2.1 you can change the order of media items within a category with drag and drop. This order will be used, in particular, for the gallery based on this category.
34
+
35
 
36
  = Filter-Based Image Galleries (Fully compatible with WordPress native gallery shortcode) =
37
 
38
+ Image categorizing can be useful for the front-end, of course. To insert media galleries based on media categories you have to use the familiar format like `[gallery media_category="5" category="2" monthnum="12" year="2015" orderby="title" order="DESC"]`. The PRO version of the plugin allows to manage gallery shortcode without "coding" at all. Just choose the settings with the plugin's UI in the familiar gallery edit popup and see your gallery live immediately in the post/page editor.
39
 
40
 
41
  = MIME Types (Media File Types) =
42
 
43
+ Another feature of the plugin is the MIME Types control. You can add new MIME types, delete existing ones, and point what file types are allowed for uploading. Initially, the plugin shows up the WordPress default MIME Type settings and creates the backup of them. The column "Add Filter" allows to add a MIME Type to plugin's filters so that you will be able to filter your media items not only by categories but also by the file type. You can set any label you wish to see in a filter with columns "Singular Label" and "Plural Label".
44
 
45
 
46
  = Export / Import Plugin Settings =
73
  = Compatibility with Other Plugins =
74
 
75
  * Advanced Custom Fields
76
+ * Search & Filter
77
+ * Jetpack Carousel
78
  * WooCommerce
79
  * Meta Slider
 
80
 
81
  Please let us know if you find any issue with the plugins from the list above or others.
82
 
83
 
84
  = Incompatibility =
85
 
86
+ Please notice that you use the Enhanced Media Library with other plugins that add media categories, media folders, and manage MIME Types at your own risk. We cannot guarantee their compatibility because of different approach to the same functionality. It does NOT mean that we do not recommend using those plugins, it just means we do not recommend to use them at the same time with the Enhanced Media Library. Please choose the one you prefer.
87
 
88
 
89
  > #### Enhanced Media Library PRO
93
  > * Media files can be categorized in bulk (multiple files to multiple taxonomies at once) both just uploaded and existing
94
  > * Media files within a category can be selected in bulk with a single click
95
  > * Selected media files can be deleted in bulk in the Grid mode of the media library or in the post/page editor media popup
96
+ > * Filter-based gallery in two clicks, no need to figure out your media category IDs, nor to delve into the text editor shortcode
97
 
98
 
99
  = Useful Links =
164
 
165
  == Changelog ==
166
 
167
+ = 2.1.2 =
168
+ *Release Date - December 15, 2015*
169
+
170
+ = Compatibility =
171
+ * Fixed v2.1 and Jetpack Carousel incompatibility
172
+
173
+
174
+  
175
  = 2.1.1 =
176
  *Release Date - December 15, 2015*
177
 
178
  = Bugfixes =
179
+ * Minor incompatibility with WordPress 4.3 fixed
180
 
181
 
182