All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.9.0 - 2019-11-29
- Support for Twig 3 and Symfony 5
2.8.0 - 2019-10-28
- cast metadata to string during render
- deprecation notice about using namespaced classes from
\Twig\
- Fixed deprecation notice: "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" class is deprecated
- Fixed use of deprecated
spaceless
Twig tag
- passing a non-string value when adding meta content
- If you extend
SitemapGeneratorCommand
, avoid usage of the container in the child command declarations.
2.7.0 - 2019-01-23
- Added
SeoPageInterface
as alias service ofsonata.seo.page
for Dependency Injection usages. - Added support for latest exporter
- Fix deprecation for symfony/config 4.2+
- support for php 5 and php 7.0
2.6.2 - 2018-11-04
- Allow overriding default seo service
2.6.1 - 2018-10-09
- Initialized
SeoPage::$htmlAttributes
with empty array
2.6.0 - 2018-08-27
- Added
SeoAwareTrait
- Make
sonata.seo.page
alias public
2.5.1 - 2018-02-23
- Switch all templates references to Twig namespaced syntax
- Switch from templating service to sonata.templating
- Register
Sonata\SeoBundle\Command\SitemapGeneratorCommand
viaconsole.command
tag
2.5.0 - 2018-01-07
- It is now allowed to install Symfony 4
- make services explicit public
- Changed default title to
Project name
2.4.0 - 2017-11-30
- Russian translations
- do not use deprecated array for block menu service
- Removed BC layer for old symfony versions
- Support for
^3.0
and^3.1
versions offramework-bundle
andoptions-resolver
.
2.3.0 - 2017-10-22
- moved
sonata-project/block-bundle
back to require-dev
- Support for old versions of PHP and Symfony.
2.2.1 - 2017-10-22
- Pass the right option for showing form help in twitter embedded block
2.2.0 - 2017-06-14
- Allow Twig ^2.0
- Deprecated usage of
Sonata\BlockBundle\Block\BaseBlockService
- use
same as
instead of deprecatedsameas
breadcrumb.html.twig
2.1.0 - 2017-02-02
- Added support for
safe_label
in breadcrumb - Added support for
false
translation in breadcrumb
- Moved public methods from
SeoPage
toSeoPageInterface
Sonata\SeoBundle\Twig\Extension::renderTitle()
in favor ofSonata\SeoBundle\Twig\Extension::getTitle()
Sonata\SeoBundle\Twig\Extension::renderMetadatas()
in favor ofSonata\SeoBundle\Twig\Extension::getMetadatas()
Sonata\SeoBundle\Twig\Extension::renderHtmlAttributes()
in favor ofSonata\SeoBundle\Twig\Extension::getHtmlAttributes()
Sonata\SeoBundle\Twig\Extension::renderHeadAttributes()
in favor ofSonata\SeoBundle\Twig\Extension::getHeadAttributes()
Sonata\SeoBundle\Twig\Extension::renderLinkCanonical()
in favor ofSonata\SeoBundle\Twig\Extension::getLinkCanonical()
Sonata\SeoBundle\Twig\Extension::renderLangAlternates()
in favor ofSonata\SeoBundle\Twig\Extension::getLangAlternates()
- internal test classes are now excluded from the autoloader