Releases: FriendsOfCake/cakephp-upload
Releases · FriendsOfCake/cakephp-upload
3.6.2
3.6.1
3.6.0
3.5.1
3.5.0
- #379: Fix double directory separator in constructFiles when following docs
- #386: Update install instructions
- #389: Prevent erasing _config that's been set in the constructor
- #390: Fix path detection in afterDelete
- #393: Remove "background" section from readme.
- #391: Restore original value of the field when upload failed
- #394: Adding year|month|day path replacements
1.3.1
3.4.0
- Add
UploadValidation
andImageValidation
classes for use with the cakephp validation library - Fix for configurations when using empty settings
3.3.0
- Add the ability to delete files when the record is deleted via the
keepFilesOnDelete
option.
3.2.0
- Add support for running this plugin with just the ORM
- Fix doc formatting
- Ensure the file written to disk is named the same as the filename stored in the database
3.1.0
- Fix issue where calling
$path->basepath()
multiple times could result in different paths depending upon input replacements - Drop PHP 5.4 support. Upgrade your PHP.