forked from Adyen/adyen-shopware5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
56 lines (48 loc) · 1.83 KB
/
plugin.xml
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
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.6/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label>Adyen Shopware Plugin</label>
<label lang="de">Adyen Shopware Plugin</label>
<version>1.5.1</version>
<copyright>Adyen</copyright>
<author>Adyen</author>
<link>https://adyen.com</link>
<license>MIT</license>
<description>Official Adyen plugin</description>
<description lang="de">Offizielles Adyen plugin</description>
<compatibility minVersion="5.6.0"/>
<changelog version="1.4.1">
<changes lang="de">1.4.1 release</changes>
<changes lang="en">1.4.1 release</changes>
</changelog>
<changelog version="1.5.0">
<changes lang="de">
Fixes:
Removed customer ID from shopperinfo payload
Changed order completed state
Improvements to error handling on test API button
Improve exception logging
Yandex logo
Refund using original PSP
Features:
offer_closed notification handling
Event for order restore
Payment methods cache
Live/Test config values
</changes>
<changes lang="en">
Fixes:
Removed customer ID from shopperinfo payload
Changed order completed state
Improvements to error handling on test API button
Improve exception logging
Yandex logo
Refund using original PSP
Features:
offer_closed notification handling
Event for order restore
Payment methods cache
Live/Test config values
</changes>
</changelog>
</plugin>