Skip to content

Releases: dustin10/VichUploaderBundle

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

1.10.0

05 Jul 15:23
3663279
Compare
Choose a tag to compare

In this release:

  • add Vietnamese translation (thanks to @tungps0811)
  • fix some broken links in docs (thanks to @yorndv)
  • solve compatibility with newer Symfony versions (thanks to @garak)
  • improve tests (thanks to @garak)
  • fix docs (thanks to @pochy-ja)
  • allow Uploadable annotation in parent classes (thanks to @etshy)
  • add new SmartUniqueNamer (thanks to @garak)
  • deprecate non-property use of CurrentDateTimeDirectoryNamer (thanks to @garak)
  • fix fopen flag (thanks to @guillaume-ro-fr)
  • fix mapping dimensions field in XmlDriver (thanks to @chmelik)
  • avoid spaceless filter (thanks to @jbafford)
  • add catalan translation (thanks to @davidromani)
  • fix DownladHandler (thanks to @mysiar)
  • fix profiler template (thanks to @dragosprotung)