-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin.xml
38 lines (33 loc) · 1.71 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
<?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">Cookie Consent Manager</label>
<label lang="en">Cookie Consent Manager</label>
<version>1.0.3</version>
<copyright>(c) by shopware AG</copyright>
<author>shopware AG</author>
<link>http://store.shopware.com</link>
<compatibility minVersion="5.2.11" maxVersion="5.2.27"/>
<changelog version="1.0.1">
<changes lang="de">Namespace von `CookieCollection` und `CookieGroupCollection` auf `\Shopware\Bundle\CookieBundle\` geändert</changes>
<changes lang="en">Changed namespace from `CookieCollection` and `CookieGroupCollection` to `\Shopware\Bundle\CookieBundle\`</changes>
</changelog>
<changelog version="1.0.2">
<changes lang="de">Shop Cookie Regex in `CookieCollector` geändert</changes>
<changes lang="en">Changed shop cookie regex in `CookieCollector`</changes>
</changelog>
<changelog version="1.0.3">
<changes lang="de">
- Alle technisch notwendigen Cookies zählen nun immer als aktiv
- "slt" Cookie von dieser Version entfernt
- Sortierung der Cookies hinzugefügt
- Validitäts Check von den Cookie Einstellungen hinzugefügt
</changes>
<changes lang="en">
- All technically necessary cookies are now always active
- Remove "slt" cookie from this version
- Added sorting of cookies
- Added validity check of cookie preferences
</changes>
</changelog>
</plugin>