forked from JM-Support-sk/wp-gdpr-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
171 lines (133 loc) · 6.01 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
=== WP GDPR ===
Contributors: Mieke Nijs, Sebastian Kurzynowski, AppSaloon
Tags: Personal data, GDPR, European, regulation, privacy
Requires at least: 4.6.10
Tested up to: 4.9.5
Stable tag: 1.5.3
Requires PHP: 5.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Make your website GDPR compliant and automate the process of handling personal data while integrating with plugins.
== Description ==
This open source plugin will assist you making your website GDPR compliant by making personal data accessible to the owner of the data. Visitors (owners) don't need user accounts to access their data. Everything works through a unique link and e-mails.
WP-GDPR integrates with some of the most well-known plugins through add-ons. This will make the data stored by the plugins available for the visitor to manage it.
List of all add-ons: [https://wp-gdpr.eu/add-ons/](https://wp-gdpr.eu/add-ons/).
Integration with:
- [Gravity Forms](https://wp-gdpr.eu/add-ons/gravity-forms/)
- [Contact Form DB 7](https://wp-gdpr.eu/add-ons/contact-form-db-7-addon/)
- [WooCommerce](https://wp-gdpr.eu/add-ons/woocommerce-add-on/)
= How WP-GDPR Core works =
The plugin creates a page where users can request access to their personal data, stored on your website. You can find this page in the list of WordPress pages.
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.
We made our code available on [Github](https://github.com/WP-GDPR/wp-gdpr-core/) and are welcoming Pull Request!
== 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 Requests - Overview of all requests from users regarding their personal data
2. WP-GDPR Settings - Change the text for consent boxes and add a DPO emailaddress
3. WP-GDPR Request page - A front-end view for users to request their personal data
4. WP-GDPR Email links - Users can access their personal data through a unique and secure email link
5. WP-GDPR Help Center - Get help with WP-GDPR: watch tutorials, read the FAQ or get support
6. WP-GDPR Your Plugins - Overview of plugins installed on your website who use personal data
7. WP-GDPR Add-ons - Overview of add-ons available
== Frequently Asked Questions ==
== Changelog ==
Version 1.5.3 (2018-04-19)
- Add bulgarion translation
- Css admin fixes
- Log debug function
- Hook privacy policy in settings
- Minor bugfix for mail headers
- Dpo / admin now get different mails for requests
- Minor text adjustments
Version 1.5.2 (2018-04-12)
- Hotfix svn conflicts
Version 1.5.1 (2018-04-12)
- Minor bug fix
Version 1.5.0 (2018-04-12)
- Improve interface in wp-admin
- Improve labels and texts
- Add data to plugin.json
- Add Call To Action buttons to add-on overview
- Add Norwegian translation
- Add Italian translation
Version 1.4.4 (2018-03-30)
- Fix compatible Jetpack
- Added translation SV
- Minor bug fix
Version 1.4.3 (2018-03-23)
- Fix minor bugs
Version 1.4.2 (2018-03-16)
- 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 (2018-03-15)
- Make checkbox compatible with jetpack
Version 1.4.0 (2018-03-09)
- Add DPO e-mail 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