Skip to content

Commit

Permalink
fix URL, update version and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
KatjaGlassConsulting committed Apr 4, 2024
1 parent 2a9ad17 commit 9e0d703
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.3 to 2.0.4 (fixes)

- Corrected URL in mail when an approval was granted
- Removal of display class for "To Approve" rows to enable dark-theme using white text color
- Lockdown didn't lock approved weeks - this has been corrected

## 2.0.2 to 2.0.3 (fixes)

- Fix in migration for strict SQL settings
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,6 @@ Many thanks go to [HMR-IT](https://www.hmr-it.de) which had been highly involved

Additional thanks go to Milo Ivir for additional translations and to Kevin Papst for code enhancements and the update to use this bundle with less pre-requisites.

Many thanks to Kevin Papst, Vitor Mattos and Sam MacLennan for working on the migration of the ApprovalBundle supporting Kimai 2.
Many thanks to Kevin Papst, Vitor Mattos and Sam MacLennan for working on the migration of the ApprovalBundle supporting Kimai 2.

Thanks also to Brett Meyer, Kevin Papst and Sam MacLennan for their participation and pull requests.
2 changes: 1 addition & 1 deletion Repository/ApprovalRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ public function getUrl(string $userId, string $date): string
$path = $this->urlGenerator->generate('approval_bundle_report', [
'user' => $userId,
'date' => $date
], UrlGeneratorInterface::ABSOLUTE_PATH);
], UrlGeneratorInterface::ABSOLUTE_URL);

return rtrim($url, '/') . $path;
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A Kimai plugin to manage approvals and supporting related API",
"homepage": "https://www.kimai.org/store/katjaglass-approval-bundle.html",
"type": "kimai-plugin",
"version": "2.0.3",
"version": "2.0.4",
"keywords": [
"kimai",
"kimai-plugin"
Expand Down

0 comments on commit 9e0d703

Please sign in to comment.