Bump version to 1.16.1

This commit is contained in:
2026-04-17 12:22:00 +02:00
parent f69a648ea5
commit 295b67dcce
3 changed files with 4 additions and 5 deletions

View File

@@ -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__ ) );