-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathplugin.xml
54 lines (54 loc) · 1.55 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
<?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">Mail Catcher</label>
<label lang="en">Mail Catcher</label>
<version>1.2.2</version>
<copyright>Friends of Shopware</copyright>
<license>MIT</license>
<link>https://github.com/FriendsOfShopware/FroshMailCatcher</link>
<author>Friends of Shopware</author>
<compatibility minVersion="5.6.0"/>
<changelog version="1.0.0">
<changes lang="en">
<![CDATA[
<h4>Release 🎉</h4>
]]>
</changes>
</changelog>
<changelog version="1.0.1">
<changes lang="en">
<![CDATA[
Fixed scrolling
]]>
</changes>
</changelog>
<changelog version="1.1.0">
<changes lang="en">
<![CDATA[
Attachment Support
]]>
</changes>
</changelog>
<changelog version="1.2.0">
<changes lang="en">
<![CDATA[
Now part of Frosh community!
]]>
</changes>
</changelog>
<changelog version="1.2.1">
<changes lang="en">
<![CDATA[
Fix for Shopware 5.7
]]>
</changes>
</changelog>
<changelog version="1.2.2">
<changes lang="en">
<![CDATA[
Improve usage of Zend_Mail
]]>
</changes>
</changelog>
</plugin>