-
Notifications
You must be signed in to change notification settings - Fork 4
/
plugin.xml
24 lines (22 loc) · 1.03 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
<?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">Adminer</label>
<label lang="en">Adminer</label>
<version>1.3.6</version>
<copyright>Friends of Shopware</copyright>
<license>MIT</license>
<link>https://friendsofshopware.github.io/</link>
<author>Friends of Shopware</author>
<compatibility minVersion="5.4.0"/>
<description lang="en">Database Managment in Backend using Adminer</description>
<description lang="de">Datenbank Verwaltung im Backend mit Adminer</description>
<changelog version="1.3.6">
<changes lang="en">Updated Adminer to 4.8.1</changes>
<changes lang="de">Adminer aktualisiert auf 4.8.1</changes>
</changelog>
<changelog version="1.3.1">
<changes lang="en">Updated Adminer to 4.7.0</changes>
<changes lang="de">Adminer aktualisiert auf 4.7.0</changes>
</changelog>
</plugin>