Deprecated
- [#1011] Integration with
SonataCacheBundle
has been deprecated (@dmaicher) - [#1011] Interface
Sonata\BlockBundle\Cache\HttpCacheHandlerInterface
and it's implementations have been deprecated (@dmaicher) - [#1011] Constructor Signature of
Sonata\BlockBundle\Templating\Helper\BlockHelper
changed: all caching related arguments should be removed (@dmaicher) - [#1011] All caching configuration options have been deprecated and
sonata_block.http_cache
should be set tofalse
(@dmaicher)
Fixed
- [#1026] Do not trigger a deprecation if a template setting is not provided in a block context
__construct
. (@VincentLanglet)