From 477aef9b4a0d1c7684d2789e45e02508a48fc218 Mon Sep 17 00:00:00 2001 From: MarkusGaertner Date: Mon, 16 May 2022 15:15:35 +0200 Subject: [PATCH] update Version to 2.0.5 --- metadata.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.php b/metadata.php index 7956f40..dc334f8 100755 --- a/metadata.php +++ b/metadata.php @@ -33,9 +33,9 @@ $aModule = array( 'en' => 'OXID eSales Simple Captcha Module', ), 'thumbnail' => 'out/pictures/picture.png', - 'version' => '2.0.4', + 'version' => '2.0.5', 'author' => 'OXID eSales AG', - 'url' => 'http://www.oxid-esales.com/', + 'url' => 'https://www.oxid-esales.com/', 'email' => '', 'extend' => array('details' => 'oe/captcha/controllers/oecaptchadetails', 'contact' => 'oe/captcha/controllers/oecaptchacontact',