From c85d93e06f18263e377670315af82ebaf5a9f508 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20G=C3=BCnther?=
Date: Sun, 17 Mar 2024 16:18:06 +0100
Subject: [PATCH] Bugfixes
---
bdp-kompass.php | 2 +-
changelog | 5 +++++
modules/LimitLoginAttempts/includes/gui_elements.php | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/bdp-kompass.php b/bdp-kompass.php
index d5cc9cc..99cbdaf 100644
--- a/bdp-kompass.php
+++ b/bdp-kompass.php
@@ -2,7 +2,7 @@
/**
* Plugin Name: BdP Kompass
* Description: Wordpress-Plugin zur Unterstützung von Stämmen im Bund der Pfadfinderinnen und Pfadfinder e.V. zur optimalen Verwaltung eurer Webseite
- * Version: 4.3.7
+ * Version: 4.3.9
* Tags: bdp, utility, helper
* Requires at least: 6.0
* Requires PHP: 8.2
diff --git a/changelog b/changelog
index 5856621..ce1d2d0 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,8 @@
+Version 4.3.9
+
+
Version 4.3.8
- Google- und Bing-Verifizierung nun auch im Plugin möglich
diff --git a/modules/LimitLoginAttempts/includes/gui_elements.php b/modules/LimitLoginAttempts/includes/gui_elements.php
index e281d75..3b3c834 100644
--- a/modules/LimitLoginAttempts/includes/gui_elements.php
+++ b/modules/LimitLoginAttempts/includes/gui_elements.php
@@ -37,7 +37,7 @@ add_settings_field(
'_kompass_limit_logins_settings_callback',
$settings_page,
'custom_settings_section',
- ['setting' => 'kompass_seo_google_verification']);
+ ['setting' => 'kompass_limit_login_allowed_retries']);
add_settings_field(
'kompass_lla_2',