Changeset 3410874
- Timestamp:
- 12/04/2025 12:19:53 PM (3 months ago)
- Location:
- media-library-plus/trunk
- Files:
-
- 3 edited
-
media-library-plus.php (modified) (2 diffs)
-
mlp-reset.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
media-library-plus/trunk/media-library-plus.php
r3385860 r3410874 4 4 Plugin URI: https://maxgalleria.com 5 5 Description: Gives you the ability to adds folders and move files in the WordPress Media Library. 6 Version: 8.3. 56 Version: 8.3.6 7 7 Author: Max Foundry 8 8 Author URI: https://maxfoundry.com … … 76 76 public function set_global_constants() { 77 77 define('MAXGALLERIA_MEDIA_LIBRARY_VERSION_KEY', 'maxgalleria_media_library_version'); 78 define('MAXGALLERIA_MEDIA_LIBRARY_VERSION_NUM', '8.3. 5');78 define('MAXGALLERIA_MEDIA_LIBRARY_VERSION_NUM', '8.3.6'); 79 79 define('MAXGALLERIA_MEDIA_LIBRARY_IGNORE_NOTICE', 'maxgalleria_media_library_ignore_notice'); 80 80 define('MAXGALLERIA_MEDIA_LIBRARY_PLUGIN_NAME', trim(dirname(plugin_basename(__FILE__)), '/')); -
media-library-plus/trunk/mlp-reset.php
r3385860 r3410874 6 6 Author: Max Foundry 7 7 Author URI: https://maxfoundry.com 8 Version: 8.3. 58 Version: 8.3.6 9 9 Copyright 2015-2021 Max Foundry, LLC (https://maxfoundry.com) 10 10 Text Domain: mlp-reset -
media-library-plus/trunk/readme.txt
r3385860 r3410874 3 3 Tags: media library folders, media library folders, organize media library 4 4 Requires at least: 4.0 5 Tested up to: 6. 8.36 Stable tag: 8.3. 55 Tested up to: 6.9 6 Stable tag: 8.3.6 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 233 233 234 234 == Changelog == 235 = 8.3.6 = 236 * Tested with Wordpress 6.9 235 237 236 238 = 8.3.5 =
Note: See TracChangeset
for help on using the changeset viewer.