Plugin Directory

Changeset 3099062


Ignore:
Timestamp:
06/07/2024 05:34:21 AM (18 months ago)
Author:
mndpsingh287
Message:

v7.2.9

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

Legend:

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

    r3095487 r3099062  
    55  Description: Manage your WP files.
    66  Author: mndpsingh287
    7   Version: 7.2.8
     7  Version: 7.2.9
    88  Author URI: https://profiles.wordpress.org/mndpsingh287
    99  License: GPLv2
     
    1616    class mk_file_folder_manager
    1717    {
    18         protected $SERVER = 'https://searchpro.ai/api/plugindata/api.php';
    19         var $ver = '7.2.8';
     18        protected $SERVER = 'https://filemanagerpro.io/api/plugindata/api.php';
     19        var $ver = '7.2.9';
    2020        /* Auto Load Hooks */
    2121        public function __construct()
     
    133133                }
    134134            }
     135
    135136        }
    136137
     
    485486           
    486487            $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 
     488            if( current_user_can( 'manage_options' ) && wp_verify_nonce( $nonce, 'wpfmbackup' ) ) {
    491489            global $wpdb;
    492490            $fmdb = $wpdb->prefix.'wpfm_backup';
    493491            $date = date('Y-m-d H:i:s');
    494492            $file_number = 'backup_'.date('Y_m_d_H_i_s-').bin2hex(openssl_random_pseudo_bytes(4));
    495             $nonce = sanitize_text_field($_POST['nonce']);
    496493            $database = sanitize_text_field($_POST['database']);
    497494            $files = sanitize_text_field($_POST['files']);
     
    601598                }
    602599            }
     600            } else {
     601                die(__('Invalid security token!', 'wp-file-manager'));
     602            }
    603603            die;
    604604        }
  • wp-file-manager/trunk/readme.txt

    r3095487 r3099062  
    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.3
     5Tested up to: 6.5.4
    66Requires PHP: 5.2.4
    7 Stable tag: 7.2.8
     7Stable tag: 7.2.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    140140== Changelog ==
    141141
     142= 7.2.9 (6th June, 2024) =
     143* Trash Folder & Security Fixes.
     144
    142145= 7.2.8 (31 May, 2024) =
    143146* Security Fixes.
Note: See TracChangeset for help on using the changeset viewer.