Changeset 2239547
- Timestamp:
- 02/06/2020 09:02:16 AM (6 years ago)
- Location:
- secure-file-manager/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
secure-file-manager.php (modified) (3 diffs)
-
vendor/elfinder/php/connector.minimal.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
secure-file-manager/trunk/readme.txt
r2201389 r2239547 6 6 Tested up to: 5.3 7 7 Requires PHP: 5.6 8 Stable tag: 2. 28 Stable tag: 2.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 100 100 * Ace Editor Removed. 101 101 102 = 2.3 = 103 * CSS Filetype Allowed to Upload and Edit. 104 102 105 == Upgrade Notice == 103 106 = 1.0 = -
secure-file-manager/trunk/secure-file-manager.php
r2201389 r2239547 3 3 /** 4 4 * @package Secure File Manager 5 * @version 2. 25 * @version 2.3 6 6 */ 7 7 … … 11 11 Description: Most Beautiful and Secure WordPress File Manager 12 12 Author: Themexa 13 Version: 2. 213 Version: 2.3 14 14 Author URI: https://www.themexa.com 15 15 License: GPL2 … … 25 25 * Current plugin version. 26 26 */ 27 define( 'secure-file-manager', '2. 2' );27 define( 'secure-file-manager', '2.3' ); 28 28 29 29 /** -
secure-file-manager/trunk/vendor/elfinder/php/connector.minimal.php
r2201389 r2239547 370 370 ), 371 371 '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 upload372 '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 373 373 'uploadOrder' => array('deny', 'allow'), // allowed Mimetype `image` and `text/plain` only 374 374 ),
Note: See TracChangeset
for help on using the changeset viewer.