Skip to content

Commit

Permalink
added help link
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Sep 26, 2024
1 parent e1cb939 commit 3ea8b39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 4.1.2

Compatibility: requires minimum Kimai 2.21.0

- Added missing "Documentation" link

## Version 4.1.1

Compatibility: requires minimum Kimai 2.21.0
Expand Down
1 change: 1 addition & 0 deletions Controller/ManageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public function index(): Response
$page = new PageSetup('shared_project_timesheets.title');
$page->setActionName('customer_portal');
$page->setDataTable($table);
$page->setHelp('plugin-customer-portal.html');

return $this->render('@CustomerPortal/manage/index.html.twig', [
'page_setup' => $page,
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": "Share timesheets and statistics via URLs",
"homepage": "https://www.kimai.org/store/customer-portal.html",
"type": "kimai-plugin",
"version": "4.1.1",
"version": "4.1.2",
"keywords": [
"kimai",
"kimai-plugin"
Expand Down

0 comments on commit 3ea8b39

Please sign in to comment.