-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
39 lines (39 loc) · 1.64 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
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label>One-off costs</label>
<label lang="de">Einmalkosten</label>
<version>1.2.3</version>
<copyright>(c) 3.0</copyright>
<link>https://dreipunktnull.com</link>
<author>Björn Fromme, 3.0</author>
<compatibility minVersion="5.3.0" />
<changelog version="1.0.0">
<changes>Initial plugin release</changes>
<changes lang="de">Erster Plugin Release</changes>
</changelog>
<changelog version="1.0.1">
<changes>Code cleanup</changes>
<changes lang="de">Code Bereinigung</changes>
</changelog>
<changelog version="1.1.0">
<changes>Make existing vat value selectable</changes>
<changes lang="de">Auswahl eines bestehenden MwSt. Satzes</changes>
</changelog>
<changelog version="1.2.0">
<changes>Gross/net treatment of one-off cost</changes>
<changes lang="de">Brutto/netto Berücksichtigung des Einmalpreises</changes>
</changelog>
<changelog version="1.2.1">
<changes>Improves un-/installer</changes>
<changes lang="de">Verbesserter De-/Installationsprozess</changes>
</changelog>
<changelog version="1.2.2">
<changes>Fixes an issue in updater</changes>
<changes lang="de">Behebt ein Problem im Updater</changes>
</changelog>
<changelog version="1.2.3">
<changes>Fixes an issue with variants</changes>
<changes lang="de">Behebt ein Problem mit Varianten</changes>
</changelog>
</plugin>