Version Description
- Added GDPR friendly label on advice from Ipstenu.
Download this release
Release Info
Developer | ryanhellyer |
Plugin | Disable Emojis |
Version | 1.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.7 to 1.7.1
- disable-emojis.php +3 -3
- readme.txt +8 -5
disable-emojis.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: Disable Emojis
|
4 |
Plugin URI: https://geek.hellyer.kiwi/plugins/disable-emojis/
|
5 |
-
Description: Disable Emojis
|
6 |
-
Version: 1.7
|
7 |
Author: Ryan Hellyer
|
8 |
Author URI: https://geek.hellyer.kiwi/
|
9 |
License: GPL2
|
1 |
<?php
|
2 |
/*
|
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.1
|
7 |
Author: Ryan Hellyer
|
8 |
Author URI: https://geek.hellyer.kiwi/
|
9 |
License: GPL2
|
readme.txt
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
-
=== Disable Emojis ===
|
2 |
Contributors: ryanhellyer
|
3 |
Tags: emojis
|
4 |
Donate link: https://geek.hellyer.kiwi/donate/
|
5 |
Requires at least: 4.8
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.7
|
8 |
|
9 |
|
10 |
-
This plugin disables the new WordPress emoji functionality.
|
11 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
This plugin disables the new WordPress emoji functionality.
|
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.
|
@@ -31,6 +31,9 @@ Visit the <a href="https://geek.hellyer.kiwi/plugins/disable-emojis/">Disable Em
|
|
31 |
|
32 |
== Changelog ==
|
33 |
|
|
|
|
|
|
|
34 |
= 1.7 =
|
35 |
* Removed DNS prefetch URL again.
|
36 |
* This time using simple string check rather than relying on internal WordPress filters.
|
1 |
+
=== Disable Emojis (GDPR friendly) ===
|
2 |
Contributors: ryanhellyer
|
3 |
Tags: emojis
|
4 |
Donate link: https://geek.hellyer.kiwi/donate/
|
5 |
Requires at least: 4.8
|
6 |
+
Tested up to: 5.0
|
7 |
+
Stable tag: 1.7.1
|
8 |
|
9 |
|
10 |
+
This plugin disables the new WordPress emoji functionality. GDPR friendly.
|
11 |
|
12 |
|
13 |
== Description ==
|
14 |
|
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.
|
31 |
|
32 |
== Changelog ==
|
33 |
|
34 |
+
= 1.7.1 =
|
35 |
+
* Added GDPR friendly label on advice from Ipstenu.
|
36 |
+
|
37 |
= 1.7 =
|
38 |
* Removed DNS prefetch URL again.
|
39 |
* This time using simple string check rather than relying on internal WordPress filters.
|