Version update

This commit is contained in:
Thomas Günther 2024-06-03 23:51:58 +02:00
parent b0c576bad3
commit c7b3072e59
3 changed files with 8 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.6.1 * Version: 4.6.2
* 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,9 @@
<h4>Version 4.6.2</h4>
<ul>
<li>Bugfixes</li>
</ul>
<h4>Version 4.6.1</h4> <h4>Version 4.6.1</h4>
<ul> <ul>
<li>Veranstaltungsanmeldungen</li> <li>Veranstaltungsanmeldungen</li>

View File

@ -4,7 +4,7 @@ SET time_zone = "+00:00";
CREATE TABLE `%tablename%` ( CREATE TABLE `%tablename%` (
`id` int NOT NULL AUTO_INCREMENT, `id` int NOT NULL AUTO_INCREMENT,
`EVENTiD` int NOT NULL, `eventID` int NOT NULL,
`teilnahme` ENUM('participant','volunteer','other','') NOT NULL, `teilnahme` ENUM('participant','volunteer','other','') NOT NULL,
`vorname` varchar(128) NOT NULL, `vorname` varchar(128) NOT NULL,
`nachname` varchar(128) NOT NULL, `nachname` varchar(128) NOT NULL,