Skip to content

Releases: dustin10/VichUploaderBundle

1.19.1

06 May 13:50
044940a
Compare
Choose a tag to compare
  • fix file deleting
  • remove some internal annotations
  • add dimensions helper

1.19.0

23 Dec 17:31
56aeadb
Compare
Choose a tag to compare
  • add support for Symfony 6
  • add support for PHP 8 attributes
  • fix some deprecations
  • fix metadata loading

1.18.0

04 Jun 12:25
c5250c8
Compare
Choose a tag to compare
  • move symfony/form to suggestions
  • allow yaml extension for configuration files

1.16.0

04 Dec 10:53
efc28ae
Compare
Choose a tag to compare
  • add support for PHP 8
  • remove support for PHP 7.2
  • fix cache warmer
  • fix Azure

1.15.0

12 Jul 12:10
07658fb
Compare
Choose a tag to compare

1.14.0

14 Jun 07:00
8e9b440
Compare
Choose a tag to compare

1.13.1

06 Feb 07:58
2823211
Compare
Choose a tag to compare
  • fix Flysystem manual wiring BC break
  • fix edge case for non-ASCII name in download handler
  • fix annotations in docs

1.13.0

14 Jan 08:40
83be1a5
Compare
Choose a tag to compare
  • 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

02 Dec 10:14
6cecc13
Compare
Choose a tag to compare
  • add support for Symfony 5
  • drop support for Propel
  • drop support for Symfony < 4.4 (support will continue in older versions)

1.11.0

21 Nov 14:16
8ef4935
Compare
Choose a tag to compare
  • 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