Plugin Directory

Changeset 3095487


Ignore:
Timestamp:
05/31/2024 06:30:08 AM (19 months ago)
Author:
mndpsingh287
Message:

v7.2.8

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

Legend:

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

    r3082510 r3095487  
    55  Description: Manage your WP files.
    66  Author: mndpsingh287
    7   Version: 7.2.7
     7  Version: 7.2.8
    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.7';
     19        var $ver = '7.2.8';
    2020        /* Auto Load Hooks */
    2121        public function __construct()
     
    483483        */
    484484        public function mk_file_manager_backup_callback(){
     485           
     486            $nonce = sanitize_text_field( $_POST['nonce'] );
     487            if( ! current_user_can( 'manage_options' ) && ! wp_verify_nonce( $nonce, 'wpfmbackup' ) ) {
     488                die(__('Invalid security token!', 'wp-file-manager'));
     489            }
     490
    485491            global $wpdb;
    486492            $fmdb = $wpdb->prefix.'wpfm_backup';
  • wp-file-manager/trunk/readme.txt

    r3082510 r3095487  
    33Tags: wp-file-manager, elfinder,file manager, ftp, wp-filemanager,file manager, wp-filemanager, Upload Files, WP File Manager, File Manage, Edit Files, Delete Files, FTP, filemanager, wpfilemanager, ftp, file transfer, update, create, delete, view, rename, editor, Cpanel, Control Panel, Admin, Shortcode, explorer, file explorer, filemanager
    44Requires at least: 4.0
    5 Tested up to: 6.5.2
     5Tested up to: 6.5.3
    66Requires PHP: 5.2.4
    7 Stable tag: 7.2.7
     7Stable tag: 7.2.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    140140== Changelog ==
    141141
     142= 7.2.8 (31 May, 2024) =
     143* Security Fixes.
     144
    142145= 7.2.7 (07 May, 2024) =
    143146* Fixed image preview issue.
Note: See TracChangeset for help on using the changeset viewer.