Version Description
- Unneeded version bump to shut the WordPress.org notice up.
Download this release
Release Info
Developer | ryanhellyer |
Plugin | Disable Emojis |
Version | 1.7.3 |
Comparing to | |
See all releases |
Code changes from version 1.7.2 to 1.7.3
- disable-emojis.php +1 -1
- readme.txt +5 -2
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.
|
7 |
Author: Ryan Hellyer
|
8 |
Author URI: https://geek.hellyer.kiwi/
|
9 |
License: GPL2
|
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
|
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:
|
7 |
-
Stable tag: 1.7.
|
8 |
|
9 |
|
10 |
This plugin disables the new WordPress emoji functionality. GDPR friendly.
|
@@ -35,6 +35,9 @@ Visit the <a href="https://geek.hellyer.kiwi/plugins/disable-emojis/">Disable Em
|
|
35 |
|
36 |
== Changelog ==
|
37 |
|
|
|
|
|
|
|
38 |
= 1.7.2 =
|
39 |
* Subtle improvement to code cleanliness.
|
40 |
* Improved documentation regarding GDPR issues.
|
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.
|
35 |
|
36 |
== Changelog ==
|
37 |
|
38 |
+
= 1.7.3 =
|
39 |
+
* Unneeded version bump to shut the WordPress.org notice up.
|
40 |
+
|
41 |
= 1.7.2 =
|
42 |
* Subtle improvement to code cleanliness.
|
43 |
* Improved documentation regarding GDPR issues.
|