Skip to content

Latest commit

 

History

History
105 lines (89 loc) · 12.8 KB

CHANGELOG-6.0.md

File metadata and controls

105 lines (89 loc) · 12.8 KB

CHANGELOG for 6.0.x

This changelog references the relevant changes (bug and security fixes) done in 6.0 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.0.0...6.0.1

6.0.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.0.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.0.4 / 2022-06-07

  • [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.0.3 / 2022-01-28

  • [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.0.2 / 2022-01-10

  • [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.0.1 / 2021-11-9

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

6.0.0 / 2021-11-8