-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
32 lines (26 loc) · 1.37 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
<?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">Environment Banner</label>
<label lang="en">Environment Banner</label>
<version>1.0.1</version>
<copyright>(c) by C3</copyright>
<license>MIT</license>
<link>https://github.com/c3limited/C3ShopwareEnvironmentBanner</link>
<author>C3</author>
<compatibility minVersion="5.4.0" />
<description>
<![CDATA[
<b>How to use</b>
<p>Once installed and active, the SHOPWARE_ENV environment variable will be used to determine what colour to display in the backend. Values recognised are: dev, staging, preview and production. Other values are ignored.</p>
]]>
</description>
<changelog version="1.0.1">
<changes lang="de">Die Farbe wurde von den Symbolen entfernt, um einen Konflikt mit dem Hintergrund zu vermeiden</changes>
<changes lang="en">Remove blue colour from topbar icons and search bar to avoid clash with chenged backgrounds</changes>
</changelog>
<changelog version="1.0.0">
<changes lang="de">Erstveröffentlichung - Farbe für das Backend einstellen</changes>
<changes lang="en">First release - color for backend</changes>
</changelog>
</plugin>