Store sessions in database (#1736)

This commit is contained in:
Kevin Papst
2020-06-11 16:54:51 +02:00
committed by GitHub
parent a75bdc52f6
commit ea4e930cbb
23 changed files with 507 additions and 20 deletions

View File

@@ -11,6 +11,7 @@ Perform EACH version specific task between your version and the new one, otherwi
## [1.10](https://github.com/kevinpapst/kimai2/releases/tag/1.10)
- Invoice renderer `CSV` was removed
- Sessions are now stored in the database (all users have to re-login after upgrade)
### Developer