release 1.16.9 (#3018)

* fix filter action display
* allow to set system configuration during runtime
* bump version
* use deepl pro free to translate missing keys
* replacing broken Github action
This commit is contained in:
Kevin Papst
2021-12-14 02:29:06 +01:00
committed by GitHub
parent 19cd5962aa
commit 358959522d
7 changed files with 249 additions and 29 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '1.16.8';
public const VERSION = '1.16.9';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 11608;
public const VERSION_ID = 11609;
/**
* The current release status, either "stable" or "dev"
*/