Changeset 3450123
- Timestamp:
- 01/30/2026 04:23:53 AM (2 months ago)
- Location:
- media-library-assistant/trunk
- Files:
-
- 4 edited
-
includes/class-mla-core.php (modified) (1 diff)
-
includes/class-mla-media-modal-ajax.php (modified) (1 diff)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
media-library-assistant/trunk/includes/class-mla-core.php
r3448291 r3450123 22 22 * @var string 23 23 */ 24 const CURRENT_MLA_VERSION = '3.3 1';24 const CURRENT_MLA_VERSION = '3.32'; 25 25 26 26 /** -
media-library-assistant/trunk/includes/class-mla-media-modal-ajax.php
r3448291 r3450123 306 306 307 307 $label = ! empty( $field['label'] ) ? $field['label'] : $key; 308 } else { 309 $label = $field['labels']->name; 308 310 } 309 311 -
media-library-assistant/trunk/index.php
r3448291 r3450123 10 10 * @copyright 2026 David Lingren 11 11 * @license GPL-2.0-or-later 12 * @version 3.3 112 * @version 3.32 13 13 */ 14 14 … … 17 17 Plugin URI: http://davidlingren.com/#two 18 18 Description: Enhances the Media Library; powerful [mla_gallery] [mla_tag_cloud] [mla_term_list], [mla_custom_list], [mla_archive_list], taxonomy support, IPTC/EXIF/XMP/PDF processing, bulk/quick edit. 19 Version: 3.3 119 Version: 3.32 20 20 Requires at least: 4.7 21 21 Requires PHP: 7.4 -
media-library-assistant/trunk/readme.txt
r3448291 r3450123 4 4 Tags: categories, images, media, media library, tags 5 5 Tested up to: 6.9 6 Stable tag: 3.3 16 Stable tag: 3.32 7 7 Requires at least: 4.7 8 8 Requires PHP: 7.4 … … 203 203 204 204 == Changelog == 205 206 = 3.32 = 207 * Fix: A defect with taxonomy labels in the MMMW ATTACHMENT DETAILS pane causing a PHP "Undefined variable $label" message has been corrected. 205 208 206 209 = 3.31 = … … 397 400 == Upgrade Notice == 398 401 399 = 3.3 1=400 New [mla_archive_list] shortcode provides date-based lists and dropdown controls for filtering [mla_gallery] displays. More reliable pagination links in all shortcodes. BIG Image threshold control. Four enhancements, six fixes in all.402 = 3.32 = 403 IMPORTANT: A defect with taxonomy labels in the MMMW ATTACHMENT DETAILS pane causing a PHP "Undefined variable $label" message has been corrected. 401 404 402 405 == Acknowledgements ==
Note: See TracChangeset
for help on using the changeset viewer.