<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="http://raw.githubusercontent.com/shopware/shopware/5.3/engine/Shopware/Components/Plugin/schema/plugin.xsd">

    <label lang="en"><![CDATA[Credits]]></label>
    <label lang="de"><![CDATA[Gutschriften]]></label>

    <version>1.1.2</version>
    <copyright>(c) web-kon Internetagentur</copyright>
    <author>web-kon Internetagentur</author>
    <link>http://web-kon.de</link>
    <license>AGPL-3.0-or-later</license>
    <compatibility minVersion="5.6.0" />

    <description lang="de">Erzeugt eine (Teil-) Gutschrift im Kontext der eindeutigen Bestellnummer und bewahrt alle Referenzen und Transaktions-ID's, sodass der Vorgang für Drittsysteme konsistent bleibt.</description>
    <description lang="en">Generates a (partial) credit in the context of the unique order number and preserves all references and transaction IDs, so that the process remains consistent for third-party systems.</description>

    <changelog version="1.0.0">
        <changes lang="de">Veröffentlichung des Plugins</changes>
        <changes lang="en">This is the first release.</changes>
    </changelog>
    <changelog version="1.0.1">
        <changes lang="de">Plug-In Konfiguration genauer beschrieben</changes>
        <changes lang="en">update plugin config settings</changes>
    </changelog>
    <changelog version="1.1.0">
        <changes lang="de">Compliance Modus hinzugefügt</changes>
        <changes lang="en">add compliance mode</changes>
    </changelog>
    <changelog version="1.1.1">
        <changes lang="de">Bugfix: Cronjob und Stapelverarbeitung</changes>
        <changes lang="en">Bugfix: cronjob and batch processing</changes>
    </changelog>
    <changelog version="1.1.2">
        <changes lang="de">Shopware 5.7</changes>
        <changes lang="en">Shopware 5.7</changes>
    </changelog>
</plugin>
