Changeset 1127460
- Timestamp:
- 04/04/2015 01:34:46 AM (11 years ago)
- Location:
- work-the-flow-file-upload/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (3 diffs)
-
public/class-wtf-fu.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
r1075113 r1127460 5 5 Requires at least: 3.5.1 6 6 Tested up to: 4.1 7 Stable tag: 2.5. 27 Stable tag: 2.5.4 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 328 = 2.5.4 = 329 * Updated readme and version numbers correctly (missed in 2.5.3) 330 = 2.5.3 = 331 * Removed unneeded JQuery-File-Upload files. 327 332 = 2.5.2 = 328 333 * Reverted additional security measures introduced in 2.5.0, this was causing "Empty File Upload errors" during uploads. … … 479 484 480 485 == Upgrade Notice == 486 = 2.5.4 = 487 * Updated readme and version numbers correctly (missed in 2.5.3) 488 = 2.5.3 = 489 * Removed unneeded JQuery-File-Upload files. 481 490 = 2.5.2 = 482 491 * Reverted additional security measures introduced in 2.5.0, this was causing "Empty File Upload errors" during uploads. -
work-the-flow-file-upload/trunk/public/class-wtf-fu.php
r1075113 r1127460 44 44 * @var string 45 45 */ 46 const VERSION = '2.5. 2';46 const VERSION = '2.5.4'; 47 47 48 48 /** -
work-the-flow-file-upload/trunk/work-the-flow-file-upload.php
r1075113 r1127460 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.5. 27 * Version: 2.5.4 8 8 * Author: Lynton Reed 9 9 * Author URI: http://wtf-fu.com
Note: See TracChangeset
for help on using the changeset viewer.