Skip to content

V3.0.0

Choose a tag to compare

@Yosimitso Yosimitso released this 17 Sep 13:23
· 4 commits to master since this release
e3204cb

Features

  • Symfony 5 support
  • Twig 3 support
  • Less CSS/JS to load for users
  • FileUploader now throws exceptions
  • 'swiftmailer.sender_address' is now optionnal to avoid a common error, but throws a warning if missing because it could involve email delivery failures
  • "theme_color" parameter now accepts any string, to enable you to choose you custom theme's name
  • Avatars URL are no longer limited to the bundle's directory
  • Thread list query has been optimized for a faster execution
  • Execution time improved

Fixes

  • Fix on thread template about subscription
  • Quoted messages no longer contain some parts of the current post
  • Admin and moderator can post in "autolocked" threads

For developers

  • Webpack for assets : SCSS files instead of CSS files, ES6 style
  • JS refactored
  • Thread service
  • Files have been reorganized for unit tests
  • Admin splitted

Breaking changes

  • Symfony 2 & 3 are no longer supported
  • URLs have been rewritted for consistency
  • "time_format" parameter added
  • From now, "date_format" parameter should only contains a date without time part (default value has been updated)