Skip to content

Releases: sonata-project/SonataPageBundle

3.17.2

20 May 18:48
3.17.2
e530f65
Compare
Choose a tag to compare

Fixed

  • fixed sql to work with mssql
  • Fix switch parent

3.17.1

08 May 17:53
3.17.1
e1f8ea0
Compare
Choose a tag to compare

Fixed

  • Truncate texts in page composer
  • Fix invalid html in page block
  • Ignore subrequests in SiteSelector

3.17.0

01 May 16:03
3.17.0
7be8447
Compare
Choose a tag to compare

Fixed

  • Catch possible null error when retriving site
  • Redirecting after batch snapshot
  • Missing var type declaration

Removed

  • Support for Symfony < 4.3

3.16.0

25 Mar 19:08
3.16.0
85e87a7
Compare
Choose a tag to compare

Changed

  • Removed underscores in page names when calling sonata:page:update-core-route

Removed

  • Dependency on cocur/slugify

3.15.1

15 Mar 10:12
3.15.1
7951857
Compare
Choose a tag to compare

Fixed

  • Fix page actions for symfony 4

3.15.0

27 Jan 19:45
3.15.0
33fe859
Compare
Choose a tag to compare

Changed

  • Re-allow SF DI>4.4.0
  • Upgrade matthiasnoback/symfony-dependency-injection-test to ^4.0

3.14.0

12 Jan 17:32
3.14.0
8df31aa
Compare
Choose a tag to compare

Changed

  • BlockInteractor constructor's argument $registry is now an instance of
    Doctrine\Persistence\ManagerRegistry
  • Transformer constructor's argument $registry is now an instance of
    Doctrine\Persistence\ManagerRegistry

Fixed

  • deprecations from doctrine/persistence

3.13.0

21 Oct 17:37
3.13.0
1456c80
Compare
Choose a tag to compare

Added

  • Add missing translation for admin menu
  • Added missing translation for blocks
  • Add more @method annotation to propagate new methods of
    SnapshotManagerInterface

Fixed

  • Fixed DecoratorStrategy compatibility with symfony/http-foundation >= 3.4.31
  • Match PHPDoc with doctrine model

Changed

  • Add internal as default context for technical blocks
  • Use correct translation domain for page blocks

Removed

  • Remove translation call for empty block descriptions
  • Remove superfluous PHPDoc

3.12.0

03 Sep 19:34
3.12.0
a50848d
Compare
Choose a tag to compare

Added

  • Added missing German translation
  • Added support for new EditableBlockService

Changed

  • Match PHPDoc with doctrine model
  • Increased block type length to 255 chars

Removed

  • Removed superfluous PHPDoc
  • Removed routing deprecations

3.11.1

28 May 19:49
3.11.1
794d283
Compare
Choose a tag to compare

Fixed

  • compare with a different value type in the treeAction
  • Fixed missing macro call in breadcrumb.html.twig