Plugin Directory

Changeset 3051451


Ignore:
Timestamp:
03/15/2024 05:29:51 AM (21 months ago)
Author:
mndpsingh287
Message:

v7.2.5

Location:
wp-file-manager/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-file-manager/trunk/file_folder_manager.php

    r3042608 r3051451  
    55  Description: Manage your WP files.
    66  Author: mndpsingh287
    7   Version: 7.2.4
     7  Version: 7.2.5
    88  Author URI: https://profiles.wordpress.org/mndpsingh287
    99  License: GPLv2
     
    1717    {
    1818        protected $SERVER = 'https://searchpro.ai/api/plugindata/api.php';
    19         var $ver = '7.2.4';
     19        var $ver = '7.2.5';
    2020        /* Auto Load Hooks */
    2121        public function __construct()
     
    10031003                     'nonce' => $fm_nonce,
    10041004                     'plugin_url' => plugins_url('lib/', __FILE__),
    1005                      'lang' => isset($_GET['lang']) ? sanitize_text_field(htmlentities($_GET['lang'])) : (($wp_fm_lang !== false) ? $wp_fm_lang : 'en'),
     1005                     'lang' => isset($_GET['lang']) && in_array(sanitize_text_field(htmlentities($_GET['lang'])), $this->fm_languages()) ? sanitize_text_field(htmlentities($_GET['lang'])) : (($wp_fm_lang !== false) ? $wp_fm_lang : 'en'),
    10061006                     'fm_enable_media_upload' => (isset($opt['fm_enable_media_upload']) && $opt['fm_enable_media_upload'] == '1') ? '1' : '0',
    10071007                     'is_multisite'=> is_multisite() ? '1' : '0',
  • wp-file-manager/trunk/readme.txt

    r3042608 r3051451  
    55Tested up to: 6.4.3
    66Requires PHP: 5.2.4
    7 Stable tag: 7.2.4
     7Stable tag: 7.2.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    140140== Changelog ==
    141141
     142= 7.2.5 (14 Mar, 2024) =
     143* Improved Language check.
     144
    142145= 7.2.4 (28 Feb, 2024) =
    143146* Fixed Language issue.
Note: See TracChangeset for help on using the changeset viewer.