Skip to content

Releases: dustin10/VichUploaderBundle

1.23.1

29 Apr 16:14
7d20347
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.23.0...1.23.1

1.23.0

10 Apr 09:16
af35997
Compare
Choose a tag to compare

What's Changed

  • backport Twig extension enhancement to 1.x by @garak in #1382

Full Changelog: 1.22.0...1.23.0

1.22.0

18 Mar 12:47
8655c36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.21.1...1.22.0

2.1.1

07 Mar 07:01
6674793
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

05 Mar 14:33
6ee998d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.1.0

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