Releases: brandcom/cakephp-assets
v0.3.2
Deleting an asset record optionally deletes the stored file from the filesystem. Set Config AssetsPlugin.AssetsTable.deleteFile
to true
to enable.
Dropping dev stability
The last two dependencies are now stable for cake5! It was time to upgrade and drop the minimum-stability setting in composer.json. Enjoy!
Full Changelog: v0.5.1...v0.5.2
0.5.1
CakePHP 5 -> 0.5.0
First release for CakePHP 5
Full Changelog: v0.3.1...v0.5.0
0.3.1
Bugfix + updated readme
Full Changelog: v0.3.0...v0.3.1
0.3
What's Changed
- update stan / introduce psalm by @LordSimal in #8
- unit tests for ImageAsset utility
- integration tests for Nette Utils
- reduction of dependencies: removed nette/finder
- reduction of usages of Nette/Utils
- allows nette/utils in version ^3.2 or ^4.0
Full Changelog: v0.2.1...v0.3.0
0.2.1
Fixed saving bug: All screenshots from german-speaking MacOS contain soft hyphens. However, these are illegal in \League\Flysystem
, so uploading a screenshot always failed.
Unicode Control Characters are now removed from all filenames.
Full Changelog: v0.2...v0.2.1
0.2
What's Changed
- use __d() translate function and generate assets.pot file by @LordSimal in #7
- upgraded
josegonzalez/cakephp-upload
to ^7.0
Full Changelog: v0.1.15...v0.2
0.1.15
Hotfix - user-config was ignored due to double bootstrapping
Full Changelog: v0.1.14...v0.1.15
0.1.14
- Minor changes in error handling.
- Now Using phpstan and GitHub Actions - thanks to @LordSimal
Full Changelog: v0.1.13...v0.1.14