Handling of new components

This commit is contained in:
2024-08-12 15:11:25 +02:00
parent 138b3859aa
commit da63fe3b3c
10 changed files with 225 additions and 28 deletions

View File

@ -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.6.2
* Version: 4.8.1
* Tags: bdp, utility, helper
* Requires at least: 6.0
* Requires PHP: 8.2
@ -34,7 +34,6 @@ function bdp_plugin_init() {
if (null == get_option('kompass_already_installed', null)) {
Seo::setup();
Calendar::setup();
Security::setup();
update_option('kompass_already_installed', true);
wp_redirect( 'site-health.php?tab=bdp_enhanced_security');