From 3e00dd2ef17a31cc8fb3962b139745ef0e8893bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 5 Mar 2020 13:24:38 +0100 Subject: [PATCH] Update LTS status in README --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4c86bde..3bb40d3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ # LoopBack Phase -Hook into the various phases of a LoopBack application. +**⚠️ LoopBack 3 is in Maintenance LTS mode, only critical bugs and critical +security fixes will be provided. (See +[Module Long Term Support Policy](#module-long-term-support-policy) below.)** + +We urge all LoopBack 3 users to migrate their applications to LoopBack 4 as +soon as possible. Refer to our +[Migration Guide](https://loopback.io/doc/en/lb4/migration-overview.html) +for more information on how to upgrade. -This module is in Active LTS mode, new features are no longer accepted. -(See [Module Long Term Support Policy](#module-long-term-support-policy) below.) -LoopBack 3 users looking for new features are encouraged to upgrade to LoopBack 4. Refer to [loopback-next#1849](https://github.com/strongloop/loopback-next/issues/1849) for more information on how to upgrade. +## Overview + +Hook into the various phases of a LoopBack application. ## Installation @@ -48,7 +55,7 @@ This module adopts the [Module Long Term Support (LTS)](https://github.com/CloudN | Version | Status | Published | EOL | | ------- | --------------- | --------- | -------- | -| 3.x | Active LTS | Dec 2016 | Dec 2019 | -| 1.x | Maintenance LTS | Oct 2014 | Apr 2019 | +| 3.x | Maintenance LTS | Dec 2016 | Dec 2020 | +| 1.x | End-of-Life | Oct 2014 | Apr 2019 | -Learn more about our LTS plan in the [docs](https://loopback.io/doc/en/contrib/Long-term-support.html). \ No newline at end of file +Learn more about our LTS plan in the [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).