Bump version to 1.16.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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__ ) );
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user