-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
23 lines (21 loc) · 1.07 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
<?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>Locher Custom Filter</label>
<version>1.0.1</version>
<link>https://github.com/locherunderscore</link>
<author>LocherUnderscore</author>
<description>Erweiterter Bestellungsfilter für den HardwareRat-Onlineshop.</description>
<changelog version="1.0.1">
<changes lang="de">Fehlerbehebungen und Funktionskommentare hinzugefügt</changes>
<changes lang="en">Bug fixes and additional comments</changes>
</changelog>
<changelog version="1.0.0">
<changes lang="de">Erstveröffentlichung</changes>
<changes lang="en">First Release</changes>
</changelog>
<changelog version="0.0.1a">
<changes lang="de">Die schmutzigste Demo aller Zeiten</changes>
<changes lang="en">The filthiest pre-alpha version you can imagine</changes>
</changelog>
</plugin>