Skip to content

Releases: dustin10/VichUploaderBundle

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)

1.9.0

18 Feb 13:36
ee27a37
Compare
Choose a tag to compare

Changes in this release:

  • allow for jms/metadata version 2. Because of this, we had to drop support for php 7.1
  • add a data collector for mapping (only xml/yaml mappings) in debug toolbar and profiler
  • add Bulgarian translation

1.7.0

08 Dec 09:52
72700b6
Compare
Choose a tag to compare

This release isn't bringing new features, but it adds support for new Symfony 4.0 (and, therefore, for Symfony 3.4 without deprecations)

1.6.0

07 Jun 18:35
56c0d3a
Compare
Choose a tag to compare
  • Fix transliterator refactoring #715 (Koc)
  • Added symfony validation for non ascii characters #714 (cristobal151)
  • Add doctrine/annotations dependency #711 (Koc)
  • Added test for #692 and fix some method #707 (Koc)
  • Remove values for each file-related property on remove #706 (Koc)
  • Rework form options, download handler options #700 (Koc)
  • Create embeddable entity for storing common file information #690 (Koc)

1.4.0

30 Dec 12:51
Compare
Choose a tag to compare

Notable changes:

  • Added possibility to configure directory namers + subdir namers + hash namer #622
  • Add annotations to events #623
  • Avoid Gaufrette circular reference #630
  • Avoid loading all metadata when there is no propel mapping #636
  • Various coding styles improvements #639 #498
  • Various docs improvements

1.3.1: Merge pull request #612 from gido/fix-transliterator-check

24 Aug 12:22
Compare
Choose a tag to compare