-
Notifications
You must be signed in to change notification settings - Fork 6
/
plugin.json
34 lines (31 loc) · 1.03 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
{
"label": {
"de": "Facebook Integration",
"en": "Facebook Integration"
},
"copyright": "(c) by Shopware AG",
"license": "MIT",
"link": "http://store.shopware.com",
"author": "Shopware AG",
"currentVersion": "1.0.3",
"changelog": {
"de": {
"1.0.3": "PT-3239 - Bugfix: h2 Tag entfernt;",
"1.0.2": "PT-3236 - Bugfix: Support von älteren PHP Versionen wieder hergestellt;",
"1.0.1": "PT-3078, PT-3134 - Bugfix: Diverse Bedienungsverbesserungen und Fehlerbehebungen;",
"1.0.0": "Erstveröffentlichung;"
},
"en": {
"1.0.3": "PT-3239 - Bugfix: Deleted h2 tag;",
"1.0.2": "PT-3236 - Bugfix: Restore support of older PHP versions;",
"1.0.1": "PT-3078, PT-3134 - Bugfix: Several usability improvements and bug fixes;",
"1.0.0": "Initial Release;"
}
},
"compatibility": {
"minimumVersion": "4.3.0",
"maximumVersion": null,
"blacklist": [
]
}
}