This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.xml
39 lines (34 loc) · 1.86 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
<?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">Performance Optimierungen</label>
<label lang="en">Performance Improvements</label>
<version>1.1.0</version>
<copyright>Friends of Shopware</copyright>
<license>MIT</license>
<link>https://friendsofshopware.github.io/</link>
<author>Friends of Shopware</author>
<compatibility minVersion="5.6.0"/>
<description>Minify HTML output, Allow pushing resources using HTTP2 Push</description>
<description lang="de">Komprimiert HTML, erlaubt die Nutzung mit HTTP2 Push</description>
<changelog version="1.1.0">
<changes lang="en">Compability to Shopware 5.6</changes>
<changes lang="de">Kompatiblität zu Shopware 5.6 hergestellt</changes>
</changelog>
<changelog version="1.0.2">
<changes lang="en">Increased compability with Payment Provider Wirecard</changes>
<changes lang="de">Support Verbessert mit Zahlungsanbieter Wirecard</changes>
</changelog>
<changelog version="1.0.3">
<changes lang="en">Fixed CachedConfigReader with subshops, Sitemap and Robots.txt will be not more minify</changes>
<changes lang="de">CachedConfigReader behoben mit Subshops, Sitemap und Robots.txt wird nicht mehr minifiziert</changes>
</changelog>
<changelog version="1.0.4">
<changes lang="en">Fixed compatibility to plugin DneCustomJsCss</changes>
<changes lang="de">Kompatiblität zu DneCustomJsCss verbessert</changes>
</changelog>
<changelog version="1.0.5">
<changes lang="en">Improved compatibility with plugins and themes</changes>
<changes lang="de">Kompatiblität mit Plugins und Themes verbessert</changes>
</changelog>
</plugin>