Releases: FriendsOfSymfony/FOSCommentBundle
Releases · FriendsOfSymfony/FOSCommentBundle
v3.0.0
08 Jan 12:55
Compare
Sorry, something went wrong.
No results found
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
08 Jan 12:37
Compare
Sorry, something went wrong.
No results found
Deprecated the CommentExtension::isCommentDeleted method.
v2.3.3
06 Nov 16:57
Compare
Sorry, something went wrong.
No results found
Fix: use Symfony\Contracts\EventDispatcher\Event if available.
Fix: use LegacyEventDispatcherProxy if available.
v2.3.2
22 Aug 13:24
Compare
Sorry, something went wrong.
No results found
Fix: AclCommentManager::saveComment must have a return value.
v2.3.1
05 Jul 17:29
Compare
Sorry, something went wrong.
No results found
Auto-injection of the container is deprecated since Symfony 4.2.
v2.3.0
02 May 16:33
Compare
Sorry, something went wrong.
No results found
Removed deprecated transchoice tag.
Updated deprecated routing syntax.
Updated deprecated TreeBuilder usage.
Updated deprecated unit test warnings.
Switched all Twig classes to use PHP namespaces.
If available, ThreadController will extend AbstractController.
v2.2.1
29 Mar 14:19
Compare
Sorry, something went wrong.
No results found
Commands should use the manager alias.
Fixed Romanian translation.
Allow installation of JMSSerializerBundle 3.x.
v2.2.0
04 Jun 09:54
Compare
Sorry, something went wrong.
No results found
Allow template override in Symfony 4.
Commands are now lazy loaded.
Service class parameters have been removed.
Added autowire support for model managers.
v2.1.0
04 Mar 14:17
Compare
Sorry, something went wrong.
No results found
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.
v2.0.14
16 Jan 12:58
Compare
Sorry, something went wrong.
No results found
Merge pull request #626 from blankse/flat_view_async
Allows flat view for async thread