Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 259927f

Browse files
committed
docs: update end-of-life messages
This change updates the messaging about AngularJS end-of-life in several places: * Docs homepage * Docs banner * Security and support pages * GitHub README
1 parent f362437 commit 259927f

File tree

5 files changed

+16
-67
lines changed

5 files changed

+16
-67
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ piece of cake. Best of all? It makes development fun!
1414

1515
--------------------
1616

17-
**On July 1, 2018 AngularJS entered a 3 year Long Term Support period:** [Find out more](https://docs.angularjs.org/misc/version-support-status)
18-
19-
**Looking for the new Angular? Go here:** https://github.com/angular/angular
17+
**[Support for legacy AngularJS has fully ended.](https://goo.gle/angularjs-end-of-life)**
18+
**Visit https://github.com/angular/angular for the actively supported Angular framework.**
2019

2120
--------------------
2221

SECURITY.md

+8-14
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,13 @@
22

33
## Supported Versions
44

5-
| Version | Supported | Status | Comments |
6-
| ----------- | ------------------ | --------------------- | ------------------------------------ |
7-
| 1.8.x | :white_check_mark: | Long Term Support | See [Long Term Support policy][0] |
8-
| 1.3.x-1.7.x | :x: | | |
9-
| 1.2.x | :warning: | Security patches only | Last version to provide IE 8 support |
10-
| <1.2.0 | :x: | | |
11-
12-
## Reporting a Vulnerability
5+
[Support for legacy AngularJS has fully ended.](https://goo.gle/angularjs-end-of-life).
136

14-
Email us at [[email protected]](mailto:[email protected]) to report any potential security issues in AngularJS.
7+
[Visit https://angular.io for the actively supported Angular framework](https://angular.io).
158

16-
Please [use the latest AngularJS possible](https://docs.angularjs.org/guide/security#use-the-latest-angularjs-possible)
17-
and keep in mind the guidance around AngularJS'
18-
[expression language](https://docs.angularjs.org/guide/security#angularjs-templates-and-expressions).
19-
20-
[0]: https://docs.angularjs.org/misc/version-support-status#long-term-support
9+
| Version | Supported | Status | Comments |
10+
| ----------- | ------------------ | --------------------- | ------------------------------------ |
11+
| 1.8.x | :x: | All support ended | |
12+
| 1.3.x-1.7.x | :x: | All support ended | |
13+
| 1.2.x | :x: | All support ended | Last version to provide IE 8 support |
14+
| <1.2.0 | :x: | All support ended | |

docs/config/templates/app/indexPage.template.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ <h4 class="search-results-group-heading">{{ key }}</h4>
146146
<div class="navbar-inner">
147147
<div class="container">
148148
<p class="site-notice">
149-
AngularJS is now in Long Term Support (LTS) mode: <a href="https://docs.angularjs.org/misc/version-support-status">Find out more</a>. Explore End Of Life (EOL) options <a href="https://blog.angular.io/finding-a-path-forward-with-angularjs-7e186fdd4429">here</a>.
149+
<a href="https://goo.gle/angularjs-end-of-life">Support for legacy AngularJS has fully ended.</a>
150+
Visit <a href="https://angular.io">https://angular.io</a> for the actively supported Angular.
150151
</p>
151152
</div>
152153
</div>

docs/content/api/index.ngdoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
# AngularJS API Docs
66

77
<div class="alert alert-warning">
8-
**On July 1, 2018 AngularJS entered a 3 year Long Term Support period:** [Find out more](misc/version-support-status).
8+
[Support for legacy AngularJS has fully ended](https://goo.gle/angularjs-end-of-life).
9+
Visit [https://angular.io](https://angular.io) for the actively supported Angular.
910
</div>
1011

1112
## Welcome to the AngularJS API docs page.

docs/content/misc/version-support-status.ngdoc

+2-48
Original file line numberDiff line numberDiff line change
@@ -4,55 +4,9 @@
44

55
# Version Support Status
66

7-
This page describes the support status of the significant versions of AngularJS.
7+
[Support for legacy AngularJS has fully ended.](https://goo.gle/angularjs-end-of-life).
88

9-
<div class="alert alert-info">
10-
On July 1, 2018 AngularJS entered a 3 year Long Term Support period.<br />
11-
<br />
12-
_**UPDATE (2020-07-27):**_<br />
13-
_Due to COVID-19 affecting teams migrating from AngularJS, we are extending the LTS by six months
14-
(until December 31, 2021)._
15-
</div>
16-
17-
Any version branch not shown in the following table (e.g. 1.7.x) is no longer being developed.
18-
19-
<table class="dev-status table table-bordered">
20-
<thead>
21-
<tr><th>Version</th><th>Status</th><th>Comments</th></tr>
22-
</thead>
23-
<tbody>
24-
<tr class="security">
25-
<td><span>1.2.x</span></td>
26-
<td>Security patches only</td>
27-
<td>Last version to provide IE 8 support</td>
28-
</tr>
29-
<tr class="stable">
30-
<td><span>1.8.x</span></td>
31-
<td>Long Term Support</td>
32-
<td>See {@link version-support-status#long-term-support Long Term Support} section below.</td>
33-
</tr>
34-
</tbody>
35-
</table>
36-
37-
### Long Term Support
38-
39-
On July 1st 2018, AngularJS entered a Long Term Support period.
40-
41-
We now focus exclusively on providing fixes to bugs that satisfy at least one of the following criteria:
42-
43-
* A security flaw is detected in the 1.8.x branch of the framework
44-
* One of the major browsers releases a version that will cause current production applications using AngularJS 1.8.x to stop working
45-
* The jQuery library releases a version that will cause current production applications using AngularJS 1.8.x to stop working.
46-
47-
AngularJS 1.2.x will get a new version if and only if a new severe security issue is discovered.
48-
49-
50-
51-
### Blog Post
52-
53-
You can read more about these plans in our [blog post announcement](https://blog.angular.io/stable-angularjs-and-long-term-support-7e077635ee9c).
54-
55-
### Extended Long Term Support
9+
[Visit https://angular.io for the actively supported Angular framework](https://angular.io).
5610

5711
If you need support for AngularJS beyond December 2021, you should consider:
5812

0 commit comments

Comments
 (0)