Plugin Directory

Changeset 3410874


Ignore:
Timestamp:
12/04/2025 12:19:53 PM (3 months ago)
Author:
AlanP57
Message:

Update 8.3.6

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

Legend:

Unmodified
Added
Removed
  • media-library-plus/trunk/media-library-plus.php

    r3385860 r3410874  
    44Plugin URI: https://maxgalleria.com
    55Description: Gives you the ability to adds folders and move files in the WordPress Media Library.
    6 Version: 8.3.5
     6Version: 8.3.6
    77Author: Max Foundry
    88Author URI: https://maxfoundry.com
     
    7676    public function set_global_constants() {   
    7777        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');
    7979        define('MAXGALLERIA_MEDIA_LIBRARY_IGNORE_NOTICE', 'maxgalleria_media_library_ignore_notice');
    8080        define('MAXGALLERIA_MEDIA_LIBRARY_PLUGIN_NAME', trim(dirname(plugin_basename(__FILE__)), '/'));
  • media-library-plus/trunk/mlp-reset.php

    r3385860 r3410874  
    66Author: Max Foundry
    77Author URI: https://maxfoundry.com
    8 Version: 8.3.5
     8Version: 8.3.6
    99Copyright 2015-2021 Max Foundry, LLC (https://maxfoundry.com)
    1010Text Domain: mlp-reset
  • media-library-plus/trunk/readme.txt

    r3385860 r3410874  
    33Tags: media library folders, media library folders, organize media library
    44Requires at least: 4.0
    5 Tested up to: 6.8.3
    6 Stable tag: 8.3.5
     5Tested up to: 6.9
     6Stable tag: 8.3.6
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    233233
    234234== Changelog ==
     235= 8.3.6 =
     236* Tested with Wordpress 6.9
    235237
    236238= 8.3.5 =
Note: See TracChangeset for help on using the changeset viewer.