Plugin Directory

Changeset 3465434


Ignore:
Timestamp:
02/20/2026 12:10:52 AM (5 weeks ago)
Author:
dglingren
Message:

Create trunk version 3.33.

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

Legend:

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

    r3459452 r3465434  
    2222     * @var string
    2323     */
    24     const CURRENT_MLA_VERSION = '3.32';
     24    const CURRENT_MLA_VERSION = '3.33';
    2525
    2626    /**
     
    3131     * @var string
    3232     */
    33     const MLA_DEVELOPMENT_VERSION = '20260211';
     33    const MLA_DEVELOPMENT_VERSION = '';
    3434
    3535    /**
  • media-library-assistant/trunk/includes/class-mla-shortcode-support.php

    r3459452 r3465434  
    48994899        't.slug',
    49004900        't.term_group',
     4901        't.term_icon',
    49014902        'tt.term_taxonomy_id',
    49024903        'tt.term_id',
  • media-library-assistant/trunk/index.php

    r3459452 r3465434  
    1010 * @copyright 2026 David Lingren
    1111 * @license   GPL-2.0-or-later
    12  * @version   3.32
     12 * @version   3.33
    1313 */
    1414
     
    1616Plugin Name: Media Library Assistant
    1717Plugin URI: http://davidlingren.com/#two
    18 Description: 20260211 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.32
     18Description: 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.
     19Version: 3.33
    2020Requires at least: 4.7
    2121Requires PHP: 7.4
  • media-library-assistant/trunk/readme.txt

    r3459452 r3465434  
    44Tags: categories, images, media, media library, tags
    55Tested up to: 6.9.1
    6 Stable tag: 3.32
     6Stable tag: 3.33
    77Requires at least: 4.7
    88Requires PHP: 7.4
     
    378378== Upgrade Notice ==
    379379
    380 = 3.32 =
    381 IMPORTANT: A defect with taxonomy labels in the MMMW ATTACHMENT DETAILS pane causing a PHP "Undefined variable $label" message has been corrected.
     380= 3.33 =
     381IMPORTANT: Security fix for [mla_tag_cloud] and [mla_term_list], relative path fix for pagination controls and WPML fix. Four fixes in all.
    382382
    383383== Acknowledgements ==
Note: See TracChangeset for help on using the changeset viewer.