We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550ec4d commit 8111e98Copy full SHA for 8111e98
doc/_static/page_history.js
@@ -5,7 +5,7 @@ function createInfo(file, newat, altnames = '', removedat = '') {
5
this.removedat = removedat;
6
}
7
8
-const versionsArr = ['3.8','3.7', '3.6', '3.5', '3.4', '3.3', '3.2', '3.1', '3.0'];
+const versionsArr = ['4.0', '3.8','3.7', '3.6', '3.5', '3.4', '3.3', '3.2', '3.1', '3.0'];
9
var unsuportedArr = ['2.6', '2.5', '2.4', '2.3', '2.2', '2.1', '2.0'];
10
var titles = [
11
{k: 'en', v: ['Supported versions', 'Unsupported versions']},
0 commit comments