From 8c74cd974f13fde4ea08493a9de99bbc6b716f4d Mon Sep 17 00:00:00 2001 From: Ronny Grobel Date: Tue, 21 Apr 2026 07:42:59 +0200 Subject: [PATCH] Release v1.0.10 --- kgv-cookie.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kgv-cookie.php b/kgv-cookie.php index 5657a41..2cdc435 100755 --- a/kgv-cookie.php +++ b/kgv-cookie.php @@ -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'; diff --git a/readme.txt b/readme.txt index 0442dfe..7ef323b 100755 --- a/readme.txt +++ b/readme.txt @@ -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