Release 1.0.4

This commit is contained in:
root
2026-04-14 16:11:29 +02:00
parent 518b311031
commit 3ccf273b47

View File

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