Skip to content

Commit 36fd69c

Browse files
committed
version bump v2.7.1
1 parent a685dd3 commit 36fd69c

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

dev_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
- [x] update onesync setting values to reflect fxserver's change
1414
- [x] if clean install and on windows, open the listening URL on the browser
1515
> v2.7.0
16+
- [x] fix player manager settigns page not saving
17+
- [x] fix squirrelly filters not working on v8.0.4
18+
> v2.7.1
1619
- [ ] xxxxx
1720

1821
TODO: Bot commands (in dev order):

fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ games { 'gta5' }
44
author 'Tabarra'
55
description 'Remotely Manage & Monitor your GTA5 FiveM Server'
66
repository 'https://github.com/tabarra/txAdmin'
7-
version '2.7.0'
7+
version '2.7.1'
88

99

1010
-- NOTE: Due to global package constraints, js scripts will be loaded from main.js

version.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@
197197
{
198198
"version": "2.7.0",
199199
"changelog": "Updated onesync convars. Fixed discord bot /help spam. Minor fixes and tweaks."
200+
},
201+
{
202+
"version": "2.7.1",
203+
"changelog": "Fixed rendering issues and player manager settings not saving."
200204
}
201205
]
202206
}

0 commit comments

Comments
 (0)