forked from JM-Support-sk/wp-gdpr-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
139 lines (105 loc) · 4.61 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
=== WP GDPR ===
Contributors: Mieke Nijs, Sebastian Kurzynowski, AppSaloon
Tags: Personal data, GDPR, European, regulation, data
Requires at least: 4.6.10
Tested up to: 4.9.4
Stable tag: 1.4.4
Requires PHP: 5.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin wil create a page where users can request access to their personal data, stored on your website. They can update their data, download their data or ask for a removal.
The plugin gives you advice on how to be compliant with GDPR and witch actions you need to take in order to be compliant.
== Description ==
The plugin will create a page where users can request access to their personal data, stored on your website.
In the backend you'll get an overview of the requests users send and you can see which plugins collect personal data and need a 'ask for approval' checkbox.
Users who ask to view their personal data will get an email with a unique url on which they can view, update and download their comments and ask for a removal per comment.
When they ask for a removal, the admin has the ability to delete the comment through the wp-gdpr backend.
All emails will be sent automatically.
With add-ons they can view, update and download their personal data or ask for a removal and this for Gravity Forms, Mailchimp, Woocommerce, The events calendar and Events manager.
More info about add-ons can be found on [https://wp-gdpr.eu/](https://wp-gdpr.eu/).
We made our code available on [Github](https://github.com/WP-GDPR/wp-gdpr-core/). Collaborate on the code by creating Pull requests.
== Installation ==
1. Upload the plugin files to the /wp-content/plugins, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the ‘Plugins’ screen in WordPress
3. ‘WP GDPR’ will be created to view the requests in the backend
4. The page 'GDPR – Request personal data' will be created. This page displays the form where visitors can submit their request.
== Screenshots ==
1. WP-GDPR backend - overview of requests
2. WP-GDPR frontend - form where visitors can enter their email and ask to view there personal data
3. WP-GDPR frontend - form succes message
== Frequently Asked Questions ==
== Changelog ==
Version 1.4.4
- Fix compatible Jetpack
- Added translation SV
- Minor bug fix
Version 1.4.3
- Fix minor bugs
Version 1.4.2
- Fix deprecated warning
- Fix when request form is embedded on a non-standard page. Until now, you got a 404-error when redirecting to the "Thank you"-page
- Fix confirmation of processing the delete request shows a short reference to what happened to the data
- Enhancement add table header "request language"
Version 1.4.1
- Make checkbox compatible with jetpack
Version 1.4.0
- Add DPO email address
- Add dpo setting
- Option to not show the comments section
- Add settings feature
- Stop form submition after refreshing
- Add filter to implement checkbox in other commentforms
- Update DE language
Version 1.3.3
- Check version to create column
Version 1.3.2
- Create colomn languages in table
- Update autoloader
Version 1.3.1
- Bugfix check if ICL_LANGUAGE_CODE is defined
Version 1.3.0
- Add Spanish, Portuguese and Catalan languages translations
- Make gdpr check fields customizable
- Make check fields translatable
Version 1.2.4
- Update readme with github repository
- Change pot-file and po/mo-files
- Update styling
- Add hooks
Version 1.2.3
- Check if is_plugin_active() exists
Version 1.2.2
- Update de and po language
Version 1.2.1
- Update .pot file
- Quickfix dublicated GDPR checkbox
Version 1.2
- Fix compatibility with WP Discuz
- Add functionality to upadate default privacy url
- Add grumphp configuration
- Add CHANGELOG.md
- Add README.md
- Add git repo on Github: https://github.com/AppSaloon/WP-GDPR
- Add email notification when sommeone askes for a "delete requests"
Version 1.1.6
- Add .pot file
- Add german translation
Version 1.1.5
- Delete develop code
Version 1.1.4
- Update typing errors
Version 1.1.3
- Add admin css
- Add gdpr-translation.php file
Version 1.1.2
- Update page template comments overview page
- Add checkbox when data is requested
- Update front-end translation
- Add translation PL
Version 1.1.1
- Add update_comments.js
Version 1.1.0
- Add name and email field to comments list
- Let users update their name and email
- Add download button to comments list
- Make it possible for the admin to choose between delete comment or make comment anonymous