-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.xml
55 lines (51 loc) · 2.11 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
49
50
51
52
53
54
55
<?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">View Snapshots</label>
<label lang="en">View Snapshots</label>
<version>1.1.1</version>
<copyright>Friends of Shopware</copyright>
<license>MIT</license>
<link>https://friendsofshopware.github.io/</link>
<author>Friends of Shopware</author>
<compatibility minVersion="5.4.0" />
<changelog version="1.1.1">
<changes lang="de">Behebt unnötige Aufnahmen von Weiterleitungen</changes>
<changes lang="en">Fixes unecessary recordings of redirects</changes>
</changelog>
<changelog version="1.1.0">
<changes lang="de">
<![CDATA[
<ul>
<li>Spalte hinzugefügt zur Aufnahme von Snapshot Request URIs</li>
<li>Funktionalität hinzugefügt zur Ansicht eines Diff von Rohdaten zweier Snapshots</li>
<li>Funktionalität hinzugefügt zum Löschen von Snapshot-Einträgen über die Backend App</li>
<li>Functional Tests hinzugefügt</li>
</ul>
]]>
</changes>
<changes lang="en">
<![CDATA[
<ul>
<li>Added column and recording of snapshot request URIs</li>
<li>Added functionality to view diff of raw snapshot data from backend app</li>
<li>Added functionality to delete snapshot entries from backend app</li>
<li>Added functional tests</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.0.0">
<changes lang="de">Initial Release</changes>
<changes lang="en">Initial Release</changes>
</changelog>
<description>
<![CDATA[
Make snapshots from views
]]>
</description>
<description lang="de">
<![CDATA[
Ermöglicht es Momentaufnahmen von Seiten zu erstellen
]]>
</description>
</plugin>