Changeset 3087916
- Timestamp:
- 05/16/2024 05:12:01 PM (23 months ago)
- Location:
- enhanced-media-library
- Files:
-
- 39 added
- 1 edited
-
tags/2.9 (added)
-
tags/2.9/core (added)
-
tags/2.9/core/compatibility.php (added)
-
tags/2.9/core/media-templates.php (added)
-
tags/2.9/core/medialist.php (added)
-
tags/2.9/core/mime-types.php (added)
-
tags/2.9/core/options-pages.php (added)
-
tags/2.9/core/taxonomies.php (added)
-
tags/2.9/css (added)
-
tags/2.9/css/eml-admin-media-rtl.css (added)
-
tags/2.9/css/eml-admin-media.css (added)
-
tags/2.9/css/eml-admin-rtl.css (added)
-
tags/2.9/css/eml-admin.css (added)
-
tags/2.9/enhanced-media-library.php (added)
-
tags/2.9/fonts (added)
-
tags/2.9/fonts/webbistro.eot (added)
-
tags/2.9/fonts/webbistro.svg (added)
-
tags/2.9/fonts/webbistro.ttf (added)
-
tags/2.9/fonts/webbistro.woff (added)
-
tags/2.9/images (added)
-
tags/2.9/images/spinner-2x.gif (added)
-
tags/2.9/images/spinner.gif (added)
-
tags/2.9/index.php (added)
-
tags/2.9/js (added)
-
tags/2.9/js/eml-admin.js (added)
-
tags/2.9/js/eml-enhanced-medialist.js (added)
-
tags/2.9/js/eml-media-editor.js (added)
-
tags/2.9/js/eml-media-grid.js (added)
-
tags/2.9/js/eml-media-list.js (added)
-
tags/2.9/js/eml-media-models.js (added)
-
tags/2.9/js/eml-media-views.js (added)
-
tags/2.9/js/eml-media.js (added)
-
tags/2.9/js/eml-medialibrary-options.js (added)
-
tags/2.9/js/eml-mimetype-options.js (added)
-
tags/2.9/js/eml-options.js (added)
-
tags/2.9/js/eml-taxonomies-options.js (added)
-
tags/2.9/languages (added)
-
tags/2.9/languages/enhanced-media-library.pot (added)
-
tags/2.9/readme.txt (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
enhanced-media-library/trunk/readme.txt
r3086058 r3087916 5 5 Tested up to: 6.5.3 6 6 Requires PHP: 5.6 7 Stable tag: 2. 8.157 Stable tag: 2.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 178 178 ## Changelog ## 179 179 180 ### 2. 8.15###181 *Release Date - May 1 0, 2024*180 ### 2.9 ### 181 *Release Date - May 16, 2024* 182 182 183 183 = SECURITY UPDATE = 184 * A security issue related to MIME types upload fixed. Please update to the latest version on all your websites. 185 186 = Improvements = 187 * Gallery / playlist shortcodes improved for better compatibility with other plugins 188 * `AND` logic within a single taxonomy implemented for `[gallery]` and `[playlist]` shortcodes 189 190 ***Examples:*** 191 192 `[gallery media_category="california+flowers" genre="landscape"]` 193 *— Displays images having **both** categories "california" **AND** "flowers" AND also from the genre "landscape"* 194 195 `[gallery media_category="flowers,mosses" genre="garden"]` 196 *— Displays imager **either** from "flowers" **OR** "mosses" category AND also from the genre "garden"* 197 198 *Note: For performance it's better to use IDs instead of slugs in the gallery shortcodes.* 199 200 = Bugfixes = 201 * Layout issues fixed for the **media popup** with the `Infinite scrolling` option enabled 202 * `Fatal Error – Too Few Arguments to function` fixed for two plugins: "cred-frontend-editor" and AJAX Thumbnail Rebuild 203 * Minor CSS fixes 184 * Security issue related to MIME types upload has been fixed since v2.8.10. Please update to the latest version on all your websites. 185 186 = New = 187 * `Uploaded to this post by default` option added to the `Media` > `Media Library` > `Filters` section 188 *Enable the option to get media files initially filtered by "Uploaded to this post" in a Media Popup while adding or editing them for a post, page, or custom post type.* 189 * Some changes made to the plugin's code and the PRO version updating mechanism in preparation for an upcoming major update EML v3.0 190 191 = Bugfixes = 192 * Tiny bugs fixed 204 193 205 194 = Thank you! = … … 208 197 * *Please do not buy into ruzzian lies and propaganda. This aggression is unprovoked, illegal, and unfair. The people of Ukraine have all the right to live peacefully without ungrounded ruzzian claims and crimes committed.* 209 198 * *Support Ukraine. We are badly in need of weapons for defense.* 199 200 201 ### 2.8.15 ### 202 *Release Date - May 10, 2024* 203 204 = Improvements = 205 * Gallery / playlist shortcodes improved for better compatibility with other plugins 206 * `AND` logic within a single taxonomy implemented for `[gallery]` and `[playlist]` shortcodes 207 208 ***Examples:*** 209 210 `[gallery media_category="california+flowers" genre="landscape"]` 211 *— Displays images having **both** categories "california" **AND** "flowers" AND also from the genre "landscape"* 212 213 `[gallery media_category="flowers,mosses" genre="garden"]` 214 *— Displays imager **either** from "flowers" **OR** "mosses" category AND also from the genre "garden"* 215 216 *Note: For performance it's better to use IDs instead of slugs in the gallery shortcodes.* 217 218 = Bugfixes = 219 * Layout issues fixed for the **media popup** with the `Infinite scrolling` option enabled 220 * `Fatal Error – Too Few Arguments to function` fixed for two plugins: "cred-frontend-editor" and AJAX Thumbnail Rebuild 221 * Minor CSS fixes 210 222 211 223
Note: See TracChangeset
for help on using the changeset viewer.