Small Bugfix

This commit is contained in:
Thomas Günther 2024-08-12 15:55:53 +02:00
parent 073c167746
commit 574f670ee0
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.8.1 * Version: 4.8.3
* 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.8.3</h4>
<ul>
<li>Bugfix</li>
</ul>
<h4>Version 4.8.2</h4> <h4>Version 4.8.2</h4>
<ul> <ul>
<li>Added Control element for manual cronjobs</li> <li>Added Control element for manual cronjobs</li>

View File

@ -1,7 +1,7 @@
<?php <?php
use Bdp\Libs\WpConfigEditor; use Bdp\Libs\WpConfigEditor;
?> ?>
<form action="echo esc_url(admin_url('options-general.php?page=kompass-settings')); ?>" method="post"> <form action="<?php echo esc_url(admin_url('options-general.php?page=kompass-settings')); ?>" method="post">
<input type="hidden" name="save" value="1"> <input type="hidden" name="save" value="1">
<h2>Kompass Einstellungen</h2> <h2>Kompass Einstellungen</h2>
<table> <table>