From b7153724eadde6821bc351343e0486a62d4d25b2 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Tue, 7 Jan 2025 20:39:09 +0100 Subject: [PATCH] updated bundles --- _includes/store/changelog/InvoiceBundle.md | 7 +++++++ .../store/changelog/WorkContractBundle.md | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/_includes/store/changelog/InvoiceBundle.md b/_includes/store/changelog/InvoiceBundle.md index 5d12c3635a..1db33cb56b 100644 --- a/_includes/store/changelog/InvoiceBundle.md +++ b/_includes/store/changelog/InvoiceBundle.md @@ -1,3 +1,10 @@ +**Version 2.2.0** + +Compatibility: requires minimum Kimai 2.27.0 + +- Required changes for Kimai release 2.27.0 +- Code upgrade + **Version 2.1.1** Compatibility: requires minimum Kimai 2.1.0 diff --git a/_includes/store/changelog/WorkContractBundle.md b/_includes/store/changelog/WorkContractBundle.md index a4911370fb..d9ace9c6bb 100644 --- a/_includes/store/changelog/WorkContractBundle.md +++ b/_includes/store/changelog/WorkContractBundle.md @@ -1,3 +1,22 @@ +**Version 1.17.0** + +Compatibility: requires minimum Kimai 2.25.0 + +- API: + - [BC break] fix route names for /request/approve/reject (added /absences prefix) + - [BC break] new calendar route for absences and public-holidays (those were previously the main routes) + - [BC break] new return structure for GET /absences and /public-holidays + - added route to fetch all registered absence types +- Fix multiple redirects in public holiday management +- Fallback: "Import from Google public holiday calendar" if `Yasumi` is not available (caused by a timezone error on some PHP installations) + +**Version 1.16.2** + +Compatibility: requires minimum Kimai 2.25.0 + +- Fix: only the first 10 absences were shown +- Fix: statistics were calculated from approved absences only + **Version 1.16.1** Compatibility: requires minimum Kimai 2.25.0