-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.xml
42 lines (33 loc) · 1.31 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
40
41
42
<?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 lang="de">Miniwarenkorb rechtssicher</label>
<version>1.0.6</version>
<link>https://github.com/marcmanusch</link>
<author>Marc Manusch</author>
<compatibility minVersion="5.2.0" />
<changelog version="1.1.0">
<changes lang="de">Added Shipping calculation</changes>
</changelog>
<changelog version="1.0.6">
<changes lang="de">Added Text</changes>
</changelog>
<changelog version="1.0.5">
<changes lang="de">Changed the order</changes>
</changelog>
<changelog version="1.0.4">
<changes lang="de">Fixed some stuff</changes>
</changelog>
<changelog version="1.0.3">
<changes lang="de">Check if user is logged in</changes>
</changelog>
<changelog version="1.0.2">
<changes lang="de">Added snippets</changes>
</changelog>
<changelog version="1.0.1">
<changes lang="de">Added better tax handling for different taxes</changes>
</changelog>
<changelog version="1.0.0">
<changes lang="de">Release</changes>
</changelog>
</plugin>