Skip to content

Commit

Permalink
switch to attribute routes, remove unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Oct 19, 2023
1 parent 7fe5a88 commit 3540459
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 2.1.0

Compatibility: requires minimum Kimai 2.1.0

- Fixed: route mapping type changed to attribute

## Version 2.0.2

Compatibility: requires minimum Kimai 2.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This plugin is compatible with the following Kimai releases:

| Bundle version | Minimum Kimai version |
|----------------|-----------------------|
| 2.1.0 | 2.1.0 |
| 2.0 - 2.0.1 | 2.0.0 |
| 1.5 - 1.7 | 1.9 |
| 1.0 - 1.4 | 1.4 |
Expand Down
2 changes: 1 addition & 1 deletion Resources/config/routes.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
controllers:
resource: '../../Controller/'
type: annotation
type: attribute
prefix: /{_locale}
requirements:
_locale: '%app_locales%'
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"version": "2.1.0",
"keywords": [
"kimai",
"kimai-plugin"
Expand All @@ -17,7 +17,7 @@
],
"extra": {
"kimai": {
"require": 20000,
"require": 20100,
"name": "Custom CSS"
}
},
Expand All @@ -28,7 +28,6 @@
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": false,
"symfony/flex": false,
"symfony/runtime": false
},
Expand Down

0 comments on commit 3540459

Please sign in to comment.