Releases: passchn/cakephp-file-pool
Releases · passchn/cakephp-file-pool
0.3.3
0.3.2
Added the option to define a custom viewBlock where the javascript is rendered. The config key is FilePool.ViewBlock
which
defaults to script
.
Full Changelog: v0.3.1...v0.3.2
0.3.1
Add default sort
Full Changelog: v0.3.0...v0.3.1
0.3.0
Fixed
- Owning Entity can now have any id type (uuid, int). The
owner_id
field was changed fromCHAR(36)
toVARCHAR(255)
. Please run the MigrationFixOwnerIdField
. (#2)
Added
- Sorting functionality:
- New Files will get the highest sort index per owning Entity
- Sort order can be updated via up/down buttons
- Custom behaviors can be added to the
FilePoolAssetsTable
via the configFilePool.FilePoolAssetsTable.Behaviors
,
which is expected to be a list of Behavior names. - Better error handling in case of upload or saving errors.
Full Changelog: v0.2.0...v0.3.0
0.2.0
Editable asset infos inside the file pool
Full Changelog: v0.1.0...v0.2.0
0.1.0
Full Changelog: v0.0.2...v0.1.0
0.0.2
Frontend refactoring + removed most tailwind utilities to use scoped component styles (still ugly)
Full Changelog: v0.0.1...v0.0.2
0.0.1
Full Changelog: https://github.com/passchn/cakephp-file-pool/commits/v0.0.1