Release v1.0.10

This commit is contained in:
Ronny Grobel
2026-04-21 07:42:59 +02:00
parent 1f1f1b8032
commit 8c74cd974f
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
* Plugin Name: KGV Cookie
* Plugin URI: https://wordpress.apex-project.de/
* Description: Einfaches Cookie-Banner mit Einwilligungsverwaltung fuer KGV-Webseiten.
* Version: 1.0.9
* Version: 1.0.10
* Author: Ronny Grobel
* Text Domain: kgv-cookie
* Author URI: https://wordpress.apex-project.de/
@@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
}
final class KGV_Cookie_Plugin {
const VERSION = '1.0.9';
const VERSION = '1.0.10';
const OPTION_KEY = 'kgv_cookie_settings';
const COOKIE_NAME = 'kgv_cookie_consent';