new navigation tree

desing optimization
language fixes
This commit is contained in:
2024-03-05 22:59:15 +01:00
parent 5492bda6d2
commit 76ecb7d978
12 changed files with 61 additions and 67 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.3.1
* Version: 4.3.5
* Tags: bdp, utility, helper
* Requires at least: 6.0
* Requires PHP: 8.2
@ -24,6 +24,7 @@ function bdp_plugin_install() {
function bdp_plugin_init() {
bdp_kompass_load_plugin_textdomain();
Security::ProhibitBots();
Security::SetPageFilters();
@ -38,6 +39,7 @@ function bdp_plugin_init() {
}
add_action('admin_menu', function () {
bdp_kompass_load_plugin_textdomain();
new OptionsPageAlias();
});