<?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">Home Button | Navigation</label>
    <label lang="en">Home Button | Navigation</label>

    <version>1.1.0</version>
    <copyright>(c) by ITDrive</copyright>
    <license>proprietary</license>
    <author>ITDrive</author>

    <compatibility minVersion="5.5.0"/>

    <changelog version="1.0.0">
        <changes lang="de">Erstveröffentlichung;</changes>
        <changes lang="en">First release;</changes>
    </changelog>
    <changelog version="1.1.0">
        <changes lang="de">Shopware 5.5 Kompatibilität;</changes>
        <changes lang="en">Shopware 5.5 compatibility;</changes>
    </changelog>
</plugin>