Skip to content

Latest commit

 

History

History
100 lines (78 loc) · 11.2 KB

CHANGELOG-6.1.md

File metadata and controls

100 lines (78 loc) · 11.2 KB

CHANGELOG for 6.1.x

This changelog references the relevant changes (bug and security fixes) done in 6.1 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.1.0...6.1.1

6.1.9 / 2023-02-09

6.1.8 / 2022-11-28

  • [AdminBundle] Store original url so images have the correct url when previewing in editor #3225 (@tarjei)
  • [BehatBundle] Fix php version requirement #3222 (@acrobat)
  • [MediaBundle] Fix pdf handler priority override of parent service value #3201 (@acrobat)

6.1.7 / 2022-10-19

  • [AllBundles] Enable dependabot to update the used github action versions #3186 (@acrobat)
  • [Dashboardbundle] Explicit int cast to avoid php 8.1 warning #3181 (@acrobat)
  • [AdminBundle] Fix current request check for forwarded error page requests #3178 (@acrobat)
  • [AllBundles] Use stable version of subtree splitter and don't limit on path to allow splitting of newly pushed branches #3174 (@acrobat)

6.1.6 / 2022-10-05

  • [NodeBundle] Temporary disable csrf check on delete because conflict with other page types #3153 (@acrobat)
  • [AllBiundles] Update demo site url #3168 (@acrobat)
  • [AllBundles] Update cms website urls to new domain + update doc urls #3161 (@acrobat)
  • [RedirectBundle] Save empty domain so redirect router catches all incoming domains for project #3160 (@acrobat)
  • [AllBundles] Update setup-node action to latest version #3151 (@acrobat)
  • [TranslatorBundle] Fix sqlite error in translator tests with doctrine/dbal v2.10+ #3150 (@acrobat)

6.1.5 / 2022-06-26

  • [NodeBundle] issue where max weight could be exceeded and cause irregular behaviour with sorting #3143 (@Numkil)
  • [AdminBundle] Limit doctrine/persistence to 2.x to avoid issues with deprecated entity notation #3142 (@acrobat)

6.1.4 / 2022-06-07

  • [FormBundle] Fix label docblock #3132 (@dannyvw)
  • [NodeBundle] Implement controller improvements for restored node search action #3128 (@acrobat)
  • [MultidomainBundle] Fix eventsubscriber service config #3118 (@acrobat)
  • [DashboardBundle] Fix trying to access array offset on value of type null #3109 (@dannyvw)
  • [UserManagementBundle] Fix user events #3107 (@dannyvw)
  • [NodeBundle] Fix missing route bc-break in url chooser search #3127 (@acrobat)
  • [CookieBundle] Fix php8 deprecation for passing null to stripos #3106 (@acrobat)
  • [UserManagementBundle] Restore user edit/delete initialize events #3099 (@acrobat)
  • [MultidomainBundle] Restore slug router parameter override #3098 (@acrobat)
  • [MediaPagePartBundle] Fix nullable url #3135 (@dannyvw)
  • [SeoBundle] Revert espacing extra metatags string to avoid render issue #3133 (@acrobat)

6.1.3 / 2022-01-28

  • [LeadGenerationBundle] Add missing controller services #3060 (@acrobat)
  • [LeadGenerationBundle] Allow symfony/deprecation-contracts v3 #3049 (@acrobat)
  • [AdminBundle] Only apply login subscriber to users of cms admin #3069 (@acrobat)
  • [GeneratorBundle] Fix php8 incompatibility in article generator repository #3057 (@acrobat)
  • [Dashboardbundle] Make ConfigHelper service lazy to avoid constructor queries #3056 (@acrobat)
  • [AdminBundle] Fix test incompatibility with doctrine/orm 2.11.0 #3047 (@acrobat)

6.1.2 / 2022-01-10

  • [AdminBundle] Remove self-deprecation in tests and add missing deprecation test #3034 (@acrobat)
  • [RedirectBundle] Fix redirect route controller notation #3042 (@acrobat)
  • [CookieBundle] Add missing view data provider service #3039 (@acrobat)
  • [UtilitiesBundle] Fix deprecated urltransationnamingstrategy #3036 (@Numkil)
  • [MultiDomainBundle] fix bug in service definition #3030 (@Numkil)
  • [NodeBundle] Improve performance of NodeMenu class #3046 (@acrobat)
  • [AllBundles] Escape user input to avoid xss issues #3038 (@acrobat)
  • [AllBundles] Upgrade phpstan to stable release #3037 (@acrobat)

6.1.1 / 2021-11-9

  • [MultiDomainBundle] fix bug in service definition #3030 (@Numkil)

6.1.0 / 2021-11-9

  • [CookieBundle] Remove remaining sf3 bc layers #3025 (@acrobat)
  • [AllBundles] Fix sf5.4 AbstractController deprecations #3019 (@acrobat)
  • [AllBundles] Fix sf 5.4 deprecations and simplify translator test config #3018 (@acrobat)
  • [AllBundles] Fix some undefined classes warnings #3013 (@acrobat)
  • [AllBundle] PHP 8.1 compatibility fixes #3012 (@acrobat)
  • [AllBundles] Restore deprecation helper to not allow self deprecations #3009 (@acrobat)
  • [AdminBundle] Deprecate new_authentication enable config #3007 (@acrobat)
  • [AllBundles] Replace deprecated symfony/debug package #3006 (@acrobat)
  • [AllBundles] Sf 3.4 and elastica 6 bc layer cleanup #3005 (@acrobat)
  • [AllBundles] Remove symfony event sf3.4 compatibility layer #2998 (@acrobat)
  • [AllBundles] Remove legacy symfony 3.4 eventdispatcher check #2995 (@acrobat)
  • [AdminBundle] Fix twig syntax error #2994 (@acrobat)
  • [AllBundles] Fix symfony 5 deprecations on username method #2993 (@acrobat)
  • [AllBundles] Cleanup of symfony 3.4 compatibility layers #2991 (@acrobat)
  • [MultiDomainBundle] host override cleanup compatiblity with new authentication system #2989 (@acrobat)
  • [AllBundles] Multiple sf5 deprecations fixes #2986 (@acrobat)
  • [AllBundles] Fix sf5 deprecations after upmerge #2985 (@acrobat)
  • [AllBundles] Sf3 compatibility layer cleanup #2967 (@acrobat)
  • [AllBundles] Allow symfony 5 and compatibility fixes #2964 (@acrobat)
  • [AllBundles] Remove symfony 3.4 support #2963 (@acrobat)
  • [AllBundles] Rework controller for symfony 5 compatibility #2962 (@acrobat)