From 295b67dcce2c631caa3fc10e02c8055532202175 Mon Sep 17 00:00:00 2001 From: Ronny Grobel Date: Fri, 17 Apr 2026 12:22:00 +0200 Subject: [PATCH] Bump version to 1.16.1 --- README.md | 2 +- kgv-verein-manager.php | 5 ++--- readme.txt | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 79493b1..f2351ca 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Contributors: ronnygrobel Tags: verein, mitgliederverwaltung, parzellen, zaehler, abrechnung Requires at least: 6.0 Tested up to: 6.8 -Stable tag: 1.16.0 +Stable tag: 1.16.1 Requires PHP: 7.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/kgv-verein-manager.php b/kgv-verein-manager.php index 572d0f1..92b3a7a 100644 --- a/kgv-verein-manager.php +++ b/kgv-verein-manager.php @@ -4,7 +4,7 @@ * Plugin Name: KGV Vereinsverwaltung * Plugin URI: https://apex-project.de/ * Description: Verwaltung von Sparten, Parzellen, Mitgliedern, Pächtern sowie Wasser- und Stromzählern für Kleingartenvereine. - * Version: 1.16.0 + * Version: 1.16.1 * Author: Ronny Grobel * Author URI: https://apex-project.de/ * License: GPL v2 or later @@ -26,13 +26,12 @@ * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version 2026-04-16 */ - */ if ( ! defined( 'ABSPATH' ) ) { exit; } -define( 'KGVVM_VERSION', '1.16.0' ); +define( 'KGVVM_VERSION', '1.16.1' ); define( 'KGVVM_PLUGIN_FILE', __FILE__ ); define( 'KGVVM_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'KGVVM_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index dc41350..ea2a8f6 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ronnygrobel Tags: verein, mitgliederverwaltung, parzellen, zaehler, abrechnung Requires at least: 6.0 Tested up to: 6.8 -Stable tag: 1.16.0 +Stable tag: 1.16.1 Requires PHP: 7.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html