Changeset 3381004
- Timestamp:
- 10/20/2025 01:29:49 AM (5 weeks ago)
- Location:
- media-library-assistant/trunk
- Files:
-
- 3 edited
-
includes/class-mla-core.php (modified) (2 diffs)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
media-library-assistant/trunk/includes/class-mla-core.php
r3379043 r3381004 22 22 * @var string 23 23 */ 24 const CURRENT_MLA_VERSION = '3. 29';24 const CURRENT_MLA_VERSION = '3.30'; 25 25 26 26 /** … … 31 31 * @var string 32 32 */ 33 const MLA_DEVELOPMENT_VERSION = ' 20251014';33 const MLA_DEVELOPMENT_VERSION = ''; 34 34 35 35 /** -
media-library-assistant/trunk/index.php
r3379043 r3381004 10 10 * @copyright 2025 David Lingren 11 11 * @license GPL-2.0-or-later 12 * @version 3. 2912 * @version 3.30 13 13 */ 14 14 … … 16 16 Plugin Name: Media Library Assistant 17 17 Plugin URI: http://davidlingren.com/#two 18 Description: 20251014Enhances 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. 2918 Description: 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.30 20 20 Requires at least: 4.7 21 21 Requires PHP: 5.3 -
media-library-assistant/trunk/readme.txt
r3379043 r3381004 5 5 Requires at least: 4.7 6 6 Tested up to: 6.8.3 7 Stable tag: 3. 297 Stable tag: 3.30 8 8 Requires PHP: 5.3 9 9 License: GPLv2 or later … … 381 381 == Upgrade Notice == 382 382 383 = 3. 29=384 IMPORTANT: Security mitigation in all four shortcodes. Media Manager Modal (popup) and Media/Assistant submenu table fixes. Fourfixes in all.383 = 3.30 = 384 IMPORTANT: Security mitigations in [mla_gallery] shortcode. PDF metadata extraction from documents with compressed object streams. One enhancement, three fixes in all. 385 385 386 386 == Acknowledgements ==
Note: See TracChangeset
for help on using the changeset viewer.