Skip to content

Releases: passchn/cakephp-file-pool

0.3.3

29 Oct 20:42
Compare
Choose a tag to compare

Fixed bugs that happened in Apps which do not have loaded the ViteHelper or FormProtectionComponent.

Full Changelog: v0.3.2...v0.3.3

0.3.2

29 Oct 17:41
Compare
Choose a tag to compare

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

29 Oct 16:11
Compare
Choose a tag to compare

Add default sort

Full Changelog: v0.3.0...v0.3.1

0.3.0

29 Oct 12:55
Compare
Choose a tag to compare

Fixed

  • Owning Entity can now have any id type (uuid, int). The owner_id field was changed from CHAR(36)
    to VARCHAR(255). Please run the Migration FixOwnerIdField. (#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 config FilePool.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

28 Oct 23:10
Compare
Choose a tag to compare

Editable asset infos inside the file pool

Full Changelog: v0.1.0...v0.2.0

0.1.0

28 Oct 21:39
Compare
Choose a tag to compare

Full Changelog: v0.0.2...v0.1.0

0.0.2

28 Oct 17:19
Compare
Choose a tag to compare

Frontend refactoring + removed most tailwind utilities to use scoped component styles (still ugly)

Full Changelog: v0.0.1...v0.0.2

0.0.1

28 Oct 13:46
Compare
Choose a tag to compare