Skip to content

Releases: Kunstmaan/KunstmaanBundlesCMS

6.0.1

10 Nov 06:44
dab81f8
Compare
Choose a tag to compare
  • [MultiDomainBundle] fix bug in service definition #3030 (@Numkil)

6.0.0

08 Nov 20:47
bb4a206
Compare
Choose a tag to compare

5.10.0

08 Nov 07:24
26b3d65
Compare
Choose a tag to compare

This release prepares the code for the upcoming major release (6.0) and is the last release in the v5 cycle.

  • [AllBundles] Update adminlist-bundle version constraint to allow only ^5.9 #3024 (@acrobat)
  • [AllBundles] Bump minimum symfony versions to avoid versions with security issues #3020 (@acrobat)
  • [MediaBundle] Fix incorrect csrf check fallback routes #3016 (@acrobat)
  • [NodeBundle] Add docblock return types for node iterator class #3010 (@acrobat)
  • [AllBundles] Fixed undefined class warnings in typehints #3004 (@acrobat)
  • [AllBundle] Improve tests #3003 (@acrobat)
  • [AllBundles] Add csrf protection to multiple routes #3002 (@acrobat)
  • [NodeBundle] Set correct typehints on methods and properties #3000 (@acrobat)
  • [MultiDomainBundle] Deprecate session argument in HostOverrideListener #2996 (@acrobat)
  • [NodeBundle] Use psr3 logger methods to be compatible with monolog 2.0 #2988 (@acrobat)
  • [ArticleBundle] Don't set html5 option on date fields when using custom js datepicker #2987 (@acrobat)
  • [NodeBundle] Helper should return flashbag class #2983 (@acrobat)
  • [AllBundles] Deprecations to prepare symfony 5 code changes #2977 (@acrobat)
  • [AllBundles] Open up version constraints for v6 #2976 (@acrobat)
  • [NodeBundle] Bump symfony-cmf/router-bundle and remove compiler pass #2972 (@acrobat)
  • [SitemapBundle] Add pre render event for adding sitemap indexes #2905 (@dannyvw)

5.9.1

14 Oct 11:48
21c113d
Compare
Choose a tag to compare

5.9.0

09 Oct 14:23
96739a1
Compare
Choose a tag to compare

⚠️ Make sure to update your database schema after this upgrade

  • [AllBundles] Sf5 event forward compatibilty #2968 (@acrobat)
  • [AllBundles] Extra sf5 forward compatibility #2965 (@acrobat)
  • [AllBundles] Extra service aliases #2957 (@acrobat)
  • [SearchBundle] Remove Sherlock elastic provider docs #2956 (@tarjei)
  • [AdminBundle] Add autowire alias #2954 (@acrobat)
  • [AdminListBundle] Improve new AbstractAdminList servicesubscriber setup #2953 (@acrobat)
  • [NodeBundle] Improve slug action deprecation and compatibility with old setup #2950 (@acrobat)
  • [NodeBundle] Deprecate SlugActionInterface and replace it by PageRender setup #2949 (@acrobat)
  • [AllBundles] Symfony 5 forward compatiblity fixes #2947 (@acrobat)
  • [AllBundles] Migration path for controller extending deprecated controller class #2946 (@acrobat)
  • [AdminBundle] Fix User incompatibility after new authentication changes #2945 (@acrobat)
  • [AllBundles] Add return type declarations and improve docblocks #2944 (@acrobat)
  • [AllBundles] Fix incorrect namespaces in test classes #2943 (@acrobat)
  • [AdminBundle] New authentication bugfixes and improvements #2940 (@acrobat)
  • [AdminBundle] Finish version checker deprecations #2912 (@acrobat)
  • [TranslatorBundle] Remove forced import from admin interface #2911 (@acrobat)
  • [AdminBundle] Fix remaining usages of deprecated admin_exception_excludes config #2909 (@acrobat)
  • [NodeSearchBundle] Add missing deprecation for change in searcher lookup #2908 (@acrobat)
  • [AdminBundle] Fix redirect loop for installation without new authentication setup #2907 (@acrobat)
  • [AllBundles] Allow and test against php 8 #2906 (@acrobat)
  • [AllBundles] Fix branch alias of separate packages #2902 (@acrobat)
  • [AllBundle] Replace abanoned faker package #2901 (@acrobat)
  • [AllBundles] Fix phpstan errors for checks added in 0.12.92 #2900 (@acrobat)
  • [AllBundles] Fix doctrine common deprecations and resolve doctrine bundle v2 incompatibility #2899 (@acrobat)
  • [AllBundles] Bump gedmo/doctrine-extensions to prepare for php8 support #2897 (@acrobat)
  • [TranslatorBundle] Increase max length for translation domain #2895 (@dannyvw)
  • [AdminBundle] New login styling #2888 (@dbeerten)
  • [DashboardBundle] Deprecate remaining container usages in command #2877 (@acrobat)
  • [AllBundles] Forward compatibility fixes for symfony 5 #2876 (@acrobat)
  • [AdminlistBundle] Deprecate setter methods in EntityVersionLockService #2866 (@acrobat)
  • [GeneratorBundle] Switch to new doctrine inflector api #2865 (@acrobat)
  • [GeneratorBundle] Deprecate generate bundle and entity commands #2864 (@acrobat)
  • [Dashboardbundle] Rework dashboard command calls #2863 (@acrobat)
  • [NodeSearchBundle] Deprecate direct instantiation of the abstractSearchPage #2862 (@acrobat)
  • [AllBundles] Mark event classes final #2861 (@acrobat)
  • [UserManagementBundle] Move user adminlist configurator class override to config #2860 (@acrobat)
  • [RedirectBundle] Move redirect entity class override to config #2859 (@acrobat)
  • [AdminBundle] Add config option to disabled exception logging module #2857 (@acrobat)
  • [AllBundles] Bump minimum stof/doctrine-extensions-bundle version #2855 (@acrobat)
  • [MediaBundle] Use parameter instead of hardcoded media path #2782 (@dannyvw)
  • [AdminListBundle] Change pagerfanta dependencies to require the minimum needed packages #2773 (@acrobat)
  • [AdminBundle] Deprecate FosUserBundle #2737 (@Numkil)

