Releases: FriendsOfCake/cakephp-upload
Releases · FriendsOfCake/cakephp-upload
5.0.0
Merge pull request #556 from FriendsOfCake/cake-4.x
Cake 4.x
5.0.0-RC2
Merge pull request #548 from FriendsOfCake/beforesave
Skip processing in beforeSave() if value is not instance of UploadedFileInterface
5.0.0-RC
Merge pull request #542 from FriendsOfCake/issue-541
Fix "undefined index" error.
5.0.0-beta
CakePHP 4 compatible release.
4.0.1
- Save the extension along other file data #513
- Set defaults just for available field #515
- Fix CakePHP core constraints to
^3.5
#521
4.0.0
This change requires at least CakePHP 3.5, and should support the upcoming 4.x release.
- Prepare for CakePHP 3.6 #485
3.8.1
- Fix for the afterDelete callback introduced with the protected fields functionality #482
3.8.0
- Update examples.rst #470
- Improve nameCallback by adding $table, $entry and $field #477
- Introduction of protected field names #480
3.7.0
Bugs:
- Use composer phpunit #446
- Call is_resource() before fclose() #457
- Return microtime as a float #461
Enhancements:
- Deleting files should use the stored base path if available. #410
- You now have a deleteCallback option to delete additional files on record deletion #454
Documentation:
- Updated code examples to working code for 3.4 #445
- Removed extra <?php declaration #449
- Filepath comments #450
- Update examples.rst #455