Changeset 1385893
- Timestamp:
- 04/04/2016 04:57:08 AM (10 years ago)
- Location:
- work-the-flow-file-upload/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 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
r1385866 r1385893 5 5 Requires at least: 3.5.1 6 6 Tested up to: 4.3 7 Stable tag: 3. 0.17 Stable tag: 3.1.0 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 = 3.1.1 = 328 * Updated README file version number to 3.1.1 (3.1.0 version number update was missed.) 329 327 330 = 3.1.0 = 328 331 * Updates to better support wtf_fu_list_files shortcode. -
work-the-flow-file-upload/trunk/public/class-wtf-fu.php
r1385866 r1385893 44 44 * @var string 45 45 */ 46 const VERSION = '3.1. 0';46 const VERSION = '3.1.1'; 47 47 48 48 /** -
work-the-flow-file-upload/trunk/work-the-flow-file-upload.php
r1385866 r1385893 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: 3.1. 07 * Version: 3.1.1 8 8 * Author: Lynton Reed 9 9 * Author URI: http://wtf-fu.com
Note: See TracChangeset
for help on using the changeset viewer.