Skip to content

Releases: sonata-project/SonataPageBundle

3.23.0

23 Aug 08:02
565f7b0
Compare
Choose a tag to compare

Added

Changed

Removed

3.22.3

16 Jul 14:31
dee6497
Compare
Choose a tag to compare

Fixed

3.22.2

26 May 16:28
3468f63
Compare
Choose a tag to compare

Fixed

  • [#1310] Fixed creating sonata_page_admin twig variable only when SonataAdminBundle is loaded. (@franmomu)

3.22.1

19 May 07:09
2b90c5b
Compare
Choose a tag to compare

Fixed

  • [#1305] Do not load api_form.xml if JMSSerializerBundle is not installed (@4c0n)
  • [#1306] Added missing Dutch translation value. (@4c0n)

3.22.0

19 Apr 12:56
fed26c0
Compare
Choose a tag to compare

Added

  • [#1293] Added CreateSnapshotAdminExtension::postRemove() method in order to create a snapshot when a block is deleted. (@gremo)
  • [#1297] Added sonata_page_admin Twig global variable which holds sonata.page.admin.page service (@franmomu)

Fixed

  • [#1296] Fixed using deprecated Twig tags (@franmomu)
  • [#1296] Fixed references to deprecated sonata.core.slugify.cocur and changed them to sonata.page.slugify.cocur (@franmomu)
  • [#1295] Fixed deprecations using commands because of not returning int (@franmomu)

Removed

  • [#1297] Removed deprecations from sonata-project/admin-bundle using sonata_admin Twig global variable (@franmomu)
  • [#1284] Remove admin deprecations (@core23)

3.21.1

21 Mar 20:14
52d5925
Compare
Choose a tag to compare

Fixed

  • [#1283] Catch null errors when accessing request (@core23)
  • [#1283] Catch null errors when loading unknown block (@core23)

3.21.0

15 Feb 21:18
07f8279
Compare
Choose a tag to compare

Added

  • [#1250] Added support for doctrine/persistence 2 (@core23)

Changed

3.20.0

05 Dec 20:36
211d4a8
Compare
Choose a tag to compare

Added

Changed

  • [#1209] Replace mentions of 'whitelist' with 'allowlist' (@jlt10)

Fixed

  • [#1242] Newly created snapshot does not effect on all previous snapshots end dates only the last one (@haivala)

3.19.0

04 Sep 09:46
3.19.0
Compare
Choose a tag to compare

Added

  • [#1175] Support for "friendsofsymfony/rest-bundle:^3.0" (@wbloszyk)
  • [#1173] Added public alias Sonata\PageBundle\Controller\Api\BlockController for sonata.page.controller.api.block service (@wbloszyk)
  • [#1173] Added public alias Sonata\PageBundle\Controller\Api\PageController for sonata.page.controller.api.page service (@wbloszyk)
  • [#1173] Added public alias Sonata\PageBundle\Controller\Api\SiteController for sonata.page.controller.api.site service (@wbloszyk)
  • [#1173] Added public alias Sonata\PageBundle\Controller\Api\SnapshotController for sonata.page.controller.api.snapshot service (@wbloszyk)

Changed

  • [#1175] Support for deprecated "rest" routing type in favor for xml (@wbloszyk)
  • [#1162] SonataEasyExtendsBundle is now optional, using SonataDoctrineBundle is preferred (@jordisala1991)

Deprecated

Fixed

  • [#1195] Fixed support for string model identifiers at Open API definitions (@wbloszyk)
  • [#1173] Fix RestFul API - Class could not be determined for Controller identified Error (@wbloszyk)
  • [#1170] Fix Twig\Extra\String\StringExtension optional auto-registration to avoid duplication twig.extension service (@wbloszyk)

Removed

  • [#1195] Removed requirements that were only allowing integers for model identifiers at Open API definitions (@wbloszyk)

3.18.0

29 Jun 07:31
3.18.0
00f0f49
Compare
Choose a tag to compare

Added

Changed

Fixed

Removed