From beae12e0a175d78010b645751c62c979a77599f6 Mon Sep 17 00:00:00 2001 From: flowdee Date: Sun, 3 Jun 2018 11:49:02 +0200 Subject: [PATCH] prepeared release v1.0.2 --- gdpr-comments.php | 4 ++-- readme.txt | 12 ++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/gdpr-comments.php b/gdpr-comments.php index dc419a1..4b2528d 100644 --- a/gdpr-comments.php +++ b/gdpr-comments.php @@ -3,7 +3,7 @@ * Plugin Name: GDPR Comments * Plugin URI: https://wordpress.org/plugins/gdpr-comments/ * Description: Assistance to meet GDPR compliance requirements for WordPress comments - * Version: 1.0.1 + * Version: 1.0.2 * Author: flowdee * Author URI: https://kryptonitewp.com * Text Domain: gdpr-comments @@ -66,7 +66,7 @@ private function setup_constants() { define( 'GDPR_COMMENTS_NAME', 'GDPR Comments' ); // Plugin version - define( 'GDPR_COMMENTS_VER', '1.0.1' ); + define( 'GDPR_COMMENTS_VER', '1.0.2' ); // Plugin path define( 'GDPR_COMMENTS_DIR', plugin_dir_path( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 451bb9b..1971329 100644 --- a/readme.txt +++ b/readme.txt @@ -1,11 +1,11 @@ === GDPR Comments === Contributors: flowdee, kryptonitewp Donate link: https://donate.flowdee.de/ -Tags: gdpr, gdpr compliance, gdpr compliant, gdpr comments, compliance, compliant +Tags: gdpr, gdpr compliance, gdpr compliant, gdpr comments, compliance, compliant, dsgvo, dsgvo kommentare Requires at least: 4.0 Requires PHP: 5.3 Tested up to: 4.9.6 -Stable tag: 1.0.1 +Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -42,6 +42,10 @@ Yes of course, but please activate it individually for every single blog. == Changelog == += Version 1.0.2 (3rd June 2018) = +* Improvement: Optimized CSS of comment form checkbox and text +* Fix: Plugins overview settings page link was wrong + = Version 1.0.1 (25th May 2018) = * Improvement: Optimized JS/CSS assets @@ -50,6 +54,10 @@ Yes of course, but please activate it individually for every single blog. == Upgrade Notice == += Version 1.0.2 (3rd June 2018) = +* Improvement: Optimized CSS of comment form checkbox and text +* Fix: Plugins overview settings page link was wrong + = Version 1.0.1 (25th May 2018) = * Improvement: Optimized JS/CSS assets