forked from webmatch/WbmTagManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
80 lines (65 loc) · 3.71 KB
/
plugin.xml
File metadata and controls
80 lines (65 loc) · 3.71 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?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">Tag Manager</label>
<label lang="en">Tag Manager</label>
<version>2.1.8</version>
<link>http://www.webmatch.de</link>
<author>Webmatch GmbH</author>
<compatibility minVersion="5.2.0" />
<changelog version="2.1.8">
<changes lang="de">Bugfix für mehrfache Array Iterationen</changes>
<changes lang="en">Bugfix for multiple array iterations</changes>
</changelog>
<changelog version="2.1.7">
<changes lang="de">Setzt noscript Inhalte in existierendes Element zur Vermeidung von RegEx Konflikten</changes>
<changes lang="en">Use existing elements for noscript content to avoid regex mishaps in body</changes>
</changelog>
<changelog version="2.1.6">
<changes lang="de">Behebt ein Problem bei gleichzeitiger Verwendung von Advanced Shopping Cart (thanks @akkushopJK)</changes>
<changes lang="en">Fixes issues in combination with use of Shopware Advanced Cart (thanks @akkushopJK)</changes>
</changelog>
<changelog version="2.1.5">
<changes lang="de">Unterstützung für AddToCart Event bei deaktiviertem Off-Canvas Warenkorb</changes>
<changes lang="en">Support AddToCart Event for deactivated off-canvas basket</changes>
</changelog>
<changelog version="2.1.4">
<changes lang="de">Option zur Deaktivierung der Integration auf Subshop-Ebene</changes>
<changes lang="en">Option to deactive the integration by subshop</changes>
</changelog>
<changelog version="2.1.3">
<changes lang="de">Behebt einen Fehler in Verbindung mit Conexco Bootstrap Filtern bzw ganzseitigen Ajax Requests</changes>
<changes lang="en">Fixes a bug with the conexco bootstrap theme's ajax filter and full page ajax requests</changes>
</changelog>
<changelog version="2.1.2">
<changes lang="de">Anpassung e-Commerce Tracking AddTo/removeFrom Warenkorb Events</changes>
<changes lang="en">Adjusted AddTo/removeFrom basket events for e-commerce tracking</changes>
</changelog>
<changelog version="2.1.1">
<changes lang="de">Prüfe auf eingetragene Container ID vor dataLayer Abfrage</changes>
<changes lang="en">Check for set Container ID before dataLayer query</changes>
</changelog>
<changelog version="2.1.0">
<changes lang="de">Refaktoriert für Shopware 5.3</changes>
<changes lang="en">Refactored for Shopware 5.3</changes>
</changelog>
<changelog version="2.0.4">
<changes lang="de">dataLayer Struktur für Bestellabschluss angepasst</changes>
<changes lang="en">Fixed dataLayer structure for purchase tracking</changes>
</changelog>
<changelog version="2.0.3">
<changes lang="de">dataLayer Struktur für Impressionen auf der Detailseite angepasst</changes>
<changes lang="en">Fixed dataLayer structure for detail product impressions</changes>
</changelog>
<changelog version="2.0.2">
<changes lang="de">Placed dataLayer declaration before GTM script in header</changes>
<changes lang="en">dataLayer Initialisierung vor GTM Script in Header</changes>
</changelog>
<changelog version="2.0.1">
<changes lang="de">Nutze erlaubte Modifier ab 5.2.25 in Standardkonfiguration</changes>
<changes lang="en">Use allowed modifier only since 5.2.25 in default config</changes>
</changelog>
<changelog version="2.0.0">
<changes lang="de">Veröffentlichung Open-Source</changes>
<changes lang="en">Release Open-Source</changes>
</changelog>
</plugin>