Skip to content

Commit

Permalink
prepeared release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowdee committed Jun 3, 2018
1 parent 2e7ff0c commit beae12e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gdpr-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__ ) );
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit beae12e

Please sign in to comment.