-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
15 lines (13 loc) · 707 Bytes
/
plugin.xml
File metadata and controls
15 lines (13 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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 Invoice Upgrade</label>
<version>1.0.0</version>
<link>https://github.com/locherunderscore</link>
<author>LocherUnderscore</author>
<description>Angepasste Pickliste für den HardwareRat-Onlineshop: Herstellernummer + Interner Kommentar.</description>
<changelog version="1.0.0">
<changes lang="de">Erstveröffentlichung</changes>
<changes lang="en">First Release</changes>
</changelog>
</plugin>