Skip to content

Releases: dustin10/VichUploaderBundle

2.0.1

15 Nov 07:13
6c12636
Compare
Choose a tag to compare

Fix compatibility with Symfony 5

2.0.0

13 Nov 13:29
76bbb31
Compare
Choose a tag to compare
  • minimum PHP version is 8.1, minimum Symfony version is 5.4
  • every class marked as @final is now final
  • all properties are now fully type-hinted
  • all methods arguments are now fully type-hinted
  • all methods have now return types
  • all constructors now use property promotion
  • all deprecated features were removed
  • the new default type for mapping is "attribute". You can still use annotations, but you need an explicit definition.
  • the service "vich_uploader.current_date_time_helper" has been removed. The DateTimeHelper interface has been removed as well.

1.21.0

09 Aug 07:49
3b64675
Compare
Choose a tag to compare
  • add a way to inject files from sources different than HTTP (thanks to @UlrichThomasGabor)
  • add completions to commands (thanks to @endelwar)
  • make debug returning XML/YAML mappings too (thanks to @endelwar)
  • fix internal deprecation (thanks to @endelwar)
  • fix edge case with empty dimensions (thanks to @krstns)

1.20.0

18 Jul 10:48
6b8ac89
Compare
Choose a tag to compare

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