5.8.1

07 Oct 14:28
68189dc
Compare
Choose a tag to compare
  • [AdminBundle] Fix symfony LdapUser incompatibility #2973 (@acrobat)
  • [AdminBundle] Fix incorrect class mock in AclWalker test #2960 (@acrobat)
  • [MediaBundle] fix broken view for urlchooser #2931 (@Numkil)
  • [AdminBundle] Fix symfony/security-acl 3.2 test errors #2910 (@acrobat)
  • [AllBundles] Backport phpstan 0.12.92 fixes #2904 (@acrobat)
  • [SeoBundle] Don't render empty og:title #2894 (@dannyvw)
  • [AllBundles] Update sortablejs back to 1.8.1 #2892 (@dannyvw)
  • [MediaBundle] Use oembed url for vimeo thumbnail #2891 (@dannyvw)
  • [FormBundle] Add length validation to form fields #2875 (@dannyvw)
  • [RedirectBundle] Fix broken wildcard redirects #2856 (@acrobat)
  • [MultiDomainBundle] Fix keying of host configurations #2848 (@waaghals)

5.7.3

07 Oct 14:12
6b83123
Compare
Choose a tag to compare
  • [AdminBundle] Fix symfony LdapUser incompatibility #2973 (@acrobat)
  • [AdminBundle] Fix incorrect class mock in AclWalker test #2960 (@acrobat)
  • [MediaBundle] fix broken view for urlchooser #2931 (@Numkil)
  • [AdminBundle] Fix symfony/security-acl 3.2 test errors #2910 (@acrobat)
  • [AllBundles] Backport phpstan 0.12.92 fixes #2904 (@acrobat)
  • [SeoBundle] Don't render empty og:title #2894 (@dannyvw)
  • [AllBundles] Update sortablejs back to 1.8.1 #2892 (@dannyvw)
  • [MediaBundle] Use oembed url for vimeo thumbnail #2891 (@dannyvw)
  • [FormBundle] Add length validation to form fields #2875 (@dannyvw)
  • [RedirectBundle] Fix broken wildcard redirects #2856 (@acrobat)
  • [MultiDomainBundle] Fix keying of host configurations #2848 (@waaghals)

5.6.6

07 Oct 13:36
b159304
Compare
Choose a tag to compare
  • [AdminBundle] Fix symfony LdapUser incompatibility #2973 (@acrobat)
  • [AdminBundle] Fix incorrect class mock in AclWalker test #2960 (@acrobat)
  • [MediaBundle] fix broken view for urlchooser #2931 (@Numkil)
  • [AdminBundle] Fix symfony/security-acl 3.2 test errors #2910 (@acrobat)
  • [AllBundles] Backport phpstan 0.12.92 fixes #2904 (@acrobat)
  • [SeoBundle] Don't render empty og:title #2894 (@dannyvw)
  • [AllBundles] Update sortablejs back to 1.8.1 #2892 (@dannyvw)
  • [MediaBundle] Use oembed url for vimeo thumbnail #2891 (@dannyvw)
  • [FormBundle] Add length validation to form fields #2875 (@dannyvw)
  • [RedirectBundle] Fix broken wildcard redirects #2856 (@acrobat)
  • [MultiDomainBundle] Fix keying of host configurations #2848 (@waaghals)

5.8.0

17 Mar 18:27
f9c2aaa
Compare
Choose a tag to compare

5.7.2

17 Mar 18:12
327e31b
Compare
Choose a tag to compare