3 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
Ronny Grobel
0465985426 Release 1.0.8 2026-04-15 21:44:15 +02:00
2 changed files with 13 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.7
* Version: 1.0.10
* 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.7';
const VERSION = '1.0.10';
const OPTION_KEY = 'kgv_cookie_settings';
const COOKIE_NAME = 'kgv_cookie_consent';

10
readme.txt Normal file → Executable file
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.7
Stable tag: 1.0.10
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -39,6 +39,14 @@ Ja, das Event `kgvCookieConsentChanged` wird im Browser ausgeliefert.
== Changelog ==
= 1.0.9 =
* Release 1.0.9 erstellt.
* Versionsnummer in Plugin-Datei und Readme erhoeht.
= 1.0.8 =
* Versionsabgleich zwischen Plugin-Header, Code und Readme.
* WordPress-Readme-Format weiter vereinheitlicht.
= 1.0.7 =
* Aktuelle Version laut Plugin-Header.
* Pflege und Verbesserungen der Einwilligungsverwaltung.