diff --git a/kgv-cookie.php b/kgv-cookie.php index 355837d..f61a611 100644 --- a/kgv-cookie.php +++ b/kgv-cookie.php @@ -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';