@@ -10,7 +10,7 @@ This page describes the support status of the significant versions of AngularJS.
1010 On July 1, 2018 AngularJS entered a 3 year Long Term Support period.
1111</div>
1212
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.
1414
1515<table class="dev-status table table-bordered">
1616 <thead>
@@ -23,7 +23,7 @@ Any version branch not shown in the following table (e.g. 1.6.x) is no longer be
2323 <td>Last version to provide IE 8 support</td>
2424 </tr>
2525 <tr class="stable">
26- <td><span>1.7 .x</span></td>
26+ <td><span>1.8 .x</span></td>
2727 <td>Long Term Support</td>
2828 <td>See {@link version-support-status#long-term-support Long Term Support} section below.</td>
2929 </tr>
@@ -36,9 +36,9 @@ On July 1st 2018, AngularJS entered a Long Term Support period.
3636
3737We now focus exclusively on providing fixes to bugs that satisfy at least one of the following criteria:
3838
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.
4242
4343AngularJS 1.2.x will get a new version if and only if a new severe security issue is discovered.
4444
0 commit comments