This commit is contained in:
Thomas Günther 2024-03-17 16:18:06 +01:00
parent 3fcd0f2c2b
commit c85d93e06f
3 changed files with 7 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/** /**
* Plugin Name: BdP Kompass * 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 * 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 * Tags: bdp, utility, helper
* Requires at least: 6.0 * Requires at least: 6.0
* Requires PHP: 8.2 * Requires PHP: 8.2

View File

@ -1,3 +1,8 @@
<h4>Version 4.3.9</h4>
<ul>
<li>Fehlerbehebung</li>
</ul>
<h4>Version 4.3.8</h4> <h4>Version 4.3.8</h4>
<ul> <ul>
<li>Google- und Bing-Verifizierung nun auch im Plugin möglich</li> <li>Google- und Bing-Verifizierung nun auch im Plugin möglich</li>

View File

@ -37,7 +37,7 @@ add_settings_field(
'_kompass_limit_logins_settings_callback', '_kompass_limit_logins_settings_callback',
$settings_page, $settings_page,
'custom_settings_section', 'custom_settings_section',
['setting' => 'kompass_seo_google_verification']); ['setting' => 'kompass_limit_login_allowed_retries']);
add_settings_field( add_settings_field(
'kompass_lla_2', 'kompass_lla_2',