Email Address Encoder - Version 1.0.19

Version Description

  • Defer loading of email detector script
  • Use plugin version as cache buster
  • Add "Polymorphous ROT47/CSS" to techniques
Download this release

Release Info

Developer tillkruess
Plugin Icon 128x128 Email Address Encoder
Version 1.0.19
Comparing to
See all releases

Code changes from version 0.19.0 to 1.0.19

Files changed (2) hide show
  1. includes/ui.php +1 -0
  2. readme.txt +3 -1
includes/ui.php CHANGED
@@ -122,6 +122,7 @@
122
  <small><?php _e( 'Offers the best protection, but requires JavaScript.', 'email-address-encoder' ); ?></small>
123
  </p>
124
  </label>
 
125
 
126
  <label>
127
  <input type="radio" name="eae_technique" value="rot47" disabled>
122
  <small><?php _e( 'Offers the best protection, but requires JavaScript.', 'email-address-encoder' ); ?></small>
123
  </p>
124
  </label>
125
+ <br>
126
 
127
  <label>
128
  <input type="radio" name="eae_technique" value="rot47" disabled>
readme.txt CHANGED
@@ -28,7 +28,8 @@ Other content (like phone numbers) can be protected using `[encode]` shortcode:
28
 
29
  * **Full-page protection** that catches all email addresses
30
  * **Hardened protection** using JavaScript and CSS techniques
31
- * Built-in plugin support for **ACF**, **WooCommerce** and many others
 
32
 
33
  Check out the [Premium](https://encoder.till.im/download?utm_source=wp-plugin&amp;utm_medium=readme) version of Email Address Encoder.
34
 
@@ -64,6 +65,7 @@ You can use the "Page Scanner" found under _Settings -> Email Encoder_ to see wh
64
  1. Settings: Configure the plugin to your needs.
65
  2. Protection: This is how email addresses will look like under the hood.
66
  3. [Premium] Hardened protection: A preview of JavaScript and CSS based techniques
 
67
 
68
  == Changelog ==
69
 
28
 
29
  * **Full-page protection** that catches all email addresses
30
  * **Hardened protection** using JavaScript and CSS techniques
31
+ * Improved **phone number** protection
32
+ * Built-in plugin support for **ACF**, **Jetpack**, **WooCommerce** and many others
33
 
34
  Check out the [Premium](https://encoder.till.im/download?utm_source=wp-plugin&amp;utm_medium=readme) version of Email Address Encoder.
35
 
65
  1. Settings: Configure the plugin to your needs.
66
  2. Protection: This is how email addresses will look like under the hood.
67
  3. [Premium] Hardened protection: A preview of JavaScript and CSS based techniques
68
+ 4. [Premium] Phone number protection using polymorphous ROT47/CSS
69
 
70
  == Changelog ==
71