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

    <label>Withdrawal button</label>
    <label lang="de">Widerrufsbutton</label>

    <version>1.2.1</version>

    <copyright>onlineshop.consulting</copyright>
    <author>onlineshop.consulting</author>
    <link>https://onlineshop.consulting</link>

    <description>
        Provides an online withdrawal form and configurable withdrawal buttons throughout the storefront, in compliance with EU Directive 2023/2673.
    </description>
    <description lang="de">
        Stellt ein Online-Widerrufsformular und Widerrufs-Buttons gemäß EU-Richtlinie 2023/2673 bereit.
    </description>

    <compatibility minVersion="5.4.6"/>

    <changelog version="1.0.0">
        <changes>Initial release</changes>
        <changes lang="de">Erstveröffentlichung</changes>
    </changelog>
    <changelog version="1.1.0">
        <changes>Compatibility Shopware 5.6+</changes>
        <changes lang="de">Kompatibilität Shopware 5.6+</changes>
    </changelog>
    <changelog version="1.2.0">
        <changes>Compatibility Shopware 5.4+, better theme compatibility</changes>
        <changes lang="de">Kompatibilität Shopware 5.4+, bessere Theme-Kompatibilität</changes>
    </changelog>
    <changelog version="1.2.1">
        <changes>Add "blocked-link" class for account dropdown</changes>
        <changes lang="de">Link im Konto Dropdown repariert</changes>
    </changelog>
</plugin>
