From 63cfca15a0266b1c6eb10e7ca58098b7c683165b Mon Sep 17 00:00:00 2001 From: Fabian Horlacher Date: Sun, 1 May 2022 19:25:48 +0200 Subject: [PATCH] Version 3.0.0-alpha.3 --- README.txt | 1 + demovox.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 63250ce..f9693e8 100644 --- a/README.txt +++ b/README.txt @@ -145,6 +145,7 @@ We do not provide any warranty or free support, but you're welcome to create an * PHP 7.4 or higher is now required (7.3 is EoL) * Admin backend can be translated * Visual editor for mails +* Sign-up form birthday date implemented as input fields instead of datepicker * Basic spambot protection with a form honeypot and a simple calculation captcha if failed * Support for single letter signee names diff --git a/demovox.php b/demovox.php index 2706cac..dc43c88 100644 --- a/demovox.php +++ b/demovox.php @@ -18,7 +18,7 @@ * Plugin Name: demovox * Plugin URI: https://demovox.ch/ * Description: demovox is a tool to collect signatures for Swiss popular initiatives by offering the visitor a personalized signature sheet. - * Version: 3.0.0-alpha.2 + * Version: 3.0.0-alpha.3 * Author: SP Schweiz * Author URI: https://www.sp-ps.ch/ * GitHub Plugin URI: https://github.com/spschweiz/demovox @@ -38,7 +38,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define('DEMOVOX_VERSION', '3.0.0-alpha.2'); +define('DEMOVOX_VERSION', '3.0.0-alpha.3'); /** * The code that runs during plugin activation.