forked from paynl/shopware5-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
71 lines (71 loc) · 2.98 KB
/
plugin.xml
File metadata and controls
71 lines (71 loc) · 2.98 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?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.3/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="en">Pay.nl Payment Methods</label>
<label lang="de">Pay.nl Zahlungsmethoden</label>
<label lang="nl">Pay.nl Betaalmethoden</label>
<version>3.1.4</version>
<copyright>(c) by Pay.nl</copyright>
<license>MIT</license>
<link>https://www.pay.nl</link>
<author>Pay.nl</author>
<compatibility minVersion="5.3.0"/>
<description lang="en">
<![CDATA[
<b>Pay.nl Payment methods</b>
<p>This plugin adds <a href='https://admin.pay.nl'>Pay.nl</a>'s payment methods to your store.</p>
]]>
</description>
<description lang="nl">
<![CDATA[
<b>Pay.nl Betaalmethoden</b>
<p>Met deze plugin voeg je <a href='https://admin.pay.nl'>Pay.nl</a>'s betaalmethoden to aan je webshop.</p>
]]>
</description>
<description lang="de">
<![CDATA[
<b>Pay.nl Zahlungsmethoden</b>
<p>Dieses Plugin fügt Ihrem Shop die Zahlungsmethoden von <a href='https://admin.pay.nl'>Pay.nl</a> hinzu</p>
]]>
</description>
<changelog version="3.1.4">
<changes lang="en">
Updated transaction processing.
Session is no longer shared between exchange and user.
</changes>
</changelog>
<changelog version="3.1.3">
<changes lang="en">
Removed dutch translation of the menu item.
Shopware throws an exeption when the menu item is not english or german
</changes>
</changelog>
<changelog version="3.1.2">
<changes lang="en">
Updated plugin icon
Added lang attributes to all labels and descriptions
Removed session from exchange call
</changes>
</changelog>
<changelog version="3.1.1">
<changes lang="en">
Added setting to use additional address 1 and 2 for house number and extension.
Additional error handling on exchange
</changes>
</changelog>
<changelog version="3.1.0">
<changes lang="en">Added refund functionality</changes>
<changes lang="de">Rückerstattungsfunktion hinzugefügt</changes>
<changes lang="nl">Terugbetalingsfunctionaliteit toegevoegd</changes>
</changelog>
<changelog version="3.0.1">
<changes lang="en">Added link between salutations and gender</changes>
<changes lang="de">Link zwischen Begrüßung und Geschlecht hinzugefügt</changes>
<changes lang="nl">Koppeling tussen begroetingen en geslacht toegevoegd</changes>
</changelog>
<changelog version="3.0.0">
<changes lang="en">First v3 release</changes>
<changes lang="de">Erste v3-Veröffentlichung</changes>
<changes lang="nl">Eerste v3 release</changes>
</changelog>
</plugin>