From 4abeef099ae1a92a18c73bb8a063ba55ba4cb7aa Mon Sep 17 00:00:00 2001 From: Stefan Wendhausen <stefan.wendhausen@tec-promotion.de> Date: Tue, 5 Jun 2018 22:28:07 +0200 Subject: [PATCH] fix #31 prepare update.xml for next release 2.3.1 thanks @hans2103 --- update.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/update.xml b/update.xml index 9816c4c..de7303e 100644 --- a/update.xml +++ b/update.xml @@ -1,22 +1,27 @@ -<?xml version="1.0" ?> +<?xml version="1.0" encoding="utf-8"?> <updates> <update> + <version>2.3.0</version> <name>System - KickGDPR</name> <description>KickGDPR Plugin</description> <element>kickgdpr</element> <type>plugin</type> <folder>system</folder> <client>0</client> - <version>2.3.0</version> <infourl title="KickGDPR Plugin">https://github.com/nielsnuebel/kickgdpr/</infourl> + <downloads> - <downloadurl type="upgrade" format="zip">https://github.com/nielsnuebel/kickgdpr/archive/2.3.0.zip</downloadurl> + <downloadurl type="full" format="zip">https://github.com/nielsnuebel/kickgdpr/archive/2.3.0.zip</downloadurl> </downloads> + <tags> <tag>stable</tag> </tags> + + <section>updates</section> <maintainer>Niels NĂ¼bel / Stefan Wendhausen</maintainer> <maintainerurl>https://www.kicktemp.com</maintainerurl> + <php_minimum>7.0.0</php_minimum> <targetplatform name="joomla" version="3.[89]"/> </update>