PluginProbe ʕ •ᴥ•ʔ
Email Encoder – Protect Email Addresses and Phone Numbers / 2.5.1
Email Encoder – Protect Email Addresses and Phone Numbers v2.5.1
2.5.1 2.5.0 2.4.8 trunk 0.10 0.11 0.12 0.20 0.21 0.22 0.30 0.31 0.32 0.40 0.41 0.42 0.50 0.60 0.70 0.71 0.80 1.0.0 1.0.1 1.0.2 1.1.0 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.5 1.5.2 1.51 1.53 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.10 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7
email-encoder-bundle / readme.txt
email-encoder-bundle Last commit date
assets 2 months ago config 2 months ago core 2 months ago languages 8 months ago src 5 days ago templates 2 months ago vendor 5 days ago composer.json 6 months ago composer.lock 2 months ago email-encoder-bundle.php 5 days ago index.php 6 years ago license.txt 6 years ago readme.txt 5 days ago
readme.txt
577 lines
1 === Email Encoder - Protect Email Addresses and Phone Numbers ===
2 Contributors: onlineoptimisation
3 Tags: anti spam, protect, encode, encrypt, hide, antispam, phone number, spambot, secure, e-mail, email, mail
4 Requires at least: 4.7
5 Requires PHP: 7.4
6 Tested up to: 6.9
7 Stable tag: 2.5.1
8 License: GPLv2 or later
9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 Author URI: https://wpemailencoder.com/
11 Plugin URI: https://wordpress.org/plugins/email-encoder-bundle/
12 Contributors: onlineoptimisation
13 Donate link: https://paypal.me/onlineoptimisation
14
15 Protect email addresses and phone numbers on your site and hide them from spambots. Easy to use & flexible.
16
17 == Description ==
18
19 Full site protection for your email addresses from spam-bots, email harvesters and other robots. No configuration needed.
20 It also protects phone numbers or any other text using our integrated `[eeb_protect_content]` shortcode or href attribute encoding.
21
22 = Features =
23 * Full page protection for all of your emails
24 * Instant results (No confiruation needed)
25 * Protects mailto links, plain emails, email input fields, RSS feeds and much more
26 * Protect phone number links, ftp, skype, file and other custom link attributes
27 * Autmoatic protection technique detection (Our plugin chooses automatically the best protection technique for each email)
28 * Exclude posts and pages from protection
29 * Automatically convert plain emails to mailto-links
30 * Automatically convert plain emails to png images
31 * Supports rot13 encoing, escape encoding, CSS directions, entity encoding and much more
32 * Deactivate CSS directions manually for browser backwards compatibility
33 * Shortcode support: `[eeb_protect_emails]`, `[eeb_protect_content]`, `[eeb_mailto]`, `[eeb_form]`
34 * Template tag support: `eeb_protect_emails()`, `eeb_protect_content()`, `eeb_mailto()`, `eeb_form()`
35 * Protect phone numbers (or any text or html)
36 * Also supports special chars, like é, â, ö, Chinese characters etcetera
37 * Use the Encoder Form to manually create encoded scripts
38
39 = Compatibilities =
40 * The plugin works with mostly any theme and plugin. Some special ones need special treatment. Down below you can learn more about that.
41 * Compatible with the Maintenance plugin from WP Maintenance
42 * Divi Theme is fully integrated as well
43 * Jetpack Image carousel is compatible as well
44
45 = Free Website Check =
46 We offer you a free tool to test if your website contains unprotected emails. You can use our website checker by [clicking here](https://wpemailencoder.com/email-protection-checker/)
47
48 = Easy to use =
49 After activating the plugin all email addresses on your website will be protected out-of-the-box.
50 We also offer custom shortcodes and template functions to protect phone numbers or other text.
51
52 = Support =
53 * Documentation - After plugin activation, check the help tab on the plugin options page
54 * [Documentation on wpemailencoder.com](https://wpemailencoder.com/)
55 * [FAQ](http://wordpress.org/extend/plugins/email-encoder-bundle/faq/)
56
57 = Like this plugin? =
58 [Please Review it](http://wordpress.org/support/view/plugin-reviews/email-encoder-bundle)
59
60 == Installation ==
61
62 1. Go to `Plugins` in the Admin menu
63 2. Click on the button `Add new`
64 3. Search for `Email Encoder` and click 'Install Now' or click on the `upload` link to upload `email-encode-bundle.zip`
65 4. Click on `Activate plugin`
66 5. You will find the settings page unter "Settings -> Email Encoder" within your admin dashboard
67
68 == Frequently Asked Questions ==
69
70 = How can I test if an email address (or other content) is encoded? =
71
72 You can test this in three different ways.
73
74 The easiest (and most efficient) way is to use our website checker, which looks over your website and detects unprotected emails. It is completely free and you can [find it here](https://wpemailencoder.com/email-protection-checker/) on our website.
75
76 The second possibility is to enable the plugin option (in the admin panel) called *"Security Check"*.
77 When you are logged in and look on the page there will be a icon on the right side of each email address confirming it was successfully encoded. (This counts only for emails that are displayed within the body tag as HTML. Emails within data attributes or the header won't show this icon since otherwise the site breaks.)
78
79 The third possibility is to check the source code yourself by right-clicking on the page and select *View Source Code* (the exact text depends on the browser).
80 Now your (real) source code will be shown. Your email address should not be shown in a readable way in the source.
81
82 **Important:** in the element inspector of the browser the email address is *nearly always* shown, so don't worry about that. That is because the inspector shows a real time representation of the page. This means an encoded email address is already decoded and made usable for the visitor of the page.
83
84 = How do I encode my email address(es)? =
85
86 All email addresses are protected automatically by default, so it is not necessary to configure anything else.
87
88 In case you wish to customize it, we also offer some neatsettings, shortcodes and template functions. Please check the settings page within your WordPress website or [our documentation](https://wpemailencoder.com/)
89
90 The visitors will see everything as normal, but the source behind it will now be encoded.
91
92 For more information, please check out the [following page](https://wpemailencoder.com/what-will-be-protected/)
93
94 = How do I encode phone numbers or other text? =
95
96 Just use the following shortcode within your posts:
97 `[eeb_protect_content]35-01235-468113[/eeb_protect_content]`
98
99 For other parts of your site you can use the template function `eeb_protect_content()`.
100
101 = My website looks broken after activating the plugin. What to do? =
102
103 First: Don't panic!
104 Simply create a support request within the [support forum](http://wordpress.org/support/plugin/email-encoder-bundle#postform) and we will come back to you as soon as possible with help.
105
106 = How can I encode content of BBPress, WP e-commerce or other plugins? =
107
108 Every content will be automatically protected. In case you find something, that doesn't work from your end, we are very happy to help!
109 Our plugin is fully compatible with [WP Webhooks](https://wp-webhooks.com/) and plugins created via [Pluginplate](https://pluginplate.com/)
110
111 = Can I use special characters (like Chinese)? =
112
113 Yes, since version 1.3.0 also special characters are supported.
114
115 == Screenshots ==
116
117 1. Admin Options Page
118 1. Check encoded email/content when logged in as admin
119 1. Email Encoder Form on the Site
120
121 == Other Notes
122 = Credits =
123 * [Adam Hunter](http://blueberryware.net) for the encode method 'JavaScript Escape' which is taken from his plugin [Email Spam Protection](http://blueberryware.net/2008/09/14/email-spam-protection/)
124 * [Tyler Akins](http://rumkin.com) for the encode method 'JavaScript ASCII Mixer'
125 * Title icon on Admin Options Page was made by [Jack Cai](http://www.doublejdesign.co.uk/)
126
127 == Changelog ==
128
129 = 2.5.1: July 9, 2026 =
130 * Fix: On large pages, a plain email inside another plugin's inline script data (for example the Helpie FAQ list) could be encoded there and break that script, spilling raw content into the space below the footer — inline scripts are now reliably skipped
131
132 = 2.5.0: May 4, 2026 =
133 * Feature: Redesigned settings page — branded header with logo and version, modern layout, friendlier form controls
134 * Feature: Reorganised settings into clearer tabs, including a dedicated Exclusions tab and a tidied-up Tools tab housing the Manual Email Encoder
135 * Feature: Active tab now persists in the URL so refreshes and shared links land in the right place
136 * Feature: Save confirmations now appear as a centered toast instead of a top-of-page banner
137 * Feature: Header action buttons for Email Protection Checker, Documentation, Report a Problem, Copy Support Info, and Leave a Review, each with hover tooltips
138 * Feature: Help content moved inline into a dedicated Help tab
139 * Fix: Toggling the "Show this page in the main menu item" setting no longer triggers a PHP deprecation notice from WordPress core
140 * Fix: Unchecked checkboxes now persist their off state correctly
141 * Fix: Insufficient-permissions message is now translatable
142 * Fix: Several minor accessibility, focus-state, and translation polish items across the admin UI
143
144 = 2.4.8: April 29, 2026 =
145 * Fix: Emails inside `<select>` dropdown options now display correctly in Firefox (and consistently across all browsers)
146 * Fix: Rich-text and styled markup inside mailto links (Divi 4 Text modules, Divi 5 Link blocks, etc.) is now preserved instead of being replaced with the encoded email
147 * Fix: Emails with mailto links now render correctly in image-encoding mode when used with page builders such as WPForms and Elementor
148 * Fix: Encoded emails using "best method (JavaScript disabled)" no longer show stray timestamp characters when the plugin's stylesheet is deferred or stripped by caching/builder layers
149
150 = 2.4.7: April 22, 2026 =
151 * Security: Escaped `data-enc-email` attribute output to close XSS bypass reported by WPScan (CVE-2026-2840 follow-up)
152
153 = 2.4.6: April 8, 2026 =
154 * Fix: Resolved _load_textdomain_just_in_time warning on WordPress 6.7+
155 * Feature: Added "Copy Support Info" button to admin sidebar for easier support diagnostics
156 * Tweak: Improved settings loading performance with two-phase initialization
157
158 = 2.4.5: March 30, 2026 =
159 * Security: Fixed stored XSS vulnerability in eeb_mailto shortcode (CVE-2026-2840)
160 * Security: Replaced unsafe JavaScript execution with innerHTML in escape encoding method
161 * Security: Added output escaping for protection text in noscript blocks
162 * Security: Added attribute escaping in link construction methods
163 * Security: Improved input sanitization in template functions
164 * Fix: Fixed PHP 8.4 deprecation warning for implicit nullable parameter
165 * Fix: Fixed license mismatch between plugin header and readme
166 * Tweak: Resolved all WordPress Plugin Check issues
167 * Tweak: Replaced deprecated PHP functions with WordPress equivalents
168
169 = 2.4.4: February 16, 2026 =
170 * Fix: Fixed bug with Events Calendar integration when filtered email is not defined
171
172 = 2.4.3: February 3, 2026 =
173 * Change: Significant internal improvements for long-term stability and maintainability
174 * Fix: Reduced potential edge-case errors
175 * Tweak: Improved consistency of internal validation logic
176
177 = 2.4.2: January 16, 2026 =
178 * Fix: Bug with pulling settings too early in the init hook that can cause compatibility issues with other plugins
179
180 = 2.4.1: January 15, 2026 =
181 * Fix: Fixed bug where get_settings() method can fail under special conditions
182
183 = 2.4.0: January 8, 2026 =
184 * Fix: Bug fixes
185
186 = 2.3.9: December 30, 2025 =
187 * Fix: Bug fixes
188
189 = 2.3.8: December 26, 2025 =
190 * Fix: Bug fixes
191
192 = 2.3.7: December 25, 2025 =
193 * Fix: Bug fixes
194
195 = 2.3.6: December 24, 2025 =
196 * Fix: Bug fixes
197
198 = 2.3.5: December 24, 2025 =
199 * Fix: Fixed issue with adding js and css files on some server configurations
200 * Tweak: Minor improvements
201
202 = 2.3.4: December 23, 2025 =
203 * Fix: Fixed issue in 2.3.0 that has prevented plugin to work properly
204 * Change: Minimum supported is PHP 7.4
205 * Tweak: Various small tweaks, bug-fixes and imporovements
206 * Tweak: Improved compatibility with old php 7.4
207
208 = 2.3.3: December 23, 2025 =
209 * Fix: Temporary set 2.2.5 as rollback to fix bug in latest version
210
211 = 2.3.0: December 22, 2025 =
212 * Fix: Security Patch (XSS)
213 * Tweak: Changed file structure, modernised code for future upgrades, backwards compatible
214
215 = 2.2.5: November 11, 2025 =
216 * Fix: Fixed bug with image generation
217
218 = 2.2.4: October 28, 2025 =
219 * Tweak: Compatibility with HivePress plugin
220
221 = 2.2.3: October 16, 2025 =
222 * Fix: Fixed some PHP 8.4+ notices
223 * Fix: Translations loading in time
224 * Tweak: Compatibility with WP 6.8.3
225
226 = 2.2.1: February 11, 2024 =
227 * Tweak: Security Patch
228 * Tweak: Provide compatibility if GD Library Not Enabled
229 * Tweak: Compatibility with WP 6.4.3
230 * Fix: Fixed some PHP 8.2+ notices
231 * Fix: Fixed Automatic Translations for WPML: https://wpml.org/errata/email-encoder-protect-email-addresses-and-phone-numbers-there-is-a-problem-connecting-to-automatic-translation/
232
233 = 2.2.2: June 15, 2024 =
234 * Tweak: Minor Security Patch (Multisite)
235 * Tweak: Add <br> tags to the allowed HTML for shortcodes
236 * Tweak: Apply content filtering before executing shortcodes for [eeb_protect_content]
237
238 = 2.2.1: February 11, 2024 =
239 * Tweak: Security Patch
240 * Tweak: Provide compatibility if GD Library Not Enabled
241 * Tweak: Compatibility with WP 6.4.3
242 * Fix: Fixed some PHP 8.2+ notices
243 * Fix: Fixed Automatic Translations for WPML: https://wpml.org/errata/email-encoder-protect-email-addresses-and-phone-numbers-there-is-a-problem-connecting-to-automatic-translation/
244
245 = 2.2.0: January 11, 2024 =
246 * Feature: Exclude pages with query parameters from being protected (Advanced setting: Exclude URL parameters from protection)
247 * Tweak: Optimized performance for Javascript and Style enqueues
248 * Dev: Added new filter hook "eeb/frontend/apply_protection" to manually prevent protection of certain pages
249 * Dev: Added new filter hook "eeb/validate/is_query_parameter_excluded" to filter the query parameter exclusions
250
251 = 2.1.10: January 09, 2024 =
252 * Optimized Helpfiles
253 * PHP 8.x improvements
254 * Security Patch
255
256 = 2.1.9: November 11, 2023 =
257 * Optimized wp.org links
258 * Security Patch
259
260 = 2.1.8: August 27, 2023 =
261 * Security Patch for XSS vulnerability within the [eeb_mailto] shortcode when using the "email" tag (Thanks to Wordfence)
262
263 = 2.1.7: June 23, 2023 =
264 * Tweak: Provide compatibility with the Avada Builder
265
266 = 2.1.6: May 10, 2023 =
267 * Tweak: Provide compatibility with Bricks Builder
268 * Tweak: Optimized performance for integrations
269
270 = 2.1.5: May 10, 2023 =
271 * Feature: New advanced settings to protect admin and ajax requests
272 * Feature: New advanced setting to enable the Email Encoder form within the frontend
273 * Tweak: Better validation for script tags
274 * Tweak: Changed old links from ironikus.com to wpemailencoder.com
275 * Tweak: Optimzied the Encoder Form logic to save performance
276 * Tweak: Various performance optimizations
277 * Tweak: Deprecated the "Activate the encoder form" setting
278 * Fix: In some occasions, backenbd sites did not work correctly with buffered content
279
280 = 2.1.4: April 06, 2023 =
281 * Provided compatibility for HTML attributes that start with an @ character ()
282 * Excluded additional file types from auto-encoding of images containing the @ sign: webp, bmp, tiff, avif
283 * Deprecated the widget filter as it was of no use anymore
284 * Fix deprecated preg_split message about the $limit set to null
285
286 = 2.1.3: February 04, 2021 =
287 * Tweak: Email Encoder runs now on its own website: https://wpemailencoder.com/
288 * Tweak: The eeb_mailto function now supports the default encoding methods if no specific method is given
289 * Tweak optimized text and descriptions
290 * Fix: Prevent error with undefined $id_base property
291
292 = 2.1.2: July 30, 2021 =
293 * Fix: Prevent notice on undefined post within the global object
294 * Fix: Revalidate Display Text for the frontend encoder form (via [eeb_form] or eeb_form();) to prevent userbased cross site scripting
295 * Fix: Fatal error if the content was not given
296 * Tweak: Centrlalized encoding icon for a better usability
297 * Dev: New filter eeb/validate/get_encoded_email_icon to cusotmize the encoding icon
298
299 = 2.1.1: April 07, 2021 =
300 * Tweak: Added svg images to the image exclude list
301 * Dev: New filter eeb/validate/excluded_image_urls to filter the excluded image list
302
303 = 2.1.0 =
304 * Feature: New advanced setting to automatically protect custom link attributes such as tel:, file:, ftp:, skype:, etc. (Protect custom href attributes)
305 * Tweak: Adjust JS documentation
306 * Tweak: Adjust readme file
307
308 = 2.0.9 =
309 * Fix: Issue with not properly validated soft-encoded attribute tags on the dom attributes
310 * Fix: Issue with not properly validated soft-encoded attributes on special softencoded tags for the content filter
311 * Tweak: Optimized performance for soft attribute filtering
312 * Dev: Added new filter to allow customization of the mailto text: https://wpemailencoder.com/filter-email-encoder-mailto-text/
313
314 = 2.0.8 =
315 * Feature: The shortcode [eeb_protect_content] now supports a new attribute called do_shortcode="yes" which allows you to execute all shortcodes within the given content area
316 * Tweak: Add new link for the Email Checker (Allows you to check if all of your emails are being encoded)
317 * Tweak: Optimize layout and texts
318 * Fix: The documentation link on the settings page was not working
319 * Dev: The eeb/frontend/shortcode/eeb_protect_content filter now contains a new variable called $original_content (https://wpemailencoder.com/filter-eeb_protect_content-shortcode/)
320
321 = 2.0.7 =
322 * Feature: Underline emails that are converted to an image (Cutsomizable)
323 * Feature: Integration for the Google Site Kit plugin - https://wordpress.org/plugins/google-site-kit/
324 * Feature: Integration for the events calendar plugin - https://de.wordpress.org/plugins/the-events-calendar/
325 * Tweak: Softening the regex to recognize spaces before the closing tags
326
327 = 2.0.6 =
328 * Feature: We fully removed all external marketing advertisements! Enjoy our plugin without distrations! :)
329 * Feature: Full support for Oxygen builder
330 * Tweak: Optimize PHPDocs and comments
331 * Tweak: Optimize is_post_excluded functionality
332 * Dev: New filter: eeb/validate/filter_page_content - https://wpemailencoder.com/filter-to-manipulate-raw-page-content/
333 * Dev: New filter: eeb/validate/filter_content_content - https://wpemailencoder.com/filter-to-manipulate-raw-hook-content/
334 * Dev: New filter: eeb/validate/is_post_excluded - https://wpemailencoder.com/filter-excluded-posts-list/
335 * Dev: New filter: eeb/settings/pre_filter_fields - https://wpemailencoder.com/pre-filter-email-encoder-settings/
336
337 = 2.0.5 =
338 * Feature: Soft-Encode all HTML tags + new settings item (This will prevent complex plugins from breaking)
339 * Dev: New filter for randomization of javascript escaping methods
340
341 = 2.0.4 =
342 * Feature: Exclude script tags from being encoded
343 * Fix: Revalidate and strip escape sequences for encode_escape function
344 * Fix: Return shortcode content of eeb_mailto instead of outputting it
345
346 = 2.0.3 =
347 * Feature: Integration for Divi Theme included
348 * Tweak: Optimize Jetpack integration to also filter against image attribute description tags
349 * Tweak: Soft-filter html placeholder tags
350 * Tweak: Allow template tags to work as well with the plugin settings set to "Do nothing"
351 * Fix: Only one match of the soft attributes was soft encoded properly
352 * Fix: The escape js function stripped away all zeros from emails
353
354 = 2.0.2 =
355 * Feature: New settings item to include custom scripts within the footer and not in the header
356 * Feature: Support for the "Maintenance" plugin from WP Maintenance
357 * TweaK: Remove our main translation handler to make plugin translations on WordPress.org available again.
358 * Tweak: Optimize PHP code to WordPress standards
359 * Tweak: Enqueue dashicons as well if only "show_encoded_check" is checked and protection is set to "Do nothing"
360 * Tweak: Make eeb_mailto link available with protection set to "Do nothing" as well
361 * Fix: WP CLI did not work with this plugin in an active state (Due to the active buffer filter)
362 * Fix: Emails have been not encoded properly if "Do nothing" was chosen as a setting and the eeb_mailto shortcode was used
363
364 = 2.0.1 =
365 * Fix: Include missing template functions requirement
366 * Tweak: Clear languages
367
368 = 2.0.0 =
369 * PLEASE READ BEFORE UPDATING
370 * THIS IS A COMPLETELY REFACTORED VERSION OF THE PLUGIN. EVEN WITH INVESTING TONS OF TIME INTO MAKING THIS PLUGIN AS MUCH BACKWARDS COMPATIBLE AS POSSIBLE, WE WOULD STILL APPRECIATE IF YOU TEST THIS VERSION BEFORE YPU UPDATE.
371 * THE PLUGIN GOT A COMPLETE OVERHAUL AND OFFERS NOW MORE OPTIMIZED FEATURES AND A SUPER SIMPLE USER INTERFACE. PLEASE FIND ALL CHANGES DOWN BELOW.
372 * Feature: Completely rewritten version of your beloved plugin
373 * Feature: Introduce FULL SITE PROTECTION (Automatically protect ALL emails within your page)
374 * Feature: Simplified settings (We cleaned the settings a lot, but you can still get some your old settings page back by activating the advanced checkbox :) )
375 * Feature: Feature to automatically detect the best protection method
376 * Feature: Choose from four new settings the strength of your protections
377 * Feature: Added admin security check icon to encoded input fields and encoded plain emails/texts, as well as to all shortcodes
378 * Feature: Also protect every single shortcode content
379 * Feature: Create images out of email addresses
380 * Feature: Protect header section automatically
381 * Feature: Added and refactored shortcodes. For a full list of shortcodes, please check this article: https://wpemailencoder.com/available-shortcodes/
382 * Feature: Setting to deactivate the Encoder Form completely
383 * Feature: Choose converting plain emails to mailto links as an additional feature
384 * Feature: Change filter apply from "wp" to "init" (This allows you to also grab some ajax values to parse them directy encoded)
385 * Feature: Website checker to search your site for unprotected emails. Follow this URL for more information: https://wpemailencoder.com/email-protection-checker/
386 * Tweak: Backward compatibility to the new plugin settings
387 * Tweak: Completely performance optimized (We removed everything that is not necessary, included a better object caching and much more)
388 * Tweak: Optimized filter combinations
389 * Fix: The old logic broke some email encodings, especially with custom tags. We fixed all of them
390 * Fix: We fixed tons of bugs from the previous version
391 * Dev: Code rewritten on the newest WordPress standards
392 * Dev: Tons of new WordPress filters and actions. For a full list, please check https://wpemailencoder.com/
393 * Deprecated: We removed the deprecated functions. Please make sure to update your custom logic to the newest standards.
394
395 = 1.53 =
396 * PLEASE READ BEFORE UPDATE
397 * THIS PLUGIN WILL BE REFACTORED WITH THE NEXT UPDATE
398 * TO PREPARE YOURSELF, YOU WILL FIND A LIST DOWN BELOW WITH THE CHANGES THAT AWAIT YOU
399 * - The plugin will be simplified using automatically the best protection for your site
400 * - The plugin will protect yout site out-of-the-box
401 * - We introduce a site-wide protection, not only based on WordPress shortcodes (This includes protection for your FULL site)
402 * - You will be able to choose the protection type. Available will be: Automatically (using Javascript), Automatically (Without Javascript), Protection Text, Entity encode
403 * - The plugin structure will be optimized using the current WordPress standards
404 * - Switch between full site protection and only WordPress filters
405 * - (Optional) Protect emails by converting them to PNG images (where applicable)
406 * - Round-robin method for javascript based protection (Choose the best method automatically from similar protection methods)
407 * - Tons of bugfixes
408 * - All settings will be fully compatible in any combination
409 * - The encoding form will continue to exists
410 * - All settings that have been available in the old version and will be available in the new version are backwards compatible
411 * - Display admin notice to all encoded emails (where applicable)
412 * ###################
413 * THE UPDATE WILL BE LAUNCHED WITHIN OCTOBER
414 * Tweak: Introduce our new partner MailOptin
415
416 = 1.5.2 =
417 * Tweak: Add popup window for admin success message of hidden email
418 * Fix: Fix bug for non-available antispambot() function
419 * WP Webhooks takes over development (https://wp-webhooks.com)
420
421 = 1.51 =
422 * 2019-03-25
423 * minor bug fixes
424 * 161,000 downloads; 30,000 installs
425
426 = 1.4.6 =
427 * Fixed bug retina png and gif images
428
429 = 1.4.5 =
430 * Fixed ? params bug
431
432 = 1.4.4 =
433 * Fixed skip responsive images containing @
434
435 = 1.4.3 =
436 * Changed content
437
438 = 1.4.2 =
439 * Fixed potential xss vulnerability
440
441 = 1.4.1 =
442 * Fixed [preserving classes on mailto links](https://wordpress.org/support/topic/preserve-link-classes)
443
444 = 1.4.0 =
445 * Fixed bug prefilled email address in input fields
446 * Added option protection text for encoded content (other than email addresses)
447
448 = 1.3.0 =
449 * Also support special chars for the javascript methods, like é, â, ö, Chinese chars etcetera
450 * Fixed bug unchecking options "use shortcode" and "use deprecated"
451
452 = 1.2.1 =
453 * Fixed bug index php error
454
455 = 1.2.0 =
456 * Added filter for Encoder Form content (eeb_form_content)
457
458 = 1.1.0 =
459 * Added filters for changing regular expression for mailto links and email addresses
460 * Fixed bug don't encode when loading admin panel
461
462 = 1.0.2 =
463 * Fixed bug wrong "settings" link
464 * Fixed bug removing shortcodes RSS feed
465
466 = 1.0.1 =
467 * Fixed PHP support (same as WordPress)
468
469 = 1.0.0 =
470 * NOW ONLY SUPPORT FOR WP 3.4.0+
471 * Fixed bug deleting setting values when unregister (will now be deleted on uninstall)
472 * Fixed bug also possible to set protection text when RSS disabled
473 * Fixed bug saving metaboxes settings
474 * Added option support shortcodes in widgets
475 * Added option removing shortcodes for RSS feed
476 * Removed "random" method option
477 * Changed names for action and shortcode (prefixed with eeb_), optional the old names will still be supported
478 * Added template function for creating the encoder form
479 * Changed class en id names of the Encoder Form
480
481 = 0.80 =
482 * Added screen settings
483 * Registered metaboxes
484 * Fixed bug random method
485 * Workaround for display with special characters (like Chinese), works only with enc_html
486
487 = 0.71 =
488 * Option to make own menu item (in admin panel) for this plugin
489 * Option for showing "successfully encoded" check
490 * Fixed bug showing errors for calling wrong translate function
491 * Fixed bug always showing encoded check on site (for html encode method)
492 * Added workaround for saving disabled checkboxes in options table
493 * Fixed bug where encoded check was also applied on output of encoding form
494
495 = 0.70 =
496 * Fixed bug with extra params
497 * Changed texts and added help tabs on admin options page
498 * Changed visual check for encoded mails/content by showing icon and success message
499 * Solved that all attributes of mailto links remain when encoding
500
501 = 0.60 =
502 * Added hook "init_email_encoder_form" to add custom filters (of other plugins)
503 * Added JavaScript code encapsulation for ASCII method
504 * Solved reinstalling bug for setting right encoding method
505 * Fixed bug shortcodes encoded with HTML method
506
507 = 0.50 =
508 * Added encode method for all kind of contents (template function and shortcode "encode_content")
509 * Added extra param for additional html attributes (f.e. target="_blank")
510 * Added option to skip certain posts from being automatically encoded
511 * Added option custom protection text
512 * Removed "method" folder. Not possible to add own methods anymore.
513 * Other small changes and some refactoring
514
515 = 0.42 =
516 * Widget Logic options bug
517
518 = 0.41 =
519 * Fixed bug by improving regular expression for mailto links
520 * Changed script attribute `language` to `type`
521 * Script only loaded on options page (hopefully this solves the dashboard toggle problem some people are experiencing)
522 * Added support for widget_content filter of the Logic Widget plugin
523
524 = 0.40 =
525 * Added option for setting CSS classes
526 * Improved RSS protection
527 * Removed Lim_Email_Encoder class (now all handled by the main class)
528 * Enabled setting checkbox for filtering posts
529 * Fixed PHP / WP notices
530 * Added param for encode methods: $obj
531
532 = 0.32 =
533 * Fix IE bug
534 * Bug plain emails
535 * Optional "method" param for tag and template function, f.e. [encode_email email="test@domain.com" method="ascii"]
536 * Small adjustments
537
538 = 0.31 =
539 * Fixed tiny bug (incorrect var-name $priority on line 100 of email-encoder-bundle.php)
540
541 = 0.30 =
542 * Added protection for emails in RSS feeds
543 * Improved filtering tags [encode_email ... ]
544 * Improved ASCII and Escape method and added noscript message
545 * Solved an option bug (encode mailto links VS encode plain emails)
546 * Made some cosmetical adjustments on the options page
547 * Code refactoring
548
549 = 0.22 =
550 * First decodes entities before encoding email
551 * Added more wp filters for encoding
552
553 = 0.21 =
554 * Changed Encoder Form: HTML markup and JavaScript
555 * Made some minor adjustments and fixed little bugs
556
557 = 0.20 =
558 * Implemented internalization (including translation for nl_NL)
559 * Improved user-interface of the Admin Settings Page and the Encoder Form
560 * Added template function: encode_email_filter()
561 * Kept and added only high-quality encoding methods
562 * Refactored the code and changed method- and var-names within the classes
563 * Removed 3rd param $encode_display out of the encoding methods, display should always be encoded
564 * Added prefix 'lim_email_' to the encoding methods
565
566 = 0.12 =
567 * Nothing changed, but 0.11 had some errors because /methods directory was missing in the repository.
568
569 = 0.11 =
570 * also possible to use encode tag in widgets by activating the "filter widget" option
571
572 = 0.10 =
573 * Works with PHP4 and PHP5
574 * Methods: default_encode, wp_antispambot, anti_email_spam, email_escape, hide_email
575 * Use the tags: `[email_encode email=".." display=".."]`, `[email_encoder_form]`
576 * Template function: `email_encode()`
577