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

View File

@@ -3,7 +3,7 @@ Contributors: ronnygrobel
Tags: cookie, consent, datenschutz, banner, gdpr Tags: cookie, consent, datenschutz, banner, gdpr
Requires at least: 6.0 Requires at least: 6.0
Tested up to: 6.8 Tested up to: 6.8
Stable tag: 1.0.7 Stable tag: 1.0.8
Requires PHP: 7.2 Requires PHP: 7.2
License: GPLv2 or later License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -39,6 +39,10 @@ Ja, das Event `kgvCookieConsentChanged` wird im Browser ausgeliefert.
== Changelog == == Changelog ==
= 1.0.8 =
* Versionsabgleich zwischen Plugin-Header, Code und Readme.
* WordPress-Readme-Format weiter vereinheitlicht.
= 1.0.7 = = 1.0.7 =
* Aktuelle Version laut Plugin-Header. * Aktuelle Version laut Plugin-Header.
* Pflege und Verbesserungen der Einwilligungsverwaltung. * Pflege und Verbesserungen der Einwilligungsverwaltung.