1 Commits
1.0.9 ... main

Author SHA1 Message Date
Ronny Grobel
8c74cd974f Release v1.0.10 2026-04-21 07:42:59 +02:00
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';

View File

@@ -3,7 +3,7 @@ Contributors: ronnygrobel
Tags: cookie, consent, datenschutz, banner, gdpr
Requires at least: 6.0
Tested up to: 6.8
Stable tag: 1.0.9
Stable tag: 1.0.10
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html