Version update
This commit is contained in:
parent
b0c576bad3
commit
c7b3072e59
@ -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.1
|
||||
* Version: 4.6.2
|
||||
* Tags: bdp, utility, helper
|
||||
* Requires at least: 6.0
|
||||
* Requires PHP: 8.2
|
||||
|
@ -1,3 +1,9 @@
|
||||
<h4>Version 4.6.2</h4>
|
||||
<ul>
|
||||
<li>Bugfixes</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h4>Version 4.6.1</h4>
|
||||
<ul>
|
||||
<li>Veranstaltungsanmeldungen</li>
|
||||
|
@ -4,7 +4,7 @@ SET time_zone = "+00:00";
|
||||
|
||||
CREATE TABLE `%tablename%` (
|
||||
`id` int NOT NULL AUTO_INCREMENT,
|
||||
`EVENTiD` int NOT NULL,
|
||||
`eventID` int NOT NULL,
|
||||
`teilnahme` ENUM('participant','volunteer','other','') NOT NULL,
|
||||
`vorname` varchar(128) NOT NULL,
|
||||
`nachname` varchar(128) NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user