Kunstmaan / KunstmaanBundlesCMS

An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.
https://kunstmaancms.be
MIT License
399 stars 188 forks source link

Symfony 6 compatibility #3246

Closed cbeyer closed 3 months ago

cbeyer commented 1 year ago

Hi,

Could this bundle (and his "brothers", I use kunstmaan/admin-bundle and kunstmaan/media-bundle and ) be compatible with Symfony 6 ?

When looking https://packagist.org/packages/kunstmaan/bundles-cms#6.2.3 the bundle needs a lot of symfony bundles version ^4.4|^5.4 :(

acrobat commented 1 year ago

Symfony 6 support is being worked on but due to possible bc breaks on our side to be compatible with symfony 6 we will need to deprecate code so the CMS is ready for symfony 6 in cms v7. You can keep an eye out for PR's/issues with the sf6-compatibility label and the symfony 6 project board to track the work

OskarStark commented 1 year ago

Hi @acrobat 👋

Any news when Symfony 6 will be supported?

cc @silasjoisten @igst

acrobat commented 1 year ago

@OskarStark the 7.1 branch currently allows and supports Symfony 6. I was able to test this on a few projects and everything seems to work as expected, but if you can test this also on your projects and report any issues you encounter! A release should not be long but a few refactoring/deprecations need to be done on 6.x before I can tag the 7.0 and 7.1 releases!

OskarStark commented 1 year ago

Glad to hear.

Currently on holiday.

@silasjoisten can you try out the 7 branch please? Thanks

OskarStark commented 9 months ago

Is there any progress, because Symfony 7 is on it's way :-(

cbeyer commented 9 months ago

Up! ping @acrobat ?

acrobat commented 7 months ago

sorry for the late reply but I still need to do 1 deprecation of a part of our code in 6.4 before we can release the 6.4 and 7.0 version of our CMS. After that 7.1 with symfony 6 support should come soon after.

The symfony 6 prep work I've already done on symfony 6.3 so I have to check for the new deprecations in symfony 6.4. In the meanwhile you are welcome to test the 7.1 branch and report any issues or remaining deprecations.

OskarStark commented 7 months ago

What about an RC with Sf 6.3 support?

acrobat commented 7 months ago

Yes that might be possible but first I need to finish release the latest 6.x and 7.0 release. I will try to make some time for this soon.

acrobat commented 3 months ago

7.1.0 will contain Symfony 6 support, I've tagged a 7.1.0-alpha2 release. Please test and report any issues, I want to tag the 7.1 stable release later this week

acrobat commented 3 months ago

7.1.0 with symfony 6 support is released!