From 82ea2a5c76bcd24bbcede00cff9716645863e6ba Mon Sep 17 00:00:00 2001 From: Franz Mutschler Date: Mon, 13 Sep 2021 11:35:25 +0200 Subject: [PATCH] added changelogs and changed version number --- meta/documents/changelog_de.md | 6 ++++++ meta/documents/changelog_en.md | 6 ++++++ plugin.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/meta/documents/changelog_de.md b/meta/documents/changelog_de.md index fe21260b4..38d4e651f 100644 --- a/meta/documents/changelog_de.md +++ b/meta/documents/changelog_de.md @@ -1,5 +1,11 @@ # Release Notes für IO +## v5.0.39 (2021-09-13) Übersicht aller Änderungen + +### Geändert + +- Das Kontaktformular lässt sich nun bei aktiviertem reCaptcha nicht mehr absenden, wenn der entsprechende Cookie nicht akzeptiert wurde. + ## v5.0.38 (2021-08-31) Übersicht aller Änderungen ### Geändert diff --git a/meta/documents/changelog_en.md b/meta/documents/changelog_en.md index 5a7575481..a5697ff57 100644 --- a/meta/documents/changelog_en.md +++ b/meta/documents/changelog_en.md @@ -1,5 +1,11 @@ # Release Notes for IO +## v5.0.39 (2021-09-13) Overview of all changes + +### Changed + +- It's no longer possible to send the contact form if reCaptcha is active and the corresponding cookie was not accepted by the user. + ## v5.0.38 (2021-08-31) Overview of all changes ### Changed diff --git a/plugin.json b/plugin.json index 0da128653..7a05a1209 100644 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { - "version" : "5.0.38", + "version" : "5.0.39", "name" : "IO", "marketplaceName" : {"de": "IO","en": "IO"}, "license" : "AGPL-3.0",