release: 1.0.9

This commit is contained in:
Ronny Grobel
2026-04-20 23:00:42 +02:00
parent 0465985426
commit 1f1f1b8032
2 changed files with 9 additions and 6 deletions

9
kgv-cookie.php Normal file → Executable file
View File

@@ -1,13 +1,12 @@
<?php
/**
* Plugin Name: KGV Cookie
* Plugin URI: https://apex-project.de/
* Plugin URI: https://wordpress.apex-project.de/
* Description: Einfaches Cookie-Banner mit Einwilligungsverwaltung fuer KGV-Webseiten.
* Version: 1.0.8
* Version: 1.0.9
* Author: Ronny Grobel
* Text Domain: kgv-cookie
* Author URI: https://apex-project.de/
* Plugin URI: https://apex-project.de/
* Author URI: https://wordpress.apex-project.de/
* Update URI: https://git.apex-project.de/Wordpress_Plugins/KGV-Cookie
* Gitea Plugin URI: https://git.apex-project.de/Wordpress_Plugins/KGV-Cookie
* Requires Plugins: KGV-Updater
@@ -18,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
}
final class KGV_Cookie_Plugin {
const VERSION = '1.0.8';
const VERSION = '1.0.9';
const OPTION_KEY = 'kgv_cookie_settings';
const COOKIE_NAME = 'kgv_cookie_consent';