Release 1.0.8

This commit is contained in:
Ronny Grobel
2026-04-15 21:44:15 +02:00
parent a3d94b6c67
commit 0465985426
2 changed files with 7 additions and 3 deletions

View File

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