-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.xml
More file actions
28 lines (24 loc) · 1.08 KB
/
plugin.xml
File metadata and controls
28 lines (24 loc) · 1.08 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
<?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="nl">Belco voor Shopware</label>
<label lang="en">Belco for Shopware</label>
<version>4.0.3</version>
<copyright>(c) By Belco B.V.</copyright>
<license>MIT</license>
<link>https://belco.io</link>
<author>Belco B.V.</author>
<compatibility minVersion="6.0.0"/>
<changelog version="4.0.0">
<changes lang="nl">Update voor 6.0.0 uitgevoegd</changes>
</changelog>
<changelog version="3.0.0">
<changes lang="nl">Update voor 5.6.0 uitgevoegd</changes>
</changelog>
<changelog version="2.0.0">
<changes lang="nl">Update voor 5.3.0 uitgevoegd</changes>
</changelog>
<changelog version="1.0.0">
<changes lang="nl">Eerste release</changes>
</changelog>
</plugin>