Release 1.19.8 (#3296)

* unify extension check
* fix updating one config section redirects to all sections
* weekly times: configure number of weeks for recent activities
* weekly times: configure minimum number of rows
* added explicit formats for en_GB and pt
This commit is contained in:
Kevin Papst
2022-05-17 11:52:45 +02:00
committed by GitHub
parent 27c60d9fc4
commit 9e2a295182
13 changed files with 122 additions and 60 deletions

View File

@@ -88,6 +88,12 @@ class Configuration implements ConfigurationInterface
->integerNode('recent_activities')
->defaultValue(5)
->end()
->integerNode('recent_activity_weeks')
->defaultNull()
->end()
->integerNode('minimum_rows')
->defaultValue(3)
->end()
->end()
;