Disable Emojis - Version 1.5.1

Version Description

  • Updating documentation.
Download this release

Release Info

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

Code changes from version 1.5 to 1.5.1

Files changed (2) hide show
  1. disable-emojis.php +1 -1
  2. readme.txt +24 -8
disable-emojis.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Disable Emojis
4
  Plugin URI: https://geek.hellyer.kiwi/plugins/disable-emojis/
5
  Description: Disable Emojis
6
- Version: 1.5
7
  Author: Ryan Hellyer
8
  Author URI: https://geek.hellyer.kiwi/
9
  License: GPL2
3
  Plugin Name: Disable Emojis
4
  Plugin URI: https://geek.hellyer.kiwi/plugins/disable-emojis/
5
  Description: Disable Emojis
6
+ Version: 1.5.1
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
4
  Donate link: https://geek.hellyer.kiwi/donate/
5
  Requires at least: 4.2
6
- Tested up to: 4.4
7
- Stable tag: 1.5
8
 
9
 
10
  This plugin disables the new emoji functionality in WordPress 4.2.
@@ -15,6 +15,8 @@ This plugin disables the new emoji functionality in WordPress 4.2.
15
  This plugin disables the new emoji functionality in WordPress 4.2.
16
 
17
 
 
 
18
  == Installation ==
19
 
20
  After you've downloaded and extracted the files:
@@ -28,9 +30,23 @@ Visit the <a href="https://geek.hellyer.kiwi/plugins/disable-emojis/">Disable Em
28
 
29
  == Changelog ==
30
 
31
- Version 1.5: Catering for invalid $plugin array<br />
32
- Version 1.4: Updating to use Otto's code<br />
33
- Version 1.3: Removing extraneous styles<br />
34
- Version 1.2: Bug fix<br />
35
- Version 1.1: Updating to work with latest beta<br />
36
- Version 1.0: Initial release<br />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  Tags: emojis
4
  Donate link: https://geek.hellyer.kiwi/donate/
5
  Requires at least: 4.2
6
+ Tested up to: 4.5
7
+ Stable tag: 1.5.1
8
 
9
 
10
  This plugin disables the new emoji functionality in WordPress 4.2.
15
  This plugin disables the new emoji functionality in WordPress 4.2.
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 browswers.
19
+
20
  == Installation ==
21
 
22
  After you've downloaded and extracted the files:
30
 
31
  == Changelog ==
32
 
33
+ = 1.5.1 =
34
+ * Updating documentation.
35
+
36
+ = 1.5 =
37
+ * Catering for invalid $plugin array.
38
+
39
+ = 1.4 =
40
+ * Updating to use Otto's code.
41
+
42
+ = 1.3 =
43
+ Removing extraneous styles.
44
+
45
+ = 1.2 =
46
+ Bug fix.
47
+
48
+ = 1.1 =
49
+ Updating to work with latest beta.
50
+
51
+ = 1.0 =
52
+ Initial release.