wp/wp-content/plugins/wp-filemanager/readme.txt
changeset 14 00ac8f60d73f
parent 13 d255fe9cd479
child 15 3d4e9c994f10
equal deleted inserted replaced
13:d255fe9cd479 14:00ac8f60d73f
     1 === wp-FileManager ===
       
     2 Contributors: anantshri, johannesries 
       
     3 Tags: change, upload, organize, delete, management, file
       
     4 Requires at least: 3.2
       
     5 Tested up to: 3.5.1
       
     6 Stable tag: 1.4.0
       
     7 License: GPLv2 or later
       
     8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
       
     9 
       
    10 FileManager for WordPress allows you to easily change, delete, organize and upload files.
       
    11 
       
    12 == Description ==
       
    13 
       
    14 WP-Filemanager is your one stop solution for all file management work right from the wordpress admin page.   
       
    15    
       
    16 Following features are present as of now.
       
    17 
       
    18 *   Create File, Folder 
       
    19 *   Upload ,Download file 
       
    20 *   View, Edit files 
       
    21 *   rename an delete files 
       
    22 *   Configuration menu inside WP-admin panel 
       
    23 
       
    24 More features to be added soon.
       
    25 
       
    26 *   Code editor for script fles 
       
    27 *   WYSIWYG editors for html files 
       
    28 *   Image editor for image files
       
    29 
       
    30 
       
    31 == Upgrade Notice ==
       
    32 
       
    33 This version fixes a security issue as well as multiple long standing usability bugs, errors and warnings. Upgrade immediately. 
       
    34 
       
    35 
       
    36 == Installation ==
       
    37 
       
    38 1.  Extract the zip file and just drop the contents in the wp-content/plugins/ directory
       
    39 2.  Activate the plugin through the \'Plugins\' menu in WordPress. 
       
    40 3.  Update configuration (most importantly home_directory) and select relevent options.
       
    41 4.  Check under the admin section last menu in sidebar will be FileManager.
       
    42 
       
    43 
       
    44 == Frequently Asked Questions ==
       
    45 
       
    46 For any questions please use the comments function at <a href=\"http://blog.anantshri.info/projects/wp-filemanager/\" target=\"_blank\" title=\"comment\">this page</a>. for <a href=\"&quot;http://johannesries.de/webwork/wp-filemanager/#respond&quot;\" target=\"_blank\" title=\"comment\">old questions refer this </a>
       
    47 
       
    48  
       
    49 == Screenshots ==
       
    50 1. WP-FileManager home directory view
       
    51 2. WP-FileManager configuration panel
       
    52 
       
    53 == Changelog ==
       
    54 1.4.0
       
    55 
       
    56 *   Fix of a Security Issue caused by arbitrary file download vulnerability.
       
    57 *   View and download of file is now restricted inside wp-admin and hence visible only for admin roles.
       
    58 *   Added index file on all pages to disable accidental diretory browsing.
       
    59 *   Support is upped to 3.5.1 but minimum is advanced to 3.2 now. No point supporting so old releases.
       
    60 *   Added protection on all files to protect from direct access.
       
    61 *   Added code to prevent overall in function names with other plugin.
       
    62 *   Codepress support removed as wordpress has stopped supporting it. (might add something later)
       
    63 *   now supports HTML multiupload : patch submitted by thpani : http://profiles.wordpress.org/thpani/
       
    64 *   rename function issue resolved.
       
    65 
       
    66 
       
    67 1.3.0
       
    68 
       
    69 *   Bug Fixes and stable release.
       
    70 *   Warning's removed.
       
    71 
       
    72 1.2.8
       
    73 
       
    74 *   Download and View errors removed and now working fine.
       
    75 
       
    76 1.2.6   
       
    77 
       
    78 *   Codepress Implemented for Editing panel.   
       
    79 *   plugin  works directly from wp-content folder.   
       
    80 *   Admin page for plugin started construction.   
       
    81 *   Hide extension option is added in file browser view.   
       
    82    
       
    83    
       
    84 1.2.2 
       
    85 
       
    86 *   fixed the readme   
       
    87 *   added Czech translation by Petr Sahula
       
    88 
       
    89 
       
    90 WP-FileManager bases on PHPFM, GION Icons and original work by Joe Schmoe.