Changeset 982618
- Timestamp:
- 09/06/2014 01:59:47 AM (12 years ago)
- Location:
- work-the-flow-file-upload/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (3 diffs)
-
public/class-wtf-fu.php (modified) (1 diff)
-
public/includes/class-wtf-fu-fileupload-shortcode.php (modified) (1 diff)
-
work-the-flow-file-upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
work-the-flow-file-upload/trunk/README.txt
r954893 r982618 5 5 Requires at least: 3.5.1 6 6 Tested up to: 3.9.1 7 Stable tag: 2.3. 17 Stable tag: 2.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 325 325 326 326 == Changelog == 327 = 2.3.2 = 328 * Fix for accept_file_types vulnerability where malicious authenticated users could manipulate the allowed upload file types to upload files with .php extensions 329 327 330 = 2.3.1 = 328 331 * Fix loading of new demo workflow bug. … … 457 460 458 461 == Upgrade Notice == 462 = 2.3.2 = 463 * Fix for accept_file_types vulnerability where malicious authenticated users could manipulate the allowed upload file types to upload files with .php extensions 464 459 465 = 2.3.1 = 460 466 * Fix loading of new demo workflow bug. -
work-the-flow-file-upload/trunk/public/class-wtf-fu.php
r954893 r982618 44 44 * @var string 45 45 */ 46 const VERSION = '2.3. 1';46 const VERSION = '2.3.2'; 47 47 48 48 /** -
work-the-flow-file-upload/trunk/public/includes/class-wtf-fu-fileupload-shortcode.php
r920619 r982618 146 146 $options[$k] = '/\.(' . $v . ')$/i'; 147 147 } 148 $options[$k] = preg_replace("/php/i", "", $options[$k]); 149 log_me(array($k => $options[$k])); 148 150 break; 149 151 case 'max_number_of_files' : -
work-the-flow-file-upload/trunk/work-the-flow-file-upload.php
r954893 r982618 5 5 * Plugin URI: http://wtf-fu.com 6 6 * Description: Front end Html5 File Upload and configurable Workflow steps. Multiple file drag and drop, gallery image display, file reordering and archiving. 7 * Version: 2.3. 17 * Version: 2.3.2 8 8 * Author: Lynton Reed 9 9 * Author URI: http://wtf-fu.com
Note: See TracChangeset
for help on using the changeset viewer.