- merged changes from core
cp-assets
- added webp to typefilters
- added opts.single
- remember last selected folder and filter
- added option to replace asset
- performance improvement if upload fails
- improved
cp-assets
- increased font size in breadcrumbs
- use modified
cp-thumbnail
- fixed src cache
- fixed preview of svg files without dimensions
- fixed compatibility issue with PHP 8.0 (order of optional/required arguments)
- added option to rename files to sluggified titles
- improved custom assets manager
- moved most of the customizations into separate assetspanel
- improved progress bar
- improved svg handling
- improved select-all checkbox
- fixed some errors if no image or if SVG
- minor fixes
- started to add ability to adjust spatie optimizer options
- resizing is enabled by default (before, you had to set
enabled: true
) - replaced
enabled
option withresize
option (default: true) - added option to use pretty file names - without uniqid, but with number suffix for duplicates
- added option for custom folder - still inside
uploads
folder - added image optimizer (Spatie)
- updated modified assets manager with latest core features
- more effective use of event system --> requires Cockpit v0.10.2 or above
- should be compatible with cloud storage addon (not tested, yet)
- rewrote batch replace cli command to avoid memory issues
- disabled ui batch action to avoid runtime or memory issues
- added
composer.json
- added profiles for multiple image sizes, e. g. thumbnails
- added modified assets manager
- added option (UI and cli) to replace existing assets with resized ones
- initial release