-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.xml
More file actions
17 lines (16 loc) · 768 Bytes
/
plugin.xml
File metadata and controls
17 lines (16 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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.2/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">QuickPay Payment</label>
<label lang="en">QuickPay Payment</label>
<version>1.0.1</version>
<link>https://quickpay.net</link>
<author>QuickPay ApS</author>
<compatibility minVersion="5.2.0" />
<changelog version="1.0.1">
<changes lang="en">Send shop language when creating payment link</changes>
</changelog>
<changelog version="1.0.0">
<changes lang="de">Veröffentlichung</changes>
<changes lang="en">Release</changes>
</changelog>
</plugin>