Skip to content

Releases: networking/init-cms-bundle

Major Upgrade with new UI and Support for Symfony 6.4

22 Feb 08:26
Compare
Choose a tag to compare

This release brings many upgrades and BC breaks.

The UI has been completely redesigned, using a more modern UI, and removing the use of annotations in preference for PHP native attributes.

Support for PHP versions less than 8.2 has been dropped.

Page serialization now uses the Symfony serializer, which simplifies the versioning of page data for the programmer.

Deserialization of objects no longer in DB

30 Oct 11:53
ccd0eb1
Compare
Choose a tag to compare

Changes to the Serializer, meant that objects once removed from the DB, could not be recreated when hydrated.
The fallback option has been implemented to fix this problem, and the objects will be newly created in the DB if a draft version is reverted in the PageAdmin

Fix onFlush event on pages

26 Oct 09:10
f79f787
Compare
Choose a tag to compare

Problem: If the path and the template were changed, only the new path was saved.
Solution: The object is refreshed before calculating the the new changes

Fix PageCache 503 Server Error

26 Oct 08:24
0e4d31e
Compare
Choose a tag to compare

Name of the cache key was causing issues. The exact reason is not clear

Fixes issue in FrontendPageController

23 Oct 13:21
03dc1e8
Compare
Choose a tag to compare

The container method getParameter was removed.
Using AbstractController method getParameter instead

Change to Layout Block create form

23 Oct 09:40
5e35191
Compare
Choose a tag to compare
Update LayoutBlockController.php

added new instance of classType to layoutblock content

v3.4.9

12 Dec 13:10
34419dd
Compare
Choose a tag to compare
Fix major bug: hardcoded page id

v2.3.9: Update composer.json

12 Nov 13:19
Compare
Choose a tag to compare
change phpfastcache version