Skip to content

Commit cb9acd1

Browse files
committed
Added new Laravel version (10.x) to list
1 parent cca8b26 commit cb9acd1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h1>
5353
const UrlParams = new URLSearchParams(window.location.search);
5454

5555
var CONTENT_LOAD_TIMEOUT = 200;
56-
var SELECTED_VERSION = UrlParams.get('version') || '9.x';
56+
var SELECTED_VERSION = UrlParams.get('version') || '10.x';
5757
var SELECTED_DOCUMENT = UrlParams.get('page') || '';
5858
var FILES = JSON.parse(httpGet('files.txt'));
5959

update.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
}
66

77
$versions = [
8+
'10.x',
89
'9.x',
910
'8.x',
1011
'7.x',

0 commit comments

Comments
 (0)