You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/disable-emojis/readme.txt
+44-8Lines changed: 44 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,25 @@
1
-
=== Disable Emojis ===
1
+
=== Disable Emojis (GDPR friendly) ===
2
2
Contributors: ryanhellyer
3
-
Tags: emojis
3
+
Tags: emojis, gdpr, disable
4
4
Donate link: https://geek.hellyer.kiwi/donate/
5
-
Requires at least: 4.2
6
-
Tested up to: 4.7
7
-
Stable tag: 1.5.2
5
+
Requires at least: 4.8
6
+
Tested up to: 6.8
7
+
Stable tag: 1.7.7
8
8
9
9
10
-
This plugin disables the new WordPress emoji functionality.
10
+
This plugin disables the new WordPress emoji functionality. GDPR friendly.
11
11
12
12
13
13
== Description ==
14
14
15
-
This plugin disables the new WordPress emoji functionality.
15
+
This plugin disables the new WordPress emoji functionality. GDPR friendly.
16
16
17
17
18
-
Note: Emoticons will still work and emoji's will still work in browsers which have built in support for them. This plugin simply removes the extra code bloat used to add support for emoji's in older browswers.
18
+
Note: Emoticons will still work and emojis will still work in browsers which have built in support for them. This plugin simply removes the extra code bloat used to add support for emojis in older browsers.
19
+
20
+
= GDPR compliancy =
21
+
22
+
This plugin does not do anything to make your site less GDPR compliant. It disables the DNS prefetching of emojis within WordPress, which should ensure improved privacy. To determine if your site is GDPR compliant, please seek legal advice. I have done my best to ensure the plugin is 100% GDPR compliant, but I am not a lawyer so can not guarantee anything ;)
19
23
20
24
21
25
== Installation ==
@@ -31,6 +35,38 @@ Visit the <a href="https://geek.hellyer.kiwi/plugins/disable-emojis/">Disable Em
31
35
32
36
== Changelog ==
33
37
38
+
= 1.7.7 =
39
+
* Confirmed support for newer WordPress versions.
40
+
41
+
= 1.7.6 =
42
+
* Confirmed support for newer WordPress versions.
43
+
44
+
= 1.7.5 =
45
+
* Added Composer support.
46
+
47
+
= 1.7.4 =
48
+
* Fixing typos.
49
+
50
+
= 1.7.3 =
51
+
* Unneeded version bump to shut the WordPress.org notice up.
52
+
53
+
= 1.7.2 =
54
+
* Subtle improvement to code cleanliness.
55
+
* Improved documentation regarding GDPR issues.
56
+
57
+
= 1.7.1 =
58
+
* Added GDPR friendly label on advice from Ipstenu.
59
+
60
+
= 1.7 =
61
+
* Removed DNS prefetch URL again.
62
+
* This time using simple string check rather than relying on internal WordPress filters.
63
+
64
+
= 1.6 =
65
+
* Removed DNS prefetch URL. Props to Aaron Queen for assisting with this.
66
+
67
+
= 1.5.3 =
68
+
* Catering to new DNS prefetch URL in version 4.7 of core
69
+
34
70
= 1.5.2 =
35
71
* Improved documentation.
36
72
* Removed redundant dns prefetching. Thanks to <a href="http://blog.milandinic.com/">Milan Dinic</a> for the pull request.
0 commit comments