prepare release 1.2 (#1059)

This commit is contained in:
Kevin Papst
2019-08-27 18:37:42 +02:00
committed by GitHub
parent 8fb0b1445a
commit 94f8159fdc
6 changed files with 25 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ Perform EACH version specific task between your version and the new one, otherwi
- Added new permission: `manage_invoice_template`
- Removed permissions: `view_invoice_template`, `create_invoice_template`, `edit_invoice_template`, `delete_invoice_template`
- Removed permission: `view_invoice` (using `create_export` only)
- Export renderer need to check usage of `Timesheet::getEnd()` as running entries can now be exported as well
- Custom export renderer need to check for usage of `Timesheet::getEnd()` as running entries can now be exported as well
## [1.1](https://github.com/kevinpapst/kimai2/releases/tag/1.1)