added avatars, show user teams in list, new team dashboard widgets (#1150)
This commit is contained in:
11
UPGRADING.md
11
UPGRADING.md
@@ -10,9 +10,18 @@ Perform EACH version specific task between your version and the new one, otherwi
|
||||
|
||||
## [1.4](https://github.com/kevinpapst/kimai2/releases/tag/1.4)
|
||||
|
||||
**Attention**: There is a new directory, which needs to be writable by the webserver: `public/avatars/`.
|
||||
|
||||
New permission (used in new dashboard widget):
|
||||
- `view_team_member` - view the teamlead and members for the teams of the current user
|
||||
|
||||
### Possible BC breaks
|
||||
|
||||
- Activate Javascript select component by default
|
||||
- Activated Javascript select component by default
|
||||
|
||||
### BC breaks for devs
|
||||
|
||||
- Dashboard widgets and rows need to define their `type` by FQCN
|
||||
- Switched to Symfony 4.3 event types, this could fail in plugins only if they didn't use the official constants for event names
|
||||
|
||||
## [1.3](https://github.com/kevinpapst/kimai2/releases/tag/1.3)
|
||||
|
||||
Reference in New Issue
Block a user