* checkbox should ideally wrapped under the label tag
Please check and review this
* Indicator introduced for switch
* Hide the privacy preference window
* Misc text changes
* #107: Add wpml-config.xml (#144)
* #107: Add wpml-config.xml
* Updating wpml-config file
* Quick adjustment to the last merge
* Remove commeted out code
* Change email sender to wordpress default (#174)
* Introduced close button on reconsent/privacy bars (#175)
* Removing checkmark icon from Agreement button (#180)
* Button made smaller.
* Button made smaller.
* Added an extra option to open the privacy preference (#178)
* Adding a parameter to open the preference window in a specific tab.
* Adding the consent management tab as default
* Add the cookie category id
Users can correctly use the new tab property of gdpr_preferences shortcode with this id
* Updating send request email error messages to not indicate if user exist (#181)
* Adding a soft-opt in status to cookies (#182)
* Adding a soft opt-in cookie status option.
* Text revision
* Adding a reconsent modal option (#179)
* Added reconsent center modal
* Adjutsments to style and naming
* Display the actual content and move form to correct place
* Fix for form in footer and no wrapper.
* Prevent all policies from showing at once
* Do not mess with form element styles.
* Adding the confirmed class in to work the deletion request confirmation
* Feeding more parameters and translations to the javascript file
* Rework how the displayNotification function work
* Adding the displayNotification callbacks
* Close only privacy preferences if reconsent modal is open
* Only run request form ajax if confirmed class.
* Adding a confirmation to deletion form.
* Adding a confirmation before disagreeing with new policies
* Removing unnecessary prop
* Agreeing to policies in modal logic
* Adding an option to choose between re-consent bar and modal templates
* Fix minor bug fixes (#176)
* Fix warning on registration functions.
* Fix alert close button not working
* Fix window jumping when adding the noscroll class to body.
* Fix alerts not closing after merge
* Updating wpml config file.
Needs review after wpml support comes back to me
* New pot file and compiled css after merges
* Updating to 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.