diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc7608..24af38a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## Version 2.0.1 + +Compatibility: requires minimum Kimai 2.0 + +- Updates existing CSS rules to be compatible with 2.0. +- Remove (plugin) from permission/role header + +Hiding navigation items will only work with Kimai 2.0.24 + ## Version 2.0 Compatibility: requires minimum Kimai 2.0 diff --git a/README.md b/README.md index d9392fa..72d4470 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This plugin is compatible with the following Kimai releases: | Bundle version | Minimum Kimai version | |----------------|-----------------------| -| 2.0 | 2.0.0 | +| 2.0 - 2.0.1 | 2.0.0 | | 1.5 - 1.7 | 1.9 | | 1.0 - 1.4 | 1.4 | diff --git a/composer.json b/composer.json index c0a1c31..1c7098d 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Edit custom CSS rules through an administration screen.", "homepage": "https://www.kimai.org/store/keleo-css-custom-bundle.html", "type": "kimai-plugin", - "version": "2.0", + "version": "2.0.1", "keywords": [ "kimai", "kimai-plugin"