-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStorage.json
More file actions
43 lines (43 loc) · 883 Bytes
/
Storage.json
File metadata and controls
43 lines (43 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[
{
"version": "1.2.3",
"changelogs": [
"- Fixed that icons are not loading in the ui",
"- Changed files [html/index.html]",
]
},
{
"version": "1.2.2",
"changelogs": [
"- Fixed missing font-awesome icons (HTML)"
]
},
{
"version": "1.2.1",
"changelogs": [
"- Fixed Error on startup with ox_inventory (SCRIPT ERROR: @msk_storage/integration/server_integration.lua:10: attempt to call a nil value (global 'registerStash'))"
]
},
{
"version": "1.2.0",
"changelogs": [
"- Bugfix for TextUIs",
"- Added Configured Societies will get a percentage of the storage price"
]
},
{
"version": "1.1.0",
"changelogs": [
"- Added Support for ox_inventory"
]
},
{
"version": "1.0.1",
"changelogs": [
"- Some Bugfixes"
]
},
{
"version": "1.0.0"
}
]