Disable Emojis - Version 1.7.4

Version Description

  • Fixing typos.
Download this release

Release Info

Developer ryanhellyer
Plugin Icon wp plugin Disable Emojis
Version 1.7.4
Comparing to
See all releases

Code changes from version 1.7.3 to 1.7.4

Files changed (2) hide show
  1. disable-emojis.php +2 -2
  2. readme.txt +7 -4
disable-emojis.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Disable Emojis (GDPR friendly)
4
  Plugin URI: https://geek.hellyer.kiwi/plugins/disable-emojis/
5
  Description: Disable Emojis (GDPR friendly)
6
- Version: 1.7.3
7
  Author: Ryan Hellyer
8
  Author URI: https://geek.hellyer.kiwi/
9
  License: GPL2
@@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
29
 
30
 
31
  /**
32
- * Disable the emoji's
33
  */
34
  function disable_emojis() {
35
  remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
3
  Plugin Name: Disable Emojis (GDPR friendly)
4
  Plugin URI: https://geek.hellyer.kiwi/plugins/disable-emojis/
5
  Description: Disable Emojis (GDPR friendly)
6
+ Version: 1.7.4
7
  Author: Ryan Hellyer
8
  Author URI: https://geek.hellyer.kiwi/
9
  License: GPL2
29
 
30
 
31
  /**
32
+ * Disable the emojis.
33
  */
34
  function disable_emojis() {
35
  remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: ryanhellyer
3
  Tags: emojis, gdpr, disable
4
  Donate link: https://geek.hellyer.kiwi/donate/
5
  Requires at least: 4.8
6
- Tested up to: 5.9
7
- Stable tag: 1.7.3
8
 
9
 
10
  This plugin disables the new WordPress emoji functionality. GDPR friendly.
@@ -15,11 +15,11 @@ This plugin disables the new WordPress emoji functionality. GDPR friendly.
15
  This plugin disables the new WordPress emoji functionality. GDPR friendly.
16
 
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 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 emoji's 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 ;)
23
 
24
 
25
  == Installation ==
@@ -35,6 +35,9 @@ Visit the <a href="https://geek.hellyer.kiwi/plugins/disable-emojis/">Disable Em
35
 
36
  == Changelog ==
37
 
 
 
 
38
  = 1.7.3 =
39
  * Unneeded version bump to shut the WordPress.org notice up.
40
 
3
  Tags: emojis, gdpr, disable
4
  Donate link: https://geek.hellyer.kiwi/donate/
5
  Requires at least: 4.8
6
+ Tested up to: 5.9.9
7
+ Stable tag: 1.7.4
8
 
9
 
10
  This plugin disables the new WordPress emoji functionality. GDPR friendly.
15
  This plugin disables the new WordPress emoji functionality. GDPR friendly.
16
 
17
 
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 ;)
23
 
24
 
25
  == Installation ==
35
 
36
  == Changelog ==
37
 
38
+ = 1.7.4 =
39
+ * Fixing typos.
40
+
41
  = 1.7.3 =
42
  * Unneeded version bump to shut the WordPress.org notice up.
43