Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 2.02 KB

Changelog.md

File metadata and controls

70 lines (52 loc) · 2.02 KB

Changelog

3.0.0 (2020-01-08)

  • 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.

2.4.0 (2020-01-08)

  • Deprecated the CommentExtension::isCommentDeleted method.

2.3.3 (2019-11-06)

  • Fix: use Symfony\Contracts\EventDispatcher\Event if available.
  • Fix: use LegacyEventDispatcherProxy if available.

2.3.2 (2019-08-22)

  • Fix: AclCommentManager::saveComment must have a return value.

2.3.1 (2019-07-05)

  • Auto-injection of the container is deprecated since Symfony 4.2.

2.3.0 (2019-05-02)

  • 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.

2.2.1 (2019-03-29)

  • Commands should use the manager alias.
  • Fixed Romanian translation.
  • Allow installation of JMSSerializerBundle 3.x.

2.2.0 (2018-06-04)

  • Allow template override in Symfony 4.
  • Commands are now lazy loaded.
  • Service class parameters have been removed.
  • Added autowire support for model managers.

2.1.0 (2018-03-04)

  • 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.