Skip to content

Releases: sonata-project/SonataPageBundle

4.1.0

11 Mar 14:14
087ae60
Compare
Choose a tag to compare

Added

  • [#1660] Usage of list_action_button_content options and create publications icon (@gremo)

Fixed

Removed

  • [#1658] Support for PHP 7.4
  • [#1658] Support for Symfony 6.0 and 6.1
  • [#1658] Support for doctrine/persistence ^2.0.

4.0.0

01 Dec 15:02
54f7b16
Compare
Choose a tag to compare

Changed

Fixed

  • [#1636] Fixed sonata:page:create-site command's option in the doc (@eerison)

4.0.0-alpha-1

22 Oct 13:22
Compare
Choose a tag to compare
4.0.0-alpha-1 Pre-release
Pre-release

Added

Changed

  • [#1437] Updated ValidatorTest to use ConstraintValidatorTestCase (@Hanmac)
  • [#1460] Changed BaseCommand::class to Symfony\Command::class (@eerison)
  • [#1493] Change SnapshotChildrenCollection to be a lazy Collection from Doctrine (@jordisala1991)
  • [#1564] Changed page context to sonata.page.block.breadcrumb used in src/Resources/views/layout.html.twig file (@eerison)
  • [#1559] Change frontend compilation system from Gulp to Webpack (@jordisala1991)
  • [#1559] Change final minified file to app.js and app.css (@jordisala1991)
  • [#1531] Change from xml configuration format to PHP, for the internal bundle configuration. (@jordisala1991)
  • [#1528] BlockAdmin and its childs now inject their required dependencies through __construct instead of set methods. (@jordisala1991)
  • [#1519] PageAdmin now injects its required dependencies through __construct instead of set methods. (@jordisala1991)
  • [#1513] Replace usage of Container as a dependency by the actual dependencies of services. (@jordisala1991)
  • [#1512] Adjust PageInterface, SnapshotInterface and SiteInterface to reflect all the methods available on the actual implementation. (@jordisala1991)
  • [#1510] Changed visibility for most protected properties / methods to private, since classes are final. (@jordisala1991)
  • [#1508] Changed from \DateTime to \DateTimeInterface on all the codebase. (@jordisala1991)
  • [#1436] PageExtension doesn't need InitRuntimeInterface anymore (@Hanmac)

Fixed

Removed

3.29.0

08 Sep 10:27
e42f436
Compare
Choose a tag to compare

Deprecated

  • [#1595] Deprecated assets option from sonata_page config file (@eerison)

3.28.0

15 Aug 13:44
f6d3d78
Compare
Choose a tag to compare

Deprecated

Fixed

  • [#1536] SnapshotManager Cleanup Query if there are no Snapshots to keep (@Hanmac)

3.27.0

26 Jul 13:42
b66fa8f
Compare
Choose a tag to compare

Added

Changed

  • [#1446] Updated SnapshotManger to use QueryBuilder instead of native SQL (@Hanmac)
  • [#1427] Make Cache dependency optional (@Hanmac)

Deprecated

  • [#1461] Deprecated DumpPageCommand::class (@eerison)
  • [#1461] Deprecated RenderBlockCommand::class (@eerison)
  • [#1459] Deprecated Mustache:class generator (@eerison)
  • [#1434] Deprecated CleanupSnapshotConsumer class (@eerison)
  • [#1434] Deprecated CleanupSnapshotsConsumer class (@eerison)
  • [#1434] Deprecated --mode option for sonata:page:cleanup-snapshots (@eerison)
  • [#1434] Deprecated --base-console option for sonata:page:cleanup-snapshots (@eerison)
  • [#1434] Deprecated --site=all option for sonata:page:cleanup-snapshots (@eerison)
  • [#1434] Deprecated --base-console option for sonata:page:create-snapshots (@eerison)
  • [#1434] Deprecated --site=all option for sonata:page:create-snapshots (@eerison)
  • [#1434] Deprecated --site=all option for sonata:page:update-core-routes (@eerison)
  • [#1434] Deprecated BaseCommand::class (@eerison)
  • [#1482] Deprecated target page code from src/Command/CloneSiteCommand.php (@eerison)
  • [#1482] Deprecated target page code from src/Entity/Transformer.php (@eerison)
  • [#1482] Deprecated src/Model/Page::target property (@eerison)
  • [#1482] Deprecated src/Model/Page::getTarget() method (@eerison)
  • [#1482] Deprecated src/Model/Page::setTarget() method (@eerison)
  • [#1482] Deprecated src/Model/PageInterface::getTarget() method (@eerison)
  • [#1482] Deprecated src/Model/PageInterface::setTarget() method (@eerison)
  • [#1482] Deprecated src/Model/Snapshot::target property (@eerison)
  • [#1482] Deprecated src/Model/Snapshot::targetId property (@eerison)
  • [#1482] Deprecated src/Model/Snapshot::getTarget() method (@eerison)
  • [#1482] Deprecated src/Model/Snapshot::setTarget() method (@eerison)
  • [#1482] Deprecated src/Model/Snapshot::getTargetId() method (@eerison)
  • [#1482] Deprecated src/Model/Snapshot::setTargetId() method (@eerison)
  • [#1482] Deprecated src/Model/SnapshotPageProxy::target property (@eerison)
  • [#1482] Deprecated src/Model/SnapshotPageProxy::getTargetId() method (@eerison)
  • [#1482] Deprecated src/Model/SnapshotPageProxy::setTargetId() method (@eerison)
  • [#1482] Deprecated src/Page/PageServiceManager::createResponse() method (@eerison)
  • [#1476] Deprecated the command MigrateToJsonTypeCommand::class (@eerison)
  • [#1476] Deprecated the command MigrateBlockNameSettingCommand::class (@eerison)
  • [#1435] Deprecated BlockEsiCache, BlockJsCache and BlockSsiCache. (@Hanmac)
  • [#1418] Deprecated async mode in CreateSnapshotsCommand (@eerison)
  • [#1418] Deprecated sonata.notification.backend code into SiteAdminController (@eerison)
  • [#1418] Deprecated sonata.notification.backend code into PageAdminController (@eerison)
  • [#1418] Deprecated sendMessage and $backend property into the CreateSnapshotAdminExtension (@eerison)

Removed

  • [#1429] Remove symfony/debug dependency as it is deprecated. (@Hanmac)

3.26.0

28 Dec 21:37
Compare
Choose a tag to compare

Added

  • [#1392] Add SnapshotInterface::getId() method (@core23)
  • [#1369] Added Sonata\BlockBundle\Model\BlockManagerInterface (@core23)

Changed

Deprecated

  • [#1369] Deprecated Sonata\BlockBundle\Model\BlockManagerInterface usage (@core23)

3.25.0

04 Dec 14:19
abd83e7
Compare
Choose a tag to compare

Added

3.24.0

06 Nov 15:41
c81be1b
Compare
Choose a tag to compare

Deprecated

  • [#1365] Deprecated ReST API with FOSRest, Nelmio Api Docs and JMS Serializer. (@wbloszyk)

Fixed

3.23.0

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

Added

Changed

Removed