Skip to content

Latest commit

 

History

History
54 lines (48 loc) · 7.25 KB

CHANGELOG-6.3.md

File metadata and controls

54 lines (48 loc) · 7.25 KB

CHANGELOG for 6.3.x

This changelog references the relevant changes (bug and security fixes) done in 6.3 minor versions.

To get the diff for a specific change, go to https://github.com/kunstmaan/KunstmaanBundlesCMS/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/kunstmaan/KunstmaanBundlesCMS/compare/6.3.0...6.3.1

6.3.1 / 2024-03-24

  • [AllBundles] Fix php-cs-fixer issues #3353 (@acrobat)
  • [AdminListBundle] Fix doctrine related unit tests #3345 (@acrobat)
  • Apply nullable_type_declaration_for_default_null_value and skip fully_qualified_strict_types #3332 (@acrobat)
  • [AllBundles] Symfony 6 compatibility fixes #3322 (@acrobat)

6.3.0 / 2023-12-20

  • [CookieBundle] Deprecate entity controller action method #3297 (@acrobat)
  • [AllBundles] Removed unused egulias/email-validator dependency #3296 (@acrobat)
  • [AllBundles] Enable CI testing on php 8.2 #3294 (@acrobat)
  • [UtilitiesBundle] Replace deprecated doctrine proxy interface #3293 (@acrobat)
  • [AllBundles] Bump twig dependency and replace abandoned twig/extensions package #3285 (@acrobat)
  • [PagePartBundle] Fix parameter bag retriaval of array params #3284 (@acrobat)
  • [AllBundles] Symfony 6 compatibility fixes #3281 (@acrobat)
  • [AllBundles] Bump sensio/framework-extra-bundle to ^6.0 #3280 (@acrobat)
  • [AllBundles] Improve php/phpdoc return types #3279 (@acrobat)
  • [FormBundle] Replace container access with dependency injection in FormHandler #3276 (@acrobat)
  • [MultidomainBundle] Deprecation logout handler #3275 (@acrobat)
  • [AllBundles] Add missing phpdoc return types on dependency injection classes #3274 (@acrobat)
  • [AllBundles] Improve phpdoc and real return types #3270 (@acrobat)
  • [AdminBundle] TabPane can be nullable #3269 (@dannyvw)
  • [AdminBundle] trim(null) is not allowed #3267 (@tarjei)
  • [AdminBundle] Fix security exception deprecation #3251 (@acrobat)
  • [MediaBundle] Fix symfony 6 errorNames property deprecations #3250 (@acrobat)
  • [AllBundles] Add correct phpdoc return types for upcoming symfony 6 support #3249 (@acrobat)
  • [UtilitiesBundle] Change docblock for slugifier #3243 (@dannyvw)
  • [MediaPagePartBundle] Add admin view for media pageparts #3242 (@dannyvw)
  • [RedirectBundle] Improve performance of the redirect router #3239 (@acrobat)
  • [MediaBundle] Only get soundcloud thumbnail if api key is available #3237 (@dannyvw)
  • [AdminBundle] Add support for form help text in fields #3216 (@acrobat)
  • [UtilitiesBundle] Deprecate custom new relic naming strategy #3215 (@acrobat)
  • [AllBundles] General fixes #3213 (@acrobat)
  • [AllBundles] Move command defintion to AsCommand attribute to prepare symfony 6 support #3211 (@acrobat)
  • [MenuBundle] Add validation constraints #3209 (@dannyvw)
  • [FixturesBundle] Replace deprecated symfony/inflector component #3208 (@acrobat)
  • [AllBundles] Deprecate swiftmailer dependency #3200 (@acrobat)
  • [NodeBundle] Register gemdo tree listener to let bundle work without media bundle #3199 (@acrobat)
  • [AllBundles] Replace old style doctrine entity notation by fqcn #3180 (@acrobat)
  • [GeneratorBundle] Make other cms bundles optional #3179 (@acrobat)
  • [AdminBundle] Enable automatic password upgrades by symfony security/hashers #3177 (@acrobat)
  • [AllBundles] Drop symfony 4 support and remove BC layers #3176 (@acrobat)
  • [GeneratorBundle] Improve return types in generated files #3175 (@acrobat)
  • [AdminBundle] AsMenuAdaptor attribute to easily define menu adaptors with custom priorities #3173 (@acrobat)
  • [AdminlistBundle][TranslatorBundle] Replace deprecated box/spout with openspout/openspout library #3155 (@Numkil)