Plugin Directory

Changeset 3110092

Timestamp:
06/30/2024 08:38:54 PM (5 weeks ago)
Author:
dglingren
Message:

Create trunk version 3.18.

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

Legend:

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

    r3109506 r3110092  
    2222     * @var string
    2323     */
    24     const CURRENT_MLA_VERSION = '3.17';
     24    const CURRENT_MLA_VERSION = '3.1';
    2525
    2626    /**
     
    3131     * @var string
    3232     */
    33     const MLA_DEVELOPMENT_VERSION = '20240628';
     33    const MLA_DEVELOPMENT_VERSION = '';
    3434
    3535    /**
  • media-library-assistant/trunk/index.php

    r3109506 r3110092  
    1010 * @copyright 2024 David Lingren
    1111 * @license   GPL-2.0-or-later
    12  * @version   3.17
     12 * @version   3.1
    1313 */
    1414
     
    1616Plugin Name: Media Library Assistant
    1717Plugin URI: http://davidlingren.com/#two
    18 Description: 20240628 Enhances the Media Library; powerful [mla_gallery] [mla_tag_cloud] [mla_term_list], taxonomy support, IPTC/EXIF/XMP/PDF processing, bulk/quick edit.
    19 Version: 3.17
     18Description: Enhances the Media Library; powerful [mla_gallery] [mla_tag_cloud] [mla_term_list], taxonomy support, IPTC/EXIF/XMP/PDF processing, bulk/quick edit.
     19Version: 3.1
    2020Requires at least: 4.1
    2121Requires PHP: 5.3
  • media-library-assistant/trunk/readme.txt

    r3109506 r3110092  
    55Requires at least: 4.1
    66Tested up to: 6.5.4
    7 Stable tag: 3.17
     7Stable tag: 3.1
    88Requires PHP: 5.3
    99License: GPLv2 or later
     
    189189
    190190= 3.18 =
    191 * Fix: **IMPORTANT: A Reflected Cross-Site Scripting security risk in the Media/Assistant page when orderby=rml is used has been mitigated.**
    192 * Fix: Another problem with formatting the `order=` portion of the SQL orderby clause from shortcode parameters has been corrected.
     191* Fix: **IMPORTANT: A Reflected Cross-Site Scripting security risk in the Media/Assistant page when is used has been mitigated.**
     192* Fix: Another problem with formatting the `order=` portion of the SQL orderby clause from shortcode parameters has been corrected.
    193193
    194194= 3.17 =
     
    381381== Upgrade Notice ==
    382382
    383 = 3.17 =
    384 IMPORTANT: Security risks in the Media/Edit Media screen and shortcodes have been mitigated. Elementor fix for the Media Manager Modal (popup) Window. Eight fixes in all.
     383= 3.1 =
     384IMPORTANT: fixes in all.
    385385
    386386== Acknowledgements ==
Note: See TracChangeset for help on using the changeset viewer.