Skip to content

Releases: scherersoftware/cake-attachments

v4.0.0-rc5

07 Jul 09:26
Compare
Choose a tag to compare
Fix possibly wrong set umask in cake 4 Folder class

v4.0.0-rc4

01 Feb 10:07
af19836
Compare
Choose a tag to compare
Fix deprecations for cake 4.3

v4.0.0-rc2

26 May 13:17
Compare
Choose a tag to compare
v4.0.0-rc2 Pre-release
Pre-release
Fix method signature

v4.0.0-rc1

10 Jan 14:07
Compare
Choose a tag to compare
v4.0.0-rc1 Pre-release
Pre-release

Prepare code for CakePHP 4.0 update

Adjust return type to already existing type hint

26 Aug 16:41
Compare
Choose a tag to compare

\Attachments\Model\Table\AttachmentsTable::addUpload() now always returns the attachment entity, whether the save was successful or not.

  1. 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.

  2. 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

10 Jul 08:53
Compare
Choose a tag to compare

CakePHP 3.6 support

04 Jun 16:41
Compare
Choose a tag to compare
CakePHP 3.6 support Pre-release
Pre-release
v3.0.0

Change version constraint for cakephp to allow next minor release too

Fix severe bug in CleanTempShell

30 Nov 17:24
3571005
Compare
Choose a tag to compare

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

02 Feb 14:35
0409cc7
Compare
Choose a tag to compare
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

24 May 14:47
Compare
Choose a tag to compare
Update composer.json

Fix cake-frontend-bridge version constraint