-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
48 lines (45 loc) · 2.36 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
43
44
45
46
47
48
<?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.2/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">Advanced Share</label>
<label lang="en">Advanced Share</label>
<version>2.1.2</version>
<license>proprietary</license>
<link>https://www.ksk-agentur.de/</link>
<author>KSK-Agentur</author>
<compatibility minVersion="5.2.0" />
<description>
Advanced Share ist ein Plugin, das Share-Buttons für Social-Media revolutionär präsentiert. Das Konzept steht
für sich und lässt sich in verschiedene Websites integrieren.
</description>
<changelog version="1.0.0">
<changes lang="de">Erstes Release</changes>
<changes lang="en">First Release</changes>
</changelog>
<changelog version="1.0.1">
<changes lang="de">Fehlerbehebungen</changes>
<changes lang="en">Bug fixes</changes>
</changelog>
<changelog version="1.0.2">
<changes lang="de">Kompatibilität zu anderen Plugins und Styles verbessert</changes>
<changes lang="en">Improved compatibility with other plugins and some styles</changes>
</changelog>
<changelog version="2.0.0">
<changes lang="de">Neue Plugin-Struktur</changes>
<changes lang="en">New plugin structure</changes>
</changelog>
<changelog version="2.1.0">
<changes lang="de">Einzelne Kanäle ausblenden</changes>
<changes lang="en">Hide individual channels</changes>
</changelog>
<changelog version="2.1.1">
<changes lang="de">Bugfix: Teilen-Button funktioniert jetzt auch nach dem Variantenwechsel</changes>
<changes lang="de">Bugfix: Overlay wird jetzt wieder nur über den Seitencontainer statt auch über die Teilen-Buttons gelegt</changes>
<changes lang="en">Bugfix: Share buttons still working after variant switch</changes>
<changes lang="en">Bugfix: Overlay will be placed above the page container and not above the share buttons</changes>
</changelog>
<changelog version="2.1.2">
<changes lang="de">Bugfix: Teilen-Button funktioniert jetzt auch nach dem Variantenwechsel</changes>
<changes lang="en">Bugfix: Share buttons still working after variant switch</changes>
</changelog>
</plugin>