-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
26 lines (24 loc) · 1.18 KB
/
plugin.xml
File metadata and controls
26 lines (24 loc) · 1.18 KB
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
<?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">sdDeploymentHelper</label>
<label lang="en">sdDeploymentHelper</label>
<version>2.0.1</version>
<copyright>(c) by solutionDrive GmbH</copyright>
<license>Proprietary</license>
<link>https://solutiondrive.de</link>
<author>solutionDrive GmbH</author>
<compatibility minVersion="5.2.0" />
<changelog version="1.0.0">
<changes lang="de">Erste Veröffentlichung</changes>
<changes lang="en">Initial Release</changes>
</changelog>
<changelog version="2.0.0">
<changes lang="de">Shopware 5.7.x Support und Umbau der CI Pipeline</changes>
<changes lang="en">Shopware 5.7.x support and changes in the CI pipeline</changes>
</changelog>
<changelog version="2.0.1">
<changes lang="de">Hinzufügen des Command Names damit dieser in bin/console angezeigt wird</changes>
<changes lang="en">Added command name because otherwise the command is not shown in bin/console</changes>
</changelog>
</plugin>