-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.xml
44 lines (39 loc) · 1.79 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
<?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">MJML Support für Template Mail</label>
<label lang="en">MJML Support for Template Mail</label>
<version>1.2.0</version>
<copyright>Friends of Shopware</copyright>
<license>MIT</license>
<link>https://friendsofshopware.github.io/</link>
<author>Friends of Shopware</author>
<compatibility minVersion="5.7.0"/>
<description lang="en">
The MJML support makes designing email templates easier and provides consistency in email clients.
This is an extension for the FroshTemplateMail plugin.
</description>
<description lang="de">
Die MJML-Unterstützung macht das Gestalten von E-Mail-Vorlagen einfacher und sorgt für eine einheitliche Darstellung.
Dies ist eine Erweiterung für das Plugin FroshTemplateMail.
</description>
<requiredPlugins>
<requiredPlugin pluginName="FroshTemplateMail" minVersion="1.0.1"/>
</requiredPlugins>
<changelog version="1.2.0">
<changes lang="en">Support PHP 8.x added</changes>
<changes lang="de">Support PHP 8.x ergänzt</changes>
</changelog>
<changelog version="1.1.3">
<changes lang="en">Support Shopware 5.7</changes>
<changes lang="de">Support Shopware 5.7</changes>
</changelog>
<changelog version="1.1.2">
<changes lang="en">Fix compability to PHP 5.6</changes>
<changes lang="de">Kompatiblität zu PHP 5.6 hergestellt</changes>
</changelog>
<changelog version="1.0.0">
<changes lang="en">Initial Release</changes>
<changes lang="de">Erster Release</changes>
</changelog>
</plugin>