-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
plugin.xml
105 lines (105 loc) · 3.15 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?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">Erweiterter TinyMCE</label>
<label>Advanced TinyMCE</label>
<version>1.1.3</version>
<license>MIT</license>
<link>https://she-business.com/</link>
<author>S.HE Business GmbH</author>
<compatibility minVersion="5.6.0" />
<changelog version="1.0.0">
<changes>
<![CDATA[
<div>Initial release</div>
- Configure templates and use it in the editor.<br>
- All editor configurations can be edit over backend.<br>
- Add javascript in your html description.
]]>
</changes>
<changes lang="de">
<![CDATA[
<div>Erstveröffentlichung im Store</div>
<ul>
<li>Konfiguriere Vorlagen und verwende sie im Editor.</li>
<li>Alle TinyMCE-Einstellungen können über das Backend gepflegt werden.</li>
<li>Füge Javascript in deiner HTML-Beschreibung hinzu.</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.0.1">
<changes>
<![CDATA[
- Fix styles in template selection.<br>
- Fix many templates
]]>
</changes>
<changes lang="de">
<![CDATA[
- Button-Position bei der Template-Auswahl verbessert.<br>
- Unterstützung für mehrere Vorlagen.
]]>
</changes>
</changelog>
<changelog version="1.0.2">
<changes>
<![CDATA[
- Add "verify_html" configuration
]]>
</changes>
<changes lang="de">
<![CDATA[
- Fügt "verify_html" Konfiguration hinzu
]]>
</changes>
</changelog>
<changelog version="1.1.0">
<changes>
<![CDATA[
- No changes
]]>
</changes>
<changes lang="de">
<![CDATA[
- Keine Änderungen
]]>
</changes>
</changelog>
<changelog version="1.1.1">
<changes>
<![CDATA[
- Add script attributes
]]>
</changes>
<changes lang="de">
<![CDATA[
- Fügt weitere Attribute beim Script-Tag hinzu
]]>
</changes>
</changelog>
<changelog version="1.1.2">
<changes>
<![CDATA[
- Fix template paging
]]>
</changes>
<changes lang="de">
<![CDATA[
- Behebt Seitenwechsel bei Vorlagen
]]>
</changes>
</changelog>
<changelog version="1.1.3">
<changes>
<![CDATA[
- Add support for 5.6
]]>
</changes>
<changes lang="de">
<![CDATA[
- Fügt Unterstützung für 5.6 hinzu
]]>
</changes>
</changelog>
</plugin>