forked from shopware5/SwagUserPrice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
42 lines (39 loc) · 2.2 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
{
"label": {
"de": "Kundenspezifische Preise",
"en": "Customer-specific prices"
},
"copyright": "(c) by shopware AG",
"license": "MIT",
"link": "http://store.shopware.com",
"author": "shopware AG",
"currentVersion": "2.2.0",
"changelog": {
"de": {
"2.2.0": "PT-8810 - 5.4 Kompatibilität;",
"2.1.2": "PT-7650 - 5.3 Kompatibilität und SecureUninstall Prozess hinzugefügt;",
"2.1.1": "PT-5098 - Die Preise können wieder resettet werden; PT-5103 - Performance im Listing wurde verbessert; PT-5309 - Kunden-Paging Bug beseitigt; PT-6315 - Gruppen aktivieren und deaktivieren geht wieder;",
"2.1.0": "PT-6068 - Feature: Shopware 5.2 Kompatibilität;",
"2.0.2": "PT-3565 - Bugfix: HTTP-Cache Kompatibilität;",
"2.0.1": "PT-3565 - Bugfix: Preisfilter Performance Verbesserungen; PT-3831 - Bugfix: Shopware 5.1 Kompatibilität;",
"2.0.0": "PT-3076 - Feature: Shopware 5 Kompatibilität",
"1.0.3": "Korrigiert falsche Kodierung; PT-2388: Korrigiert Nutzung von SSL im Backend; PT-2552: Superglobale REQUEST Variable ersetzt; PT-2614 Korrektur: Cache-Kompatibilität"
},
"en": {
"2.2.0": "PT-8810 - Added 5.4 compatibility;",
"2.1.2": "PT-7650 - Added 5.3 compatibility and secure uninstall process;",
"2.1.1": "PT-5098 - Prices can be reset; PT-5103 - Performance of the listing has been improved; PT-5309 - Fix customer paging bug; PT-6315 - groups can set active and inactive again;",
"2.1.0": "PT-6068 - Feature: Shopware 5.2 Kompatibilität;",
"2.0.2": "PT-3565 - Bugfix: HTTP cache compatibility;",
"2.0.1": "PT-3565 - Bugfix: Price filter performance improvements; PT-3831 - Bugfix: Shopware 5.1 compatibility;",
"2.0.0": "PT-3076 - Feature: Shopware 5 compatibility",
"1.0.3": "Fixed wrong encoding; PT-2388: Fixed ssl usage in the backend; PT-2552: Replaced superglobal REQUEST variable; PT-2614 fix article price with active HTTP cache"
}
},
"compatibility": {
"minimumVersion": "5.4.0",
"maximumVersion": null,
"blacklist": [
]
}
}