This repository was archived by the owner on Feb 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.xml
68 lines (58 loc) · 2.4 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
<?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.2/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">FroshOptimusMediaOptimizer</label>
<label lang="en">FroshOptimusMediaOptimizer</label>
<version>1.0.5</version>
<copyright>Friends of Shopware</copyright>
<license>MIT</license>
<link>https://github.com/FriendsOfShopware/FroshOptimusMediaOptimizer</link>
<author>Friends of Shopware</author>
<compatibility minVersion="5.2.17">
<blacklist>TinectOptimusOptimizer</blacklist>
</compatibility>
<description>Optimize your images with optimus.io for best results</description>
<description lang="de">Optimiere deine Bilder voll automatisch mit optimus.io für beste Ergebnisse</description>
<changelog version="1.0.5">
<changes lang="de"><![CDATA[
- webp-encoder für FroshWebp implementiert<br/>
- Möglichkeit zur Nutzung von Umgebungsvariable OPTIMUSLICENSEKEY anstelle von config<br/>
]]></changes>
<changes lang="en"><![CDATA[
- webp-encoder for FroshWebp implemented<br/>
- added ability to use environment variable OPTIMUSLICENSEKEY instead of specific config<br/>
]]></changes>
</changelog>
<changelog version="1.0.4">
<changes lang="de">Willkommen bei Frosh</changes>
<changes lang="en">Welcome to Frosh</changes>
</changelog>
<changelog version="1.0.3">
<changes lang="de"><![CDATA[
- PNG entfernt, andere Services können das besser<br/>
- Implementiere isRunnable<br/>
]]></changes>
<changes><![CDATA[
- PNG removed, cause others can do it much better<br/>
- isRunnable implemented<br/>
]]></changes>
</changelog>
<changelog version="1.0.2">
<changes lang="de"><![CDATA[
- Füge Option ein, auch Originalbilder zu optimieren<br/>
]]></changes>
<changes><![CDATA[
- added option to optimize original images, too<br/>
]]></changes>
</changelog>
<changelog version="1.0.1">
<changes><![CDATA[
- webp-Support<br/>
]]></changes>
</changelog>
<changelog version="1.0.0">
<changes><![CDATA[
- release<br/>
]]></changes>
</changelog>
</plugin>