Skip to content

Commit 90b4db8

Browse files
committed
v2.5.0 version info
1 parent d0c9d59 commit 90b4db8

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Bug Report
22
description: File a bug report
33
labels: [bug]
4-
assignees: []
54
body:
65
- type: markdown
76
attributes:
@@ -33,15 +32,11 @@ body:
3332
description: What did you expect to happen?
3433
validations:
3534
required: true
36-
- type: dropdown
35+
- type: input
3736
id: version
3837
attributes:
3938
label: Flare Version
4039
description: This can be found in Site Settings under Updater. If you are not on the latest version, please update then check if the bug is still present.
41-
options:
42-
- v2.1.3
43-
- v2.2.0
44-
- v2.3.0
4540
validations:
4641
required: true
4742
- type: textarea

updates.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,5 +1489,22 @@
14891489
"queries": [],
14901490
"deletedFiles": [],
14911491
"newFolders": []
1492+
},
1493+
{
1494+
"tag": "v2.5.0",
1495+
"name": "Version 2.5.0",
1496+
"date": "2022-07-31",
1497+
"notes": "Added multiple aircraft per route in imports, bug fixes",
1498+
"prerelease": false,
1499+
"useUpdater": true,
1500+
"files": [
1501+
"classes/controllers/admin/AdminRoutesController.php",
1502+
"themes/tailwind/views/admin/import_choose.php",
1503+
"themes/default/views/admin/import_choose.php",
1504+
"themes/tailwind/views/admin/routes_new.php"
1505+
],
1506+
"queries": [],
1507+
"deletedFiles": [],
1508+
"newFolders": []
14921509
}
14931510
]

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tag": "v2.4.4",
3-
"name": "Version 2.4.4",
2+
"tag": "v2.5.0",
3+
"name": "Version 2.5.0",
44
"prerelease": false
55
}

0 commit comments

Comments
 (0)