Skip to content

Commit

Permalink
v2.5.0 version info
Browse files Browse the repository at this point in the history
  • Loading branch information
velocity23 committed Jul 31, 2022
1 parent d0c9d59 commit 90b4db8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Bug Report
description: File a bug report
labels: [bug]
assignees: []
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -33,15 +32,11 @@ body:
description: What did you expect to happen?
validations:
required: true
- type: dropdown
- type: input
id: version
attributes:
label: Flare Version
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.
options:
- v2.1.3
- v2.2.0
- v2.3.0
validations:
required: true
- type: textarea
Expand Down
17 changes: 17 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1489,5 +1489,22 @@
"queries": [],
"deletedFiles": [],
"newFolders": []
},
{
"tag": "v2.5.0",
"name": "Version 2.5.0",
"date": "2022-07-31",
"notes": "Added multiple aircraft per route in imports, bug fixes",
"prerelease": false,
"useUpdater": true,
"files": [
"classes/controllers/admin/AdminRoutesController.php",
"themes/tailwind/views/admin/import_choose.php",
"themes/default/views/admin/import_choose.php",
"themes/tailwind/views/admin/routes_new.php"
],
"queries": [],
"deletedFiles": [],
"newFolders": []
}
]
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tag": "v2.4.4",
"name": "Version 2.4.4",
"tag": "v2.5.0",
"name": "Version 2.5.0",
"prerelease": false
}

0 comments on commit 90b4db8

Please sign in to comment.