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