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