From d7e9061b6f059cb27a289c1cddb7d18e9aef3827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Z=C3=BCrcher?= Date: Fri, 23 Jul 2021 16:07:56 +0200 Subject: [PATCH] docs: Update description in readme.txt --- README.txt | 2 +- demovox.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index ab73e99..3482b30 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Contributors: spschweiz, horlacher Donate link: https://demovox.ch/#spenden Tags: initiative, referendum, switzerland, collect, signature, signatures Requires at least: 4.9 -Tested up to: 5.5 +Tested up to: 5.8 Stable tag: 1.0 Requires PHP: 7.0.0 License: GPLv3 diff --git a/demovox.php b/demovox.php index c3306b3..7c9d184 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: 2.5 + * Version: 2.5.1 * 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', '2.4.4'); +define('DEMOVOX_VERSION', '2.5.1'); /** * The code that runs during plugin activation.