Changeset 3465434
- Timestamp:
- 02/20/2026 12:10:52 AM (5 weeks ago)
- Location:
- media-library-assistant/trunk
- Files:
-
- 1 deleted
- 4 edited
-
examples/plugins/mla-custom-list-hooks-example .php (deleted)
-
includes/class-mla-core.php (modified) (2 diffs)
-
includes/class-mla-shortcode-support.php (modified) (1 diff)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
media-library-assistant/trunk/includes/class-mla-core.php
r3459452 r3465434 22 22 * @var string 23 23 */ 24 const CURRENT_MLA_VERSION = '3.3 2';24 const CURRENT_MLA_VERSION = '3.33'; 25 25 26 26 /** … … 31 31 * @var string 32 32 */ 33 const MLA_DEVELOPMENT_VERSION = ' 20260211';33 const MLA_DEVELOPMENT_VERSION = ''; 34 34 35 35 /** -
media-library-assistant/trunk/includes/class-mla-shortcode-support.php
r3459452 r3465434 4899 4899 't.slug', 4900 4900 't.term_group', 4901 't.term_icon', 4901 4902 'tt.term_taxonomy_id', 4902 4903 'tt.term_id', -
media-library-assistant/trunk/index.php
r3459452 r3465434 10 10 * @copyright 2026 David Lingren 11 11 * @license GPL-2.0-or-later 12 * @version 3.3 212 * @version 3.33 13 13 */ 14 14 … … 16 16 Plugin Name: Media Library Assistant 17 17 Plugin URI: http://davidlingren.com/#two 18 Description: 20260211Enhances 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.3 218 Description: 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.33 20 20 Requires at least: 4.7 21 21 Requires PHP: 7.4 -
media-library-assistant/trunk/readme.txt
r3459452 r3465434 4 4 Tags: categories, images, media, media library, tags 5 5 Tested up to: 6.9.1 6 Stable tag: 3.3 26 Stable tag: 3.33 7 7 Requires at least: 4.7 8 8 Requires PHP: 7.4 … … 378 378 == Upgrade Notice == 379 379 380 = 3.3 2=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 = 381 IMPORTANT: Security fix for [mla_tag_cloud] and [mla_term_list], relative path fix for pagination controls and WPML fix. Four fixes in all. 382 382 383 383 == Acknowledgements ==
Note: See TracChangeset
for help on using the changeset viewer.