Skip to content

2.0.0

Compare
Choose a tag to compare
@garak garak released this 13 Nov 13:29
· 66 commits to master since this release
76bbb31
  • 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.