Releases: dustin10/VichUploaderBundle
Releases · dustin10/VichUploaderBundle
1.19.1
- fix file deleting
- remove some internal annotations
- add dimensions helper
1.19.0
- add support for Symfony 6
- add support for PHP 8 attributes
- fix some deprecations
- fix metadata loading
1.18.0
- move symfony/form to suggestions
- allow yaml extension for configuration files
1.16.0
- add support for PHP 8
- remove support for PHP 7.2
- fix cache warmer
- fix Azure
1.13.1
- fix Flysystem manual wiring BC break
- fix edge case for non-ASCII name in download handler
- fix annotations in docs
1.13.0
- remove
behat/transliterator
in favor of symfony/string
- remove support for
symfony/templating
- add support for
league/flysystem-bundle
(thanks to @tgalopin)
- remove string conversion in DownloadHandler
- deprecate not using a namer
1.12.0
- add support for Symfony 5
- drop support for Propel
- drop support for Symfony < 4.4 (support will continue in older versions)
1.11.0
- Add new option to resolve storage in VichImageType
- Add possibility to automatically get property mapping in case of single property
- Improve SmartUniqueNamer to be more robust
- Add Lithuanian translation
- Clean up phpunit configuration