Skip to content

Commit

Permalink
Updating to 2.1.0
Browse files Browse the repository at this point in the history
* Wrapping checkboxes in labels so they stay in the same line.
* Adding initial WPML and Polylang translation config file.
* A few text changes.
* Change email sender. This hopefully fixes the SMTP issue.
* Added an ON/OFF indicator next to toggles.
* Added close buttons to bars so they don't stop users from accessing footer links.
* Removed checkmark icon from the bar buttons. This checkmark was confusing some users.
* Added an extra parameter to the [gdpr_preferences] shortcode. You can use tab="target" to open the privacy preference window in a specific tab. Check plugin settings for available targets.
* Updating request error messages to not disclose if the user is a member of the site or not based on his email. This change is to protect users privacy.
* Added soft-optin option for cookies. This will allow these cookies on first landing just like required but it will allow for users to opt-out.
* Added an option to use a reconsent-modal screen instead of the bar. This modal has been reworked since v1 to look nicer. ( Highly requested after v2 update )
* Minor bug fixes.
  • Loading branch information
fclaussen committed Jun 5, 2018
1 parent d828e46 commit 245cef4
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 37 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -167,6 +167,20 @@ Activating this plugin does not guarantee that an organisation is successfully m

## Changelog

##### 2.1.0
* Wrapping checkboxes in labels so they stay in the same line.
* Adding initial WPML and Polylang translation config file.
* A few text changes.
* Change email sender. This hopefully fixes the SMTP issue.
* Added an ON/OFF indicator next to toggles.
* Added close buttons to bars so they don't stop users from accessing footer links.
* Removed checkmark icon from the bar buttons. This checkmark was confusing some users.
* Added an extra parameter to the [gdpr_preferences] shortcode. You can use tab="target" to open the privacy preference window in a specific tab. Check plugin settings for available targets.
* Updating request error messages to not disclose if the user is a member of the site or not based on his email. This change is to protect users privacy.
* Added soft-optin option for cookies. This will allow these cookies on first landing just like required but it will allow for users to opt-out.
* Added an option to use a reconsent-modal screen instead of the bar. This modal has been reworked since v1 to look nicer. ( Highly requested after v2 update )
* Minor bug fixes.

##### 2.0.10
* Fix new re-consent bar not showing if users had no prior consent.
* Added a PHP version check on activation.
Expand Down
50 changes: 15 additions & 35 deletions README.txt
Expand Up @@ -5,7 +5,7 @@ Tags: gdpr, compliance, privacy, law, general data protection regulation
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 4.9
Stable tag: 2.0.10
Stable tag: 2.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -206,6 +206,20 @@ Activating this plugin does not guarantee that an organisation is successfully m

== Changelog ==

= 2.1.0 =
* Wrapping checkboxes in labels so they stay in the same line.
* Adding initial WPML and Polylang translation config file.
* A few text changes.
* Change email sender. This hopefully fixes the SMTP issue.
* Added an ON/OFF indicator next to toggles.
* Added close buttons to bars so they don't stop users from accessing footer links.
* Removed checkmark icon from the bar buttons. This checkmark was confusing some users.
* Added an extra parameter to the [gdpr_preferences] shortcode. You can use tab="target" to open the privacy preference window in a specific tab. Check plugin settings for available targets.
* Updating request error messages to not disclose if the user is a member of the site or not based on his email. This change is to protect users privacy.
* Added soft-optin option for cookies. This will allow these cookies on first landing just like required but it will allow for users to opt-out.
* Added an option to use a reconsent-modal screen instead of the bar. This modal has been reworked since v1 to look nicer. ( Highly requested after v2 update )
* Minor bug fixes.

= 2.0.10 =
* Fix new re-consent bar not showing if users had no prior consent.
* Added a PHP version check on activation.
Expand Down Expand Up @@ -235,40 +249,6 @@ Activating this plugin does not guarantee that an organisation is successfully m
* Fix a bug in the privacy preferences center when you moved to a different page without accepting cookies it would uncheck fields that should continue being checked.
* Fix settings tooltips z-index to sit on top of other elements.

= 2.0.6 =
* Fix XML export error.

= 2.0.5 =
* Fix cookie toggle indicator set to on even if the user had previously untoggled it.
* Other minor fixes to the audit log reconsent.

= 2.0.4 =
* Adding two missing translation strings
* Removing debug code that I forgot to remove from 2.0.3
* Adding to audit log when user reconsents.

= 2.0.3 =
* Fix third party cookies now showing up in the privacy preferences window or the settings page.

= 2.0.2 =
* Fix reconsent not logging correctly on reconsent
* Fix reconsent bar not showing up.

= 2.0.1 =
* Removing things that should have been deleted prior to updating to 2.0.0.
* Fix new reconsent bar missing closing div.

= 2.0.0 =
* Change all requests and privacy preferences window to AJAX to avoid the admin-post hook issue.
* We do not track privacy policy anymore. We can now track any kind of policy that users want. Those have been moved to each consent.
* Including more options. Including "enable/disable" the privacy bar.
* New filters and funtions were included.
* Making the settings a little more accessible.
* Removed the reconsent modal. It was too obtrusive. We switched to a more subtle notification bar.

= 1.4.7 =
* Fix for users who were complaining about their scroll bars missing if they did not select a privacy policy page.

== Upgrade Notice ==

= 2.0.0 =
Expand Down
34 changes: 34 additions & 0 deletions changelog.txt
@@ -1,3 +1,37 @@
= 2.0.6 =
* Fix XML export error.

= 2.0.5 =
* Fix cookie toggle indicator set to on even if the user had previously untoggled it.
* Other minor fixes to the audit log reconsent.

= 2.0.4 =
* Adding two missing translation strings
* Removing debug code that I forgot to remove from 2.0.3
* Adding to audit log when user reconsents.

= 2.0.3 =
* Fix third party cookies now showing up in the privacy preferences window or the settings page.

= 2.0.2 =
* Fix reconsent not logging correctly on reconsent
* Fix reconsent bar not showing up.

= 2.0.1 =
* Removing things that should have been deleted prior to updating to 2.0.0.
* Fix new reconsent bar missing closing div.

= 2.0.0 =
* Change all requests and privacy preferences window to AJAX to avoid the admin-post hook issue.
* We do not track privacy policy anymore. We can now track any kind of policy that users want. Those have been moved to each consent.
* Including more options. Including "enable/disable" the privacy bar.
* New filters and funtions were included.
* Making the settings a little more accessible.
* Removed the reconsent modal. It was too obtrusive. We switched to a more subtle notification bar.

= 1.4.7 =
* Fix for users who were complaining about their scroll bars missing if they did not select a privacy policy page.

= 1.4.6 =
* Change re-consent logic so it doesn't influence SEO with repeated content.

Expand Down
4 changes: 2 additions & 2 deletions gdpr.php
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: GDPR
* Plugin URI: https://trewknowledge.com
* Description: This plugin is meant to assist a Controller, Data Processor, and Data Protection Officer (DPO) with efforts to meet the obligations and rights enacted under the GDPR.
* Version: 2.0.10
* Version: 2.1.0
* Author: Trew Knowledge
* Author URI: https://trewknowledge.com
* License: GPL-2.0+
Expand All @@ -35,7 +35,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'GDPR_VERSION', '2.0.10' );
define( 'GDPR_VERSION', '2.1.0' );

/**
* The minimum PHP version required to run the plugin.
Expand Down

0 comments on commit 245cef4

Please sign in to comment.