Plugin Directory

Changeset 2239547


Ignore:
Timestamp:
02/06/2020 09:02:16 AM (6 years ago)
Author:
themexa
Message:

v2.3 - CSS Filetype Allowed to Upload and Edit

Location:
secure-file-manager/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • secure-file-manager/trunk/readme.txt

    r2201389 r2239547  
    66Tested up to: 5.3
    77Requires PHP: 5.6
    8 Stable tag: 2.2
     8Stable tag: 2.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    100100* Ace Editor Removed.
    101101
     102= 2.3 =
     103* CSS Filetype Allowed to Upload and Edit.
     104
    102105== Upgrade Notice ==
    103106= 1.0 =
  • secure-file-manager/trunk/secure-file-manager.php

    r2201389 r2239547  
    33/**
    44 * @package Secure File Manager
    5  * @version 2.2
     5 * @version 2.3
    66 */
    77
     
    1111Description: Most Beautiful and Secure WordPress File Manager
    1212Author: Themexa
    13 Version: 2.2
     13Version: 2.3
    1414Author URI: https://www.themexa.com
    1515License: GPL2
     
    2525 * Current plugin version.
    2626 */
    27 define( 'secure-file-manager', '2.2' );
     27define( 'secure-file-manager', '2.3' );
    2828
    2929/**
  • secure-file-manager/trunk/vendor/elfinder/php/connector.minimal.php

    r2201389 r2239547  
    370370            ),
    371371            'uploadDeny'  => array('all'),                // All Mimetypes not allowed to upload
    372             'uploadAllow' => array('image/x-ms-bmp', 'image/gif', 'image/jpeg', 'image/png', 'image/x-icon', 'text/plain', 'text/x-php', 'application/zip', 'application/pdf'), // Mimetype `image` and `text/plain` allowed to upload
     372            'uploadAllow' => array('image/x-ms-bmp', 'image/gif', 'image/jpeg', 'image/png', 'image/x-icon', 'text/plain', 'text/x-php', 'application/zip', 'application/pdf', 'text/css'), // Mimetype `image` and `text/plain` allowed to upload
    373373            'uploadOrder' => array('deny', 'allow'),      // allowed Mimetype `image` and `text/plain` only
    374374        ),
Note: See TracChangeset for help on using the changeset viewer.