- Dropped PHP 5, 7.1 support.
- Switched to short array syntax.
- Dropped Symfony 2 support.
- Dropped Symfony < 3.4 support.
- Dropped Symfony < 4.3 support.
- Removed
AbstractVotefixture. - Removed legacy form helpers.
- Add type hints and return types to several classes.
- Marked form factories final.
- Marked
CommentExtensionfinal. - Removed deprecated
CommentExtension::isCommentDeletedmethod.
- Deprecated the
CommentExtension::isCommentDeletedmethod.
- Fix: use
Symfony\Contracts\EventDispatcher\Eventif available. - Fix: use
LegacyEventDispatcherProxyif available.
- Fix:
AclCommentManager::saveCommentmust have a return value.
- Auto-injection of the container is deprecated since Symfony 4.2.
- Removed deprecated transchoice tag.
- Updated deprecated routing syntax.
- Updated deprecated
TreeBuilderusage. - Updated deprecated unit test warnings.
- Switched all Twig classes to use PHP namespaces.
- If available,
ThreadControllerwill extendAbstractController.
- Commands should use the manager alias.
- Fixed Romanian translation.
- Allow installation of
JMSSerializerBundle 3.x.
- Allow template override in Symfony 4.
- Commands are now lazy loaded.
- Service class parameters have been removed.
- Added autowire support for model managers.
- Dropped PHP < 5.6 support.
- Dropped Symfony < 2.7 support.
- Dropped jQuery < 3 support.
- Dropped HHVM support.
- Added Symfony 4 support.
- Signature of
ThreadPermalinkListenerhas been changed. - Route
ThreadController::getThreadsActionsthrows 404 if called without id's. - Added pipeline parser to integrate several parsers together.
- Added flat view for async thread.
- Removed HTTP class constants in
ThreadController. - Fixed form disappearing when creating a new reply.
- Fixed failing validator with encoded permalink.