Skip to content

Commit

Permalink
#2212 Added release v8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wotuu committed Feb 22, 2024
1 parent 7e3e96c commit 75ac7f7
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions database/seeders/releases/v8.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"id": 223,
"release_changelog_id": 230,
"version": "v8.1",
"title": "Subcreation integration replaced with Archon.gg",
"silent": 0,
"spotlight": 0,
"created_at": "2024-02-22T21:51:37+00:00",
"updated_at": "2024-02-22T21:51:37+00:00",
"changelog": {
"id": 230,
"release_id": 223,
"description": null,
"changes": [
{
"release_changelog_id": 230,
"release_changelog_category_id": 1,
"ticket_id": 2210,
"change": "Subcreation implementation has been replaced with Archon.gg implementation instead. No changes to functionality are to be expected - only that all Subcreation references are replaced with Archon.gg instead.",
"category": {
"id": 1,
"key": "general_changes",
"name": "releasechangelogcategories.general_changes"
}
},
{
"release_changelog_id": 230,
"release_changelog_category_id": 5,
"ticket_id": 2209,
"change": "Background job performing caching operations should no longer time out after 60 seconds.",
"category": {
"id": 5,
"key": "bugfixes",
"name": "releasechangelogcategories.bugfixes"
}
}
]
}
}

0 comments on commit 75ac7f7

Please sign in to comment.