added plugin screen (#671)

This commit is contained in:
Kevin Papst
2019-04-08 18:38:56 +02:00
committed by GitHub
parent 5bea9915f5
commit 3a4aa5a001
68 changed files with 1392 additions and 490 deletions

View File

@@ -27,8 +27,13 @@ Remember to execute the necessary timezone conversion script, if you haven't upd
**BC BREAKS**
- in an ongoing effort to simplify future installation and upgrade processes the `.env` variable `DATABASE_PREFIX` was removed.
The table prefix is now hardcoded to `kimai2_`. If you used another prefix, you have to rename your tables manually
before starting the update process. You can also delete the row `DATABASE_PREFIX` from your `.env` file.
before starting the update process. And delete the row `DATABASE_PREFIX` from your `.env` file.
- API: DateTime objects will be returned including timezone identifier (previously 2019-03-02 14:23 - now 2019-03-02T14:23:00+00:00)
- Plugin mechanism changed: existing Plugins have to be deleted or updated
**Check if you want to apply changes to your `local.yaml`:**
- New permissions are available: `system_configuration`, `system_actions`, `plugins`
**Check if you want to apply changes to your `local.yaml`:**