forked from shopware5/SwagGoogle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
33 lines (31 loc) · 954 Bytes
/
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
{
"label": {
"de": "Google Services",
"en": "Google Services"
},
"copyright": "(c) by Shopware AG",
"license": "MIT",
"link": "http://store.shopware.com",
"author": "Shopware AG",
"currentVersion": "2.0.3",
"changelog": {
"de": {
"2.0.3": "PT-3637 - Bugfix: Übergabe der Bestellnummer;",
"2.0.2": "PT-2991 - Bugfix: Adwords Conversions wurden nicht getrackt;",
"2.0.1": "Shopware 5 Kompatibilität",
"2.0.0": "Als Plugin ausgelagert;"
},
"en": {
"2.0.3": "PT-3637 - Bugfix: Tranfer of the order number;",
"2.0.2": "PT-2991 - Bugfix: Adwords Conversions were not tracked;",
"2.0.1": "SW5 compatibility",
"2.0.0": "Extracted as Plugin;"
}
},
"compatibility": {
"minimumVersion": "4.2.3",
"maximumVersion": null,
"blacklist": [
]
}
}