Skip to content

Releases: Orbitale/CmsBundle

v4.1.0

15 Dec 14:00
v4.1.0
3b77106
Compare
Choose a tag to compare
  • Make the project compatible with Symfony 6.0
  • Test multiple versions of PHP and Symfony in CI
  • Potential BC break: change minimum required Symfony versions to 5.3 instead of 5.0 (please upgrade 😉).

v4.0.1

14 Nov 19:32
v4.0.1
807e4d9
Compare
Choose a tag to compare
  • Make the project compatible with Symfony 5.4
  • Make the project compatible with PHP up to 8.1

v4.0.0

28 Apr 22:11
Compare
Choose a tag to compare

Changelog for 4.0:

Breaking changes

  • All service defintions now use class names instead of old-styled names. You might have to change your Dependency Injection if you inject CmsBundle's services by their name.
  • Added default validation constraints for Page and Category entities. This might break your app if you pass Page or Category entities through Symfony Forms.
  • Removed Category::$createdAt, didn't really make sense.
  • Replaced DateTime with DateTimeImmutable in the Page entity.

Other changes:

  • Symfony 5.0 is now required
  • PHP 7.3+ is required
  • Added a PostsController to use Page objects like blog posts with date in URL (#25)
  • Use Symfony/String instead of Behat/Transliterator as a slugger
  • Made setters accept null as argument, for flexibility with how the Form component usually works

v3.1.1

19 Aug 13:50
d1a75fa
Compare
Choose a tag to compare

Fix Symfony deprecated controller notation

v3.1.0

17 Aug 13:04
Compare
Choose a tag to compare
  • Fix twig deprecation
  • Migrate to newer versions of Symfony, Doctrine and Twig dependencies

v3.0.6

31 May 14:24
Compare
Choose a tag to compare
  • Fix Symfony 4 compatibility by making repositories services public

v3.0.5

23 Oct 21:11
Compare
Choose a tag to compare
  • Fix all issues with "lowest" packages versions (mostly causing doctrine bugs)
  • Fixed phpunit damn issue with global vars snapshot

v3.0.4

23 Oct 07:58
Compare
Choose a tag to compare
  • Fix issue with twig loader

v3.0.3

22 Oct 19:07
Compare
Choose a tag to compare
  • Fixed an issue after last change that broke with Twig dependency

v3.0.2

22 Oct 18:22
Compare
Choose a tag to compare
  • Fix missing templating service issue