-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog.json
66 lines (66 loc) · 2.14 KB
/
changelog.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"releases": [
{
"version": "1.0.7",
"date": "02/01/2022",
"details": [
{ "badge": "Fix", "text": "Widgets display issue on dolibarr 14.x" },
{ "badge": "Fix", "text": "Ignore hidden/dot files/directories when building packages" }
]
},
{
"version": "1.0.6",
"date": "21/03/2021",
"details": [
{ "badge": "Fix", "text": "Token renewal issue on dolibarr 13.x" },
{ "badge": "Fix", "text": "Mime type error on dolibarr's login page" }
]
},
{
"version": "1.0.5",
"date": "27/09/2020",
"details": [
{ "badge": "Fix", "text": "Page lib error on PHP 7.4" },
{ "badge": "Fix", "text": "Save issue on setup page" }
]
},
{
"version": "1.0.4",
"date": "25/07/2020",
"details": [
{ "badge": "Upgrade", "text": "Updates for dolibarr 12.x" }
]
},
{
"version": "1.0.3",
"date": "21/06/2020",
"details": [
{ "badge": "Fix", "text": "Fix missing comma when generating setup page with doc models" }
]
},
{
"version": "1.0.2",
"date": "28/03/2020",
"details": [
{ "badge": "Fix", "text": "Ace editor issue on dolibarr 11.x" }
]
},
{
"version": "1.0.1",
"date": "29/07/2019",
"details": [
{ "badge": "New", "text": "Added generic menus & permissions to module class" },
{ "badge": "New", "text": "Added check for updates button in about page" },
{ "badge": "Upgrade", "text": "Added & updated some libraries" },
{ "badge": "Fix", "text": "Few bugs" }
]
},
{
"version": "1.0.0",
"date": "25/02/2019",
"details": [
{ "badge": "", "text": "Initial release" }
]
}
]
}