-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.xml
81 lines (60 loc) · 2.66 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
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
81
<?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>Mail Archive</label>
<label lang="de">Mail Archive</label>
<version>1.0.5</version>
<copyright>Friends of Shopware</copyright>
<license>MIT</license>
<link>https://github.com/FriendsOfShopware/FroshMailArchive</link>
<author>Friends of Shopware</author>
<compatibility minVersion="5.2.0" />
<description><![CDATA[
<p>This plugins adds an MailArchive to your Shopware-Backend</p>
<h3 id="features">Features</h3>
<ul>
<li>Download Mail as EML-File</li>
<li>Search Mails</li>
<li>shows notification for new mails, if accepted</li>
</ul>
<h2 id="contributing">Contributing</h2>
<p>Feel free to fork and send <a href="https://github.com/FriendsOfShopware/FroshMailArchive" target="_blank">pull requests</a>!</p>
<p>Please note: FroshMailArchive won't catch your mails, to prevent sending mails from your shop! Use MailCatcher for this job, as it is a job in developing-state.</p>
]]>
</description>
<description lang="de"><![CDATA[
<p>Mit diesem Plugin erhalten Sie ein einfaches durchsuchbares Archiv für E-Mails, die aus Shopware versendet werden.<br>
Die E-Mails sind über den Menüpunkt "Einstellungen" -> "MailArchive" auffindbar.</p>
<h3 id="features">Features</h3>
<ul>
<li>Download Mail als EML-Datei</li>
<li>Durchsuche Mails</li>
<li>Zeigt Benachrichtigung auf dem Desktop, sofern akzeptiert</li>
</ul>
]]>
</description>
<changelog version="1.0.5">
<changes lang="de">Bugfix für nicht initial gesetzte Absender</changes>
<changes>Bugfix for non-initial set sender</changes>
</changelog>
<changelog version="1.0.4">
<changes lang="de">Kompatibilitäts-Update für Shopware 5.6</changes>
<changes>Compatibility update for Shopware 5.6</changes>
</changelog>
<changelog version="1.0.3">
<changes lang="de">Behebe Probleme mit Attachment-Streams (z.B. Shopware ERP)</changes>
<changes>Fix attachments as stream (f.e. used by Shopware ERP)</changes>
</changelog>
<changelog version="1.0.2">
<changes lang="de">Zeige Beschriftung in Benutzersprache</changes>
<changes>Display Labels in users language</changes>
</changelog>
<changelog version="1.0.1">
<changes lang="de">Verbesserte Vorschau</changes>
<changes>Optimize preview</changes>
</changelog>
<changelog version="1.0.0">
<changes lang="de">Veröffentlichung</changes>
<changes>Release</changes>
</changelog>
</plugin>