Skip to content

Commit

Permalink
Merge branch '5.4'
Browse files Browse the repository at this point in the history
* 5.4:
  Update changelog for 5.4.0 release
  • Loading branch information
acrobat committed Jan 19, 2020
2 parents 1116aa2 + 440c00d commit 0f3f178
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions CHANGELOG-5.X.md
@@ -1,5 +1,74 @@
# Changelog

## 5.4.0 / 2020-01-19

* [AdminListBundle] Fixed missing translator property set in constructor [#2618](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2618) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Temporary revert event class BC layer [#2617](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2617) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Switch code coverage to latest php + codecoverage speed up [#2616](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2616) ([@acrobat](https://github.com/acrobat))
* [TranslatorBundle] Apply fixes from StyleCI [#2611](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2611) ([@acrobat](https://github.com/acrobat))
* [MediaBundle] Fix typo in template path [#2607](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2607) ([@Numkil](https://github.com/Numkil))
* [AllBundles] Use symfony/flex in travis build suite and improve test version ranges [#2604](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2604) ([@acrobat](https://github.com/acrobat))
* [TranslatorBundle] use the common export logic instead of a custom export [#2603](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2603) ([@Numkil](https://github.com/Numkil))
* [AllBundles] Fix symfony event class deprecation [#2602](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2602) ([@acrobat](https://github.com/acrobat))
* [AllBundles] BC layer for deprecated event classes [#2601](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2601) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Commands should return an integer exitcode [#2600](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2600) ([@acrobat](https://github.com/acrobat))
* [AllBundles] PHP 7.4 compatibility fixes [#2599](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2599) ([@acrobat](https://github.com/acrobat))
* [AdminListBundle] Don't call deprecated setters in ExportService [#2595](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2595) ([@acrobat](https://github.com/acrobat))
* [MenuBundle] added class for menu item with active subnode [#2589](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2589) ([@poveu](https://github.com/poveu))
* [AdminBundle] add option to colorpicker to add predefined colors [#2580](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2580) ([@dbeerten](https://github.com/dbeerten))
* [TranslatorBundle] implement changeablelimitinterface on translationadminlist [#2577](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2577) ([@Numkil](https://github.com/Numkil))
* [FormBundle] Deprecate and replace container injection in form mailer [#2576](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2576) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Deprecate remaining usages of symfony/templating [#2559](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2559) ([@acrobat](https://github.com/acrobat))
* [AdminBundle] Forward compatible fix for the deprecated roles methods [#2557](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2557) ([@acrobat](https://github.com/acrobat))
* [AdminListBundle] Deprecate setter injection and usage of symfony templating [#2556](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2556) ([@acrobat](https://github.com/acrobat))
* [AdminBundle] Switch fos_user mailer to twig mailer [#2554](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2554) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Switch to twig namespaced path notation [#2553](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2553) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Replaced deprecated spaceless tag [#2550](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2550) ([@acrobat](https://github.com/acrobat))
* [GeneratorBundle] Improve code style and code quality of generated classes [#2549](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2549) ([@acrobat](https://github.com/acrobat))
* [NodeSearchBundle] Trigger deprecation after container get [#2546](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2546) ([@acrobat](https://github.com/acrobat))
* [AllBundles ] Fix self deprecations triggered in tests [#2545](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2545) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Mark classes extending twig final [#2542](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2542) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Enable testing against php 7.4 [#2535](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2535) ([@acrobat](https://github.com/acrobat))
* [NodeBundle] Fix incorrect step in documentation [#2531](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2531) ([@Numkil](https://github.com/Numkil))
* [NodeBundle] Feature/current url menu tab [#2529](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2529) ([@JZuidema](https://github.com/JZuidema))
* [GeneratorBundle] Remove incorrect docblock text [#2528](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2528) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Cleanup old @noinspection docblocks [#2526](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2526) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Provide autowire aliases for frequently injected classes [#2525](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2525) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Remove support for unmaintained symfony versions [#2524](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2524) ([@acrobat](https://github.com/acrobat))
* [SitemapBundle] Allow to include other items in the sitemap [#2522](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2522) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Deprecate old flash "error" type [#2516](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2516) ([@acrobat](https://github.com/acrobat))
* [ConfigBundle] Code improvement found by static code analysis [#2491](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2491) ([@acrobat](https://github.com/acrobat))
* [DashboardBundle] Code improvement found by static code analysis [#2490](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2490) ([@acrobat](https://github.com/acrobat))
* [FormBundle] Code improvement found by static code analysis [#2489](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2489) ([@acrobat](https://github.com/acrobat))
* [LeadGenerationBundle] Code improvement found by static code analysis [#2488](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2488) ([@acrobat](https://github.com/acrobat))
* [NodeSearchBundle] Code improvement found by static code analysis [#2487](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2487) ([@acrobat](https://github.com/acrobat))
* [RedirectBundle] Code improvement found by static code analysis [#2486](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2486) ([@acrobat](https://github.com/acrobat))
* [SearchBundle] Code improvement found by static code analysis [#2485](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2485) ([@acrobat](https://github.com/acrobat))
* [VotingBundle] Code improvement found by static code analysis [#2484](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2484) ([@acrobat](https://github.com/acrobat))
* [UserManagementBundle] Code improvement found by static code analysis [#2483](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2483) ([@acrobat](https://github.com/acrobat))
* [TaggingBundle] Code improvement found by static code analysis [#2482](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2482) ([@acrobat](https://github.com/acrobat))
* [SeoBundle] Code improvement found by static code analysis [#2481](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2481) ([@acrobat](https://github.com/acrobat))
* [MultiDomainBundle] Code improvement found by static code analysis [#2480](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2480) ([@acrobat](https://github.com/acrobat))
* [AdminBundle] Deprecate unused composer script class [#2479](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2479) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Improve the kunstmaan toolbar items [#2477](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2477) ([@acrobat](https://github.com/acrobat))
* [NodeBundle] Replace numeric regex check [#2475](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2475) ([@acrobat](https://github.com/acrobat))
* [TranslatorBundle] Remove useless loop that doesn't loop [#2474](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2474) ([@acrobat](https://github.com/acrobat))
* [MenuBundle] Code improvement found by static code analysis [#2473](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2473) ([@acrobat](https://github.com/acrobat))
* [TranslatorBundle] Code improvement found by static code analysis [#2472](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2472) ([@acrobat](https://github.com/acrobat))
* [PagePartBundle] Code improvement found by static code analysis [#2471](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2471) ([@acrobat](https://github.com/acrobat))
* [NodeBundle] Code improvement found by static code analysis [#2470](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2470) ([@acrobat](https://github.com/acrobat))
* [MediaBundle] Code improvement found by static code analysis [#2469](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2469) ([@acrobat](https://github.com/acrobat))
* [ArticleBundle] Code improvement found by static code analysis [#2468](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2468) ([@acrobat](https://github.com/acrobat))
* [AdminListBundle] Code improvement found by static code analysis [#2467](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2467) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Replace internal loadTemplate twig method [#2466](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2466) ([@acrobat](https://github.com/acrobat))
* [UtilitiesBundle] Code improvement found by static code analysis [#2465](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2465) ([@acrobat](https://github.com/acrobat))
* [AdminBundle] Code improvement found by static code analysis [#2464](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2464) ([@acrobat](https://github.com/acrobat))
* [AdminBundle] Deprecate container access in adminbundle classes [#2453](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2453) ([@acrobat](https://github.com/acrobat))
* [AdminListBundle] Improve the quality of the phpunit testcases [#2452](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2452) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Replace deprecated twig namespaces by the new namespace format [#2449](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2449) ([@acrobat](https://github.com/acrobat))
* [AllBundles] Remove deprecated FrameworkExtraBundle annotations [#2448](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2448) ([@acrobat](https://github.com/acrobat))
* [GeneratorBundle] Improved the generated article classes [#2447](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2447) ([@acrobat](https://github.com/acrobat))

## 5.3.10 / 2020-01-19

* [AdminBundle] Fix unnecessary collapsing of top-nav when zooming [#2615](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2615) ([@dbeerten](https://github.com/dbeerten))
Expand Down

0 comments on commit 0f3f178

Please sign in to comment.