Changeset 1385909
- Timestamp:
- 04/04/2016 05:31:14 AM (10 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
r1385897 r1385909 5 5 Requires at least: 3.5.1 6 6 Tested up to: 4.3 7 Stable tag: 3.1. 27 Stable tag: 3.1.3 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.3 = 328 * missing changelogs added. 329 330 = 3.1.2 = 331 * release versioning fixes. 332 327 333 = 3.1.1 = 328 334 * Updated README file version number to 3.1.1 (3.1.0 version number update was missed.) … … 498 504 499 505 == Upgrade Notice == 506 = 3.1.3 = 507 * Release version issues only. Please update to latest. 508 = 3.1.2 = 509 * Release version issues only. Please update to latest. 510 = 3.1.1 = 511 * Release version issues only. Please update to latest. 500 512 = 3.1.0 = 501 513 * PRO users should upgrade to improve support for the wtf_fu_list_files shortcode, non PRO users should also upgrade to ensure they have the latest code base. -
work-the-flow-file-upload/trunk/public/class-wtf-fu.php
r1385897 r1385909 44 44 * @var string 45 45 */ 46 const VERSION = '3.1. 2';46 const VERSION = '3.1.3'; 47 47 48 48 /** -
work-the-flow-file-upload/trunk/work-the-flow-file-upload.php
r1385897 r1385909 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. 27 * Version: 3.1.3 8 8 * Author: Lynton Reed 9 9 * Author URI: http://wtf-fu.com
Note: See TracChangeset
for help on using the changeset viewer.