Merge pull request #271 from strongloop/feat/maintenance-lts
Update LTS status in README
This commit is contained in:
commit
53b4808d33
18
README.md
18
README.md
|
@ -1,14 +1,15 @@
|
||||||
# loopback-component-explorer
|
# loopback-component-explorer
|
||||||
|
|
||||||
**This module is in Active LTS mode, new features are no longer accepted.**
|
**⚠️ LoopBack 3 is in Maintenance LTS mode, only critical bugs and critical
|
||||||
<br/>(See [Module Long Term Support Policy](#module-long-term-support-policy)
|
security fixes will be provided. (See
|
||||||
below.)
|
[Module Long Term Support Policy](#module-long-term-support-policy) below.)**
|
||||||
|
|
||||||
LoopBack 3 users looking for new features are encouraged to upgrade
|
We urge all LoopBack 3 users to migrate their applications to LoopBack 4 as
|
||||||
to LoopBack 4. Refer to
|
soon as possible. Refer to our
|
||||||
[loopback-next#1849](https://github.com/strongloop/loopback-next/issues/1849)
|
[Migration Guide](https://loopback.io/doc/en/lb4/migration-overview.html)
|
||||||
for more information on how to upgrade.
|
for more information on how to upgrade.
|
||||||
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Browse and test your LoopBack app's APIs.
|
Browse and test your LoopBack app's APIs.
|
||||||
|
@ -266,8 +267,7 @@ Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) polic
|
||||||
|
|
||||||
| Version | Status | Published | EOL |
|
| Version | Status | Published | EOL |
|
||||||
| ------- | --------------- | --------- | -------- |
|
| ------- | --------------- | --------- | -------- |
|
||||||
| 6.x | Active LTS | Apr 2018 | Dec 2020 |
|
| 6.x | Maintenance LTS | Apr 2018 | Dec 2020 |
|
||||||
| 5.x | Maintenance LTS | Sep 2017 | Dec 2019 |
|
| 5.x | End-of-Life | Sep 2017 | Dec 2019 |
|
||||||
| 4.x | End-of-Life | Dec 2016 | Apr 2019 |
|
|
||||||
|
|
||||||
Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).
|
Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).
|
||||||
|
|
Loading…
Reference in New Issue