From 2c6cdff8584d3d740d436b2bbc38bed95e079a8d Mon Sep 17 00:00:00 2001 From: PabloKowalczyk <11366345+PabloKowalczyk@users.noreply.github.com> Date: Sat, 28 May 2022 09:04:08 +0200 Subject: [PATCH] Mark v2.x as end of life, remove active support data from v3.x and announce v4.x --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6c6b15..f4d0f72 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ Crunz is capable of executing any kind of executable command as well as PHP clos | Version | Release date | Active support until | Bug support until | Status | |---------|--------------|----------------------|-------------------|----------------| | v1.x | April 2016 | April 2019 | April 2020 | End of life | -| v2.x | April 2019 | April 2021 | April 2022 | Bug support | -| v3.x | April 2021 | April 2023 | April 2024 | Active support | +| v2.x | April 2019 | April 2021 | April 2022 | End of life | +| v3.x | April 2021 | TBD | TBD | Active support | +| v4.x | TBD | TBD | TBD | Development | ## Installation