Cleanup after 2.0 (#3868)

* removed duration_only mode
* cleanup database
* remove deleted user preference keys
This commit is contained in:
Kevin Papst
2023-02-22 15:06:54 +01:00
committed by GitHub
parent f04e0d92aa
commit 266c4bad25
6 changed files with 75 additions and 90 deletions

View File

@@ -23,7 +23,7 @@ Developer read the full documentation at [https://www.kimai.org/documentation/mi
- dashboard default config
- removed: theme.branding.translation
- removed: kimai.plugin_dir
- Time-tracking mode `duration_only` was removed, existing installations will be switched to `default`
- Time-tracking mode `duration_only` was removed, existing installations will be switched to `duration_fixed_begin`
- Removed Twig filters. You might have to replace them in your custom export/invoice templates:
- `date_full` => `date_time`
- `duration_decimal` => `duration(true)`