Plugin Directory

Changeset 3085353

Timestamp:
05/13/2024 12:25:02 AM (3 months ago)
Author:
dglingren
Message:

Fix blacklist processing for mla_alt_shortcode=yes.

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

Legend:

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

    r3069819 r3085353  
    3131     * @var string
    3232     */
    33     const MLA_DEVELOPMENT_VERSION = '20240412';
     33    const MLA_DEVELOPMENT_VERSION = '2024012';
    3434
    3535    /**
  • media-library-assistant/trunk/includes/class-mla-shortcode-support.php

    r3053883 r3085353  
    895895                    )
    896896                );
     897
     898
     899
     900
    897901            }
    898902
    899903            $blacklist = apply_filters( 'mla_gallery_alt_shortcode_blacklist', $blacklist );
     904
    900905            $alt_attr = apply_filters( 'mla_gallery_alt_shortcode_attributes', $attr );
    901906//error_log( __LINE__ . " alt_attr = " . var_export( $alt_attr, true ), 0 );
     
    924929                $mla_alt_shortcode_args[] = $key . '=' . $value;
    925930            } // foreach $attr
    926 //error_log( __LINE__ . " mla_alt_shortcode_args = " . var_export( $mla_alt_shortcode_args, true ), 0 );
    927 
    928931
    929932            $mla_alt_shortcode_args = implode( ' ', $mla_alt_shortcode_args );
  • media-library-assistant/trunk/index.php

    r3069819 r3085353  
    1616Plugin Name: Media Library Assistant
    1717Plugin URI: http://davidlingren.com/#two
    18 Description: 20240412 Enhances the Media Library; powerful [mla_gallery] [mla_tag_cloud] [mla_term_list], taxonomy support, IPTC/EXIF/XMP/PDF processing, bulk/quick edit.
     18Description: 2024012 Enhances the Media Library; powerful [mla_gallery] [mla_tag_cloud] [mla_term_list], taxonomy support, IPTC/EXIF/XMP/PDF processing, bulk/quick edit.
    1919Version: 3.15
    2020Requires at least: 4.1
  • media-library-assistant/trunk/readme.txt

    r3069819 r3085353  
    44Tags: categories, images, media, media library, tags
    55Requires at least: 4.1
    6 Tested up to: 6.5
     6Tested up to: 6.5
    77Stable tag: 3.15
    88Requires PHP: 5.3
     
    192192* Fix: **IMPORTANT: A Reflected Cross-Site Scripting security risk in the Media/Edit Media page has been mitigated.**
    193193* Fix: **IMPORTANT: An SQL Injection security risk in the `[mla_custom_list]` shortcode has been mitigated.**
     194
    194195* Fix: For the `[mla_custom_list]` shortcode, a defect that caused the `ids=` and `include=` parameters to fail when used together has been corrected.
    195196
Note: See TracChangeset for help on using the changeset viewer.