Release v1.0.10
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* Plugin Name: KGV Cookie
|
||||
* Plugin URI: https://wordpress.apex-project.de/
|
||||
* Description: Einfaches Cookie-Banner mit Einwilligungsverwaltung fuer KGV-Webseiten.
|
||||
* Version: 1.0.9
|
||||
* Version: 1.0.10
|
||||
* Author: Ronny Grobel
|
||||
* Text Domain: kgv-cookie
|
||||
* Author URI: https://wordpress.apex-project.de/
|
||||
@@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
}
|
||||
|
||||
final class KGV_Cookie_Plugin {
|
||||
const VERSION = '1.0.9';
|
||||
const VERSION = '1.0.10';
|
||||
const OPTION_KEY = 'kgv_cookie_settings';
|
||||
const COOKIE_NAME = 'kgv_cookie_consent';
|
||||
|
||||
|
||||
@@ -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.9
|
||||
Stable tag: 1.0.10
|
||||
Requires PHP: 7.2
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
Reference in New Issue
Block a user