Releases: FriendsOfSymfony/FOSCommentBundle
Releases · FriendsOfSymfony/FOSCommentBundle
v3.0.0
- 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
AbstractVote
fixture. - Removed legacy form helpers.
- Add type hints and return types to several classes.
- Marked form factories final.
- Marked
CommentExtension
final. - Removed deprecated
CommentExtension::isCommentDeleted
method.
v2.4.0
v2.3.3
v2.3.2
v2.3.1
v2.3.0
v2.2.1
v2.2.0
v2.1.0
- Dropped PHP < 5.6 support.
- Dropped Symfony < 2.7 support.
- Dropped jQuery < 3 support.
- Dropped HHVM support.
- Added Symfony 4 support.
- Signature of
ThreadPermalinkListener
has been changed. - Route
ThreadController::getThreadsActions
throws 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.