GDPR

Wordpress Plugin
Download latest - 2.1.2

Developers

fclaussen

Download Stats

Today 574
Yesterday 279
Last Week 4,642
All Time 171,701
Banner 772x250


Releases (15 )

Version Release Date Change Log
2.1.2 2020-05-14
2.1.1 2020-05-13
  • Updating dependencies.
  • Fixing some code standards errors.
  • Fix tooltip styles affecting other parts of the admin panel.
  • Fixed a W3C validation error.
  • Fixed a "Headers Already Sent" error while doing cron jobs.
  • Added more accents to the array of replacements
  • Made possible to sort by consent in the admin users page.
  • Added "move up" and "move down" buttons for each cookies category.
  • Detect current language code and load correct recaptcha based on it.
  • Moved partials to templates so they can be overwritten by themes.
  • Fix issue where some modals would not close.
  • Fix issue where tapping the X on modals would jump.
2.1.0 2018-06-05
  • 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 2018-06-01
  • Fix new re-consent bar not showing if users had no prior consent.
  • Added a PHP version check on activation.
2.0.9 2018-06-01
  • Fix a syntax error introduced after cleaning code with PHPCS.
  • Fix functions that were not checking if registered consents were empty before running.
2.0.8 2018-05-29
  • Adding a setting to hide plugin generated markup from bots such as Googlebot.
  • Fix cookie category dismiss button not showing up after adding a new category. A save was required before the button would appear.
  • Display cookie categories that do not have anything in the cookies used option.
  • Fix warnings when no consent is registered.
  • Small style and markup enhancement.
  • A little cleanup to reduce WP server stress.
2.0.7 2018-05-28
  • Changing some texts to be consistent.
  • Cleaned up code with VIP Code Standard.
  • Improved security.
  • Fix internet explorer bug.
  • Fix JS function with wrong variable name when an AJAX error happened.
  • Fix Warning on woocommerce consent checkboxes.
  • Renaming buttons and translating placeholders.
  • Added another parameter to the request forms function and shortcode to allow users to customize the button text.
  • 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 2018-05-25
  • Fix XML export error.
2.0.5 2018-05-25
  • 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 2018-05-25
  • 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 2018-05-25
  • Fix third party cookies now showing up in the privacy preferences window or the settings page.
2.0.2 2018-05-24
  • Fix reconsent not logging correctly on reconsent
  • Fix reconsent bar not showing up.
2.0.1 2018-05-24
  • Removing things that should have been deleted prior to updating to 2.0.0.
  • Fix new reconsent bar missing closing div.
2.0.0 2018-05-24
  • 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 2018-05-15
  • Fix for users who were complaining about their scroll bars missing if they did not select a privacy policy page.