Plugin Directory

Changeset 3450123


Ignore:
Timestamp:
01/30/2026 04:23:53 AM (2 months ago)
Author:
dglingren
Message:

Correct a defect with taxonomy labels in the MMMW ATTACHMENT DETAILS pane causing a PHP "Undefined variable $label" message.

Location:
media-library-assistant/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • media-library-assistant/trunk/includes/class-mla-core.php

    r3448291 r3450123  
    2222     * @var string
    2323     */
    24     const CURRENT_MLA_VERSION = '3.31';
     24    const CURRENT_MLA_VERSION = '3.32';
    2525
    2626    /**
  • media-library-assistant/trunk/includes/class-mla-media-modal-ajax.php

    r3448291 r3450123  
    306306
    307307                        $label = ! empty( $field['label'] ) ? $field['label'] : $key;
     308                    } else {
     309                        $label = $field['labels']->name;
    308310                    }
    309311
  • media-library-assistant/trunk/index.php

    r3448291 r3450123  
    1010 * @copyright 2026 David Lingren
    1111 * @license   GPL-2.0-or-later
    12  * @version   3.31
     12 * @version   3.32
    1313 */
    1414
     
    1717Plugin URI: http://davidlingren.com/#two
    1818Description: 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.31
     19Version: 3.32
    2020Requires at least: 4.7
    2121Requires PHP: 7.4
  • media-library-assistant/trunk/readme.txt

    r3448291 r3450123  
    44Tags: categories, images, media, media library, tags
    55Tested up to: 6.9
    6 Stable tag: 3.31
     6Stable tag: 3.32
    77Requires at least: 4.7
    88Requires PHP: 7.4
     
    203203
    204204== 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.
    205208
    206209= 3.31 =
     
    397400== Upgrade Notice ==
    398401
    399 = 3.31 =
    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 =
     403IMPORTANT: A defect with taxonomy labels in the MMMW ATTACHMENT DETAILS pane causing a PHP "Undefined variable $label" message has been corrected.
    401404
    402405== Acknowledgements ==
Note: See TracChangeset for help on using the changeset viewer.