From 0607bbaa7c95425f5f2000dedaf313190eda5139 Mon Sep 17 00:00:00 2001 From: MarkusGaertner Date: Tue, 25 Jun 2024 10:06:15 +0200 Subject: [PATCH] add check for oCaptcha --- CHANGELOG.md | 3 +++ metadata.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72e36e4..2f3afbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Security +## 2.0.9 - 25 Juni 2024 +- add check $oCaptcha in templates + ## 2.0.8 - 08 September 2023 - add check for Amazon Pay - no Captcha diff --git a/metadata.php b/metadata.php index 9aaf073..ac65d7c 100755 --- a/metadata.php +++ b/metadata.php @@ -37,7 +37,7 @@ $aModule = array( 'en' => 'OXID eSales Simple Captcha Module', ), 'thumbnail' => 'out/pictures/picture.png', - 'version' => '2.0.8', + 'version' => '2.0.9', 'author' => 'OXID eSales AG', 'url' => 'https://www.oxid-esales.com/', 'email' => '',