-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathplugin.xml
30 lines (24 loc) · 1.11 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
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware5/shopware/5.7/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">SwagLightweightModule</label>
<label lang="en">SwagLightweightModule</label>
<version>2.0.0</version>
<copyright>(c) by shopware AG</copyright>
<license>MIT</license>
<link>https://store.shopware.com</link>
<author>shopware AG</author>
<compatibility minVersion="5.7.0"/>
<changelog version="2.0.0">
<changes lang="de">SW-26113 - Shopware 5.7 Kompatibilität;</changes>
<changes lang="en">SW-26113 - Shopware 5.7 compatibility;</changes>
</changelog>
<changelog version="1.1.0">
<changes lang="de">Migriert auf das 5.2 Plugin-System;</changes>
<changes lang="en">Migrate to 5.2 Plugin-System;</changes>
</changelog>
<changelog version="1.0.0">
<changes lang="de">Erstveröffentlichung;</changes>
<changes lang="en">First release;</changes>
</changelog>
</plugin>