@@ -10,7 +10,7 @@ This page describes the support status of the significant versions of AngularJS.
10
10
On July 1, 2018 AngularJS entered a 3 year Long Term Support period.
11
11
</div>
12
12
13
- Any version branch not shown in the following table (e.g. 1.6 .x) is no longer being developed.
13
+ Any version branch not shown in the following table (e.g. 1.7 .x) is no longer being developed.
14
14
15
15
<table class="dev-status table table-bordered">
16
16
<thead>
@@ -23,7 +23,7 @@ Any version branch not shown in the following table (e.g. 1.6.x) is no longer be
23
23
<td>Last version to provide IE 8 support</td>
24
24
</tr>
25
25
<tr class="stable">
26
- <td><span>1.7 .x</span></td>
26
+ <td><span>1.8 .x</span></td>
27
27
<td>Long Term Support</td>
28
28
<td>See {@link version-support-status#long-term-support Long Term Support} section below.</td>
29
29
</tr>
@@ -36,9 +36,9 @@ On July 1st 2018, AngularJS entered a Long Term Support period.
36
36
37
37
We now focus exclusively on providing fixes to bugs that satisfy at least one of the following criteria:
38
38
39
- * A security flaw is detected in the 1.7 .x branch of the framework
40
- * One of the major browsers releases a version that will cause current production applications using AngularJS 1.7 .x to stop working
41
- * The jQuery library releases a version that will cause current production applications using AngularJS 1.7 .x to stop working.
39
+ * A security flaw is detected in the 1.8 .x branch of the framework
40
+ * One of the major browsers releases a version that will cause current production applications using AngularJS 1.8 .x to stop working
41
+ * The jQuery library releases a version that will cause current production applications using AngularJS 1.8 .x to stop working.
42
42
43
43
AngularJS 1.2.x will get a new version if and only if a new severe security issue is discovered.
44
44
0 commit comments