Releases: scherersoftware/cake-attachments
v4.0.0-rc5
Fix possibly wrong set umask in cake 4 Folder class
v4.0.0-rc4
Fix deprecations for cake 4.3
v4.0.0-rc2
Fix method signature
v4.0.0-rc1
Prepare code for CakePHP 4.0 update
Adjust return type to already existing type hint
\Attachments\Model\Table\AttachmentsTable::addUpload()
now always returns the attachment entity, whether the save was successful or not.
-
this makes the code consistent with the return type hint, introduced 3 months ago, which did not allow for a boolean to be returned anyway. That's also the reason why this essentially BC breaking change was still made in a patch version, as the error case returning
false
would have triggered a TypeError. -
it enables the calling context to get any validation errors if the save failed from the returned entity instead of only getting
false
CakePHP 3.6 support
v3.0.2
CakePHP 3.6 support
v3.0.0 Change version constraint for cakephp to allow next minor release too
Fix severe bug in CleanTempShell
If a custom path is given as argument to this shell and the path lacks a directory separator at the end, the shell tried sizing every folder in the file system, which could be kind of unwanted
Add missing parent::beforeFilter() call
Merge pull request #6 from scherersoftware/feature/add-parent-call Fix logout redirect while accessing attachment files and make sure th…
Fix cake-frontend-bridge version constraint
Update composer.json Fix cake-frontend-bridge version constraint