From 114617a052fdda69eb8c873a29f6b41257857ac9 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Fri, 20 Oct 2023 16:30:20 +0200 Subject: [PATCH] clarify EOL of Kimai 1 --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 967e7b5b..59a2b03a 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ and so much more. ### Versions -There are two versions of Kimai existing: +There are two [versions](https://www.kimai.org/documentation/versions.html) of Kimai existing: -- [Version 2](https://github.com/kimai/kimai) — the current stable release (PHP 8.1 only) -- [Version 1](https://github.com/kimai/kimai/tree/1.x) — the "old" version, in maintenance mode since Jan. 2023 (PHP 7.4, PHP 8.1) +- [Version 2](https://github.com/kimai/kimai) — the current stable release (PHP 8.1+) +- [Version 1](https://github.com/kimai/kimai/tree/1.x) — EOL since mid of 2023 (PHP 7.4) -If you start fresh, do **not** use Version 1, it won't receive any more updates. +Do **NOT** use Version 1, it won't get any more updates! ### Links @@ -74,8 +74,6 @@ It is open for changes and input from the community, your [ideas and questions]( Release versions will be created on a regular basis, every couple of weeks latest. Every code change, whether it's a new feature or a bugfix, will be done on the `main` branch. -Until 2.0 is widely adopted, the [1.x branch](https://github.com/kimai/kimai/tree/1.x) will receive (critical) bug and security fixes. - ## Contributing You want to contribute to this repository? This is so great!