-
Notifications
You must be signed in to change notification settings - Fork 9
/
plugin.xml
29 lines (29 loc) · 1.46 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
<?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.7/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="en">Sentry</label>
<label lang="de">Sentry</label>
<version>2.1.0</version>
<description lang="de">Sentry Fehlertracking für Shopware</description>
<description lang="en">Sentry error tracking for Shopware</description>
<author>Onedrop GmbH & Co. KG</author>
<copyright>(c) by Onedrop GmbH & Co. KG</copyright>
<license>MIT</license>
<link>https://1drop.de</link>
<compatibility minVersion="5.7.0" />
<changelog version="2.1.0">
<changes lang="de">Sentry SDK ^3.0, fix code patching</changes>
<changes lang="en">Sentry SDK ^3.0, fix code patching</changes>
</changelog>
<changelog version="2.0.5">
<changes lang="de">Fix fuer Sentry SDK composer bundle lokal</changes>
<changes lang="en">Fix for sentry SDK being bundled in the plugin</changes>
</changelog>
<changelog version="2.0.4">
<changes lang="de">Fix fuer Sentry SDK composer bundle</changes>
<changes lang="en">Fix for sentry SDK being bundled in the plugin</changes>
</changelog>
<changelog version="2.0.3">
<changes lang="de">Neue Sentry SDK version</changes>
<changes lang="en">New version of Sentry SDK</changes>
</changelog>
</plugin>