-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
63 lines (63 loc) · 1.33 KB
/
plugin.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
{
"packageID": "pv_savas",
"name": "pv_savas",
"label": "Savas",
"description": "A release system",
"author": "tyurderi",
"website": "https://www.yurderi.de",
"email": "tyurderi@yahoo.de",
"version": "1.3.2",
"changelog": {
"1.0.0": [
"Initial release with basic functionality"
],
"1.0.2": [
"Fix typo in plugin description",
"Fix validator app.unique.label",
"Fix file/list query"
],
"1.0.3": [
"Fix orderBy in api/updates"
],
"1.0.4": [
"Add filename when downloading file directly",
"Port pv_savas to ProVallo 4.0"
],
"1.0.5": [
"Check for api"
],
"1.0.6": [
"Fix config/index.js for development",
"Add system requirements for files",
"Add /api/v1/requirements action"
],
"1.1.0": [
"Add Search API",
"Improve api/updates endpoint (List all or single release)"
],
"1.2.0": [
"Improved design"
],
"1.2.1": [
"Certain small fixes"
],
"1.3.0": [
"Continue design",
"Cleanup"
],
"1.3.1": [
"fix(core): A file could not be uploaded due missing release.id"
],
"1.3.2": [
"Build"
]
},
"package": {
"channel": "stable",
"platform": "provallo-plugin"
},
"requires": {
"Frontend": "1.2.5",
"Backend": "1.3.0"
}
}