-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin.xml
56 lines (46 loc) · 2.15 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 lang="de">CkoCheckoutPayment</label>
<label lang="en">CkoCheckoutPayment</label>
<version>1.0.8</version>
<copyright>(c) by checkout.com</copyright>
<license>GPL-3.0-only</license>
<link>http://checkout.com</link>
<author>checkout.com</author>
<description lang="de">Checkout.com Zahlungsanbieter API</description>
<description lang="en">Checkout.com Unified Payments API</description>
<compatibility minVersion="5.6.0"/>
<changelog version="1.0.8">
<changes lang="de">Kompatibilitätsprobleme behoben</changes>
<changes lang="en">Fixed compatibility errors</changes>
</changelog>
<changelog version="1.0.7">
<changes lang="de">Google Pay 3DS check hinzugefügt</changes>
<changes lang="en">Added Google Pay 3DS check</changes>
</changelog>
<changelog version="1.0.6">
<changes lang="de">Webhook Schlüssel hinzugefügt</changes>
<changes lang="en">Add Webhook Signature Key</changes>
</changelog>
<changelog version="1.0.5">
<changes lang="de">Shopware 5.7 Kompatibilität</changes>
<changes lang="en">Shopware 5.7 compatability</changes>
</changelog>
<changelog version="1.0.4">
<changes lang="de">Zahlungsstatus für SOFORT Zahlungen hinzugefügt</changes>
<changes lang="en">Add payment status for SOFORT payments</changes>
</changelog>
<changelog version="1.0.3">
<changes lang="de">Logo von Google Pay ausgetauscht</changes>
<changes lang="en">Changed logo of Google Pay</changes>
</changelog>
<changelog version="1.0.1">
<changes lang="de">Behebung der Eventverarbeitungs-Reihenfolge</changes>
<changes lang="en">Fixing of event processing order</changes>
</changelog>
<changelog version="1.0.0">
<changes lang="de">Erste Veröffentlichung</changes>
<changes lang="en">Initial Release</changes>
</changelog>
</plugin>