2 Commits

Author SHA1 Message Date
Ronny Grobel
8c74cd974f Release v1.0.10 2026-04-21 07:42:59 +02:00
Ronny Grobel
1f1f1b8032 release: 1.0.9 2026-04-20 23:00:42 +02:00
2 changed files with 9 additions and 6 deletions

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

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

6
readme.txt Normal file → Executable file
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.8 Stable tag: 1.0.10
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.9 =
* Release 1.0.9 erstellt.
* Versionsnummer in Plugin-Datei und Readme erhoeht.
= 1.0.8 = = 1.0.8 =
* Versionsabgleich zwischen Plugin-Header, Code und Readme. * Versionsabgleich zwischen Plugin-Header, Code und Readme.
* WordPress-Readme-Format weiter vereinheitlicht. * WordPress-Readme-Format weiter vereinheitlicht.