PluginProbe ʕ •ᴥ•ʔ
Email Encoder – Protect Email Addresses and Phone Numbers / 2.2.3
Email Encoder – Protect Email Addresses and Phone Numbers v2.2.3
2.5.2 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
core 9 months ago languages 9 months ago email-encoder-bundle.php 9 months ago index.php 6 years ago license.txt 6 years ago readme.txt 9 months ago
readme.txt
484 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: 5.1
6 Tested up to: 6.8.3
7 Stable tag: 2.2.3
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.2.3: October 16, 2025 =
130 * Fix: Fixed some PHP 8.4+ notices
131 * Fix: Translations loading in time
132 * Tweak: Compatibility with WP 6.8.3
133
134 = 2.2.1: February 11, 2024 =
135 * Tweak: Security Patch
136 * Tweak: Provide compatibility if GD Library Not Enabled
137 * Tweak: Compatibility with WP 6.4.3
138 * Fix: Fixed some PHP 8.2+ notices
139 * 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/
140
141 = 2.2.2: June 15, 2024 =
142 * Tweak: Minor Security Patch (Multisite)
143 * Tweak: Add <br> tags to the allowed HTML for shortcodes
144 * Tweak: Apply content filtering before executing shortcodes for [eeb_protect_content]
145
146 = 2.2.1: February 11, 2024 =
147 * Tweak: Security Patch
148 * Tweak: Provide compatibility if GD Library Not Enabled
149 * Tweak: Compatibility with WP 6.4.3
150 * Fix: Fixed some PHP 8.2+ notices
151 * 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/
152
153 = 2.2.0: January 11, 2024 =
154 * Feature: Exclude pages with query parameters from being protected (Advanced setting: Exclude URL parameters from protection)
155 * Tweak: Optimized performance for Javascript and Style enqueues
156 * Dev: Added new filter hook "eeb/frontend/apply_protection" to manually prevent protection of certain pages
157 * Dev: Added new filter hook "eeb/validate/is_query_parameter_excluded" to filter the query parameter exclusions
158
159 = 2.1.10: January 09, 2024 =
160 * Optimized Helpfiles
161 * PHP 8.x improvements
162 * Security Patch
163
164 = 2.1.9: November 11, 2023 =
165 * Optimized wp.org links
166 * Security Patch
167
168 = 2.1.8: August 27, 2023 =
169 * Security Patch for XSS vulnerability within the [eeb_mailto] shortcode when using the "email" tag (Thanks to Wordfence)
170
171 = 2.1.7: June 23, 2023 =
172 * Tweak: Provide compatibility with the Avada Builder
173
174 = 2.1.6: May 10, 2023 =
175 * Tweak: Provide compatibility with Bricks Builder
176 * Tweak: Optimized performance for integrations
177
178 = 2.1.5: May 10, 2023 =
179 * Feature: New advanced settings to protect admin and ajax requests
180 * Feature: New advanced setting to enable the Email Encoder form within the frontend
181 * Tweak: Better validation for script tags
182 * Tweak: Changed old links from ironikus.com to wpemailencoder.com
183 * Tweak: Optimzied the Encoder Form logic to save performance
184 * Tweak: Various performance optimizations
185 * Tweak: Deprecated the "Activate the encoder form" setting
186 * Fix: In some occasions, backenbd sites did not work correctly with buffered content
187
188 = 2.1.4: April 06, 2023 =
189 * Provided compatibility for HTML attributes that start with an @ character ()
190 * Excluded additional file types from auto-encoding of images containing the @ sign: webp, bmp, tiff, avif
191 * Deprecated the widget filter as it was of no use anymore
192 * Fix deprecated preg_split message about the $limit set to null
193
194 = 2.1.3: February 04, 2021 =
195 * Tweak: Email Encoder runs now on its own website: https://wpemailencoder.com/
196 * Tweak: The eeb_mailto function now supports the default encoding methods if no specific method is given
197 * Tweak optimized text and descriptions
198 * Fix: Prevent error with undefined $id_base property
199
200 = 2.1.2: July 30, 2021 =
201 * Fix: Prevent notice on undefined post within the global object
202 * Fix: Revalidate Display Text for the frontend encoder form (via [eeb_form] or eeb_form();) to prevent userbased cross site scripting
203 * Fix: Fatal error if the content was not given
204 * Tweak: Centrlalized encoding icon for a better usability
205 * Dev: New filter eeb/validate/get_encoded_email_icon to cusotmize the encoding icon
206
207 = 2.1.1: April 07, 2021 =
208 * Tweak: Added svg images to the image exclude list
209 * Dev: New filter eeb/validate/excluded_image_urls to filter the excluded image list
210
211 = 2.1.0 =
212 * Feature: New advanced setting to automatically protect custom link attributes such as tel:, file:, ftp:, skype:, etc. (Protect custom href attributes)
213 * Tweak: Adjust JS documentation
214 * Tweak: Adjust readme file
215
216 = 2.0.9 =
217 * Fix: Issue with not properly validated soft-encoded attribute tags on the dom attributes
218 * Fix: Issue with not properly validated soft-encoded attributes on special softencoded tags for the content filter
219 * Tweak: Optimized performance for soft attribute filtering
220 * Dev: Added new filter to allow customization of the mailto text: https://wpemailencoder.com/filter-email-encoder-mailto-text/
221
222 = 2.0.8 =
223 * 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
224 * Tweak: Add new link for the Email Checker (Allows you to check if all of your emails are being encoded)
225 * Tweak: Optimize layout and texts
226 * Fix: The documentation link on the settings page was not working
227 * 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/)
228
229 = 2.0.7 =
230 * Feature: Underline emails that are converted to an image (Cutsomizable)
231 * Feature: Integration for the Google Site Kit plugin - https://wordpress.org/plugins/google-site-kit/
232 * Feature: Integration for the events calendar plugin - https://de.wordpress.org/plugins/the-events-calendar/
233 * Tweak: Softening the regex to recognize spaces before the closing tags
234
235 = 2.0.6 =
236 * Feature: We fully removed all external marketing advertisements! Enjoy our plugin without distrations! :)
237 * Feature: Full support for Oxygen builder
238 * Tweak: Optimize PHPDocs and comments
239 * Tweak: Optimize is_post_excluded functionality
240 * Dev: New filter: eeb/validate/filter_page_content - https://wpemailencoder.com/filter-to-manipulate-raw-page-content/
241 * Dev: New filter: eeb/validate/filter_content_content - https://wpemailencoder.com/filter-to-manipulate-raw-hook-content/
242 * Dev: New filter: eeb/validate/is_post_excluded - https://wpemailencoder.com/filter-excluded-posts-list/
243 * Dev: New filter: eeb/settings/pre_filter_fields - https://wpemailencoder.com/pre-filter-email-encoder-settings/
244
245 = 2.0.5 =
246 * Feature: Soft-Encode all HTML tags + new settings item (This will prevent complex plugins from breaking)
247 * Dev: New filter for randomization of javascript escaping methods
248
249 = 2.0.4 =
250 * Feature: Exclude script tags from being encoded
251 * Fix: Revalidate and strip escape sequences for encode_escape function
252 * Fix: Return shortcode content of eeb_mailto instead of outputting it
253
254 = 2.0.3 =
255 * Feature: Integration for Divi Theme included
256 * Tweak: Optimize Jetpack integration to also filter against image attribute description tags
257 * Tweak: Soft-filter html placeholder tags
258 * Tweak: Allow template tags to work as well with the plugin settings set to "Do nothing"
259 * Fix: Only one match of the soft attributes was soft encoded properly
260 * Fix: The escape js function stripped away all zeros from emails
261
262 = 2.0.2 =
263 * Feature: New settings item to include custom scripts within the footer and not in the header
264 * Feature: Support for the "Maintenance" plugin from WP Maintenance
265 * TweaK: Remove our main translation handler to make plugin translations on WordPress.org available again.
266 * Tweak: Optimize PHP code to WordPress standards
267 * Tweak: Enqueue dashicons as well if only "show_encoded_check" is checked and protection is set to "Do nothing"
268 * Tweak: Make eeb_mailto link available with protection set to "Do nothing" as well
269 * Fix: WP CLI did not work with this plugin in an active state (Due to the active buffer filter)
270 * Fix: Emails have been not encoded properly if "Do nothing" was chosen as a setting and the eeb_mailto shortcode was used
271
272 = 2.0.1 =
273 * Fix: Include missing template functions requirement
274 * Tweak: Clear languages
275
276 = 2.0.0 =
277 * PLEASE READ BEFORE UPDATING
278 * 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.
279 * THE PLUGIN GOT A COMPLETE OVERHAUL AND OFFERS NOW MORE OPTIMIZED FEATURES AND A SUPER SIMPLE USER INTERFACE. PLEASE FIND ALL CHANGES DOWN BELOW.
280 * Feature: Completely rewritten version of your beloved plugin
281 * Feature: Introduce FULL SITE PROTECTION (Automatically protect ALL emails within your page)
282 * 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 :) )
283 * Feature: Feature to automatically detect the best protection method
284 * Feature: Choose from four new settings the strength of your protections
285 * Feature: Added admin security check icon to encoded input fields and encoded plain emails/texts, as well as to all shortcodes
286 * Feature: Also protect every single shortcode content
287 * Feature: Create images out of email addresses
288 * Feature: Protect header section automatically
289 * Feature: Added and refactored shortcodes. For a full list of shortcodes, please check this article: https://wpemailencoder.com/available-shortcodes/
290 * Feature: Setting to deactivate the Encoder Form completely
291 * Feature: Choose converting plain emails to mailto links as an additional feature
292 * Feature: Change filter apply from "wp" to "init" (This allows you to also grab some ajax values to parse them directy encoded)
293 * Feature: Website checker to search your site for unprotected emails. Follow this URL for more information: https://wpemailencoder.com/email-protection-checker/
294 * Tweak: Backward compatibility to the new plugin settings
295 * Tweak: Completely performance optimized (We removed everything that is not necessary, included a better object caching and much more)
296 * Tweak: Optimized filter combinations
297 * Fix: The old logic broke some email encodings, especially with custom tags. We fixed all of them
298 * Fix: We fixed tons of bugs from the previous version
299 * Dev: Code rewritten on the newest WordPress standards
300 * Dev: Tons of new WordPress filters and actions. For a full list, please check https://wpemailencoder.com/
301 * Deprecated: We removed the deprecated functions. Please make sure to update your custom logic to the newest standards.
302
303 = 1.53 =
304 * PLEASE READ BEFORE UPDATE
305 * THIS PLUGIN WILL BE REFACTORED WITH THE NEXT UPDATE
306 * TO PREPARE YOURSELF, YOU WILL FIND A LIST DOWN BELOW WITH THE CHANGES THAT AWAIT YOU
307 * - The plugin will be simplified using automatically the best protection for your site
308 * - The plugin will protect yout site out-of-the-box
309 * - We introduce a site-wide protection, not only based on WordPress shortcodes (This includes protection for your FULL site)
310 * - You will be able to choose the protection type. Available will be: Automatically (using Javascript), Automatically (Without Javascript), Protection Text, Entity encode
311 * - The plugin structure will be optimized using the current WordPress standards
312 * - Switch between full site protection and only WordPress filters
313 * - (Optional) Protect emails by converting them to PNG images (where applicable)
314 * - Round-robin method for javascript based protection (Choose the best method automatically from similar protection methods)
315 * - Tons of bugfixes
316 * - All settings will be fully compatible in any combination
317 * - The encoding form will continue to exists
318 * - All settings that have been available in the old version and will be available in the new version are backwards compatible
319 * - Display admin notice to all encoded emails (where applicable)
320 * ###################
321 * THE UPDATE WILL BE LAUNCHED WITHIN OCTOBER
322 * Tweak: Introduce our new partner MailOptin
323
324 = 1.5.2 =
325 * Tweak: Add popup window for admin success message of hidden email
326 * Fix: Fix bug for non-available antispambot() function
327 * WP Webhooks takes over development (https://wp-webhooks.com)
328
329 = 1.51 =
330 * 2019-03-25
331 * minor bug fixes
332 * 161,000 downloads; 30,000 installs
333
334 = 1.4.6 =
335 * Fixed bug retina png and gif images
336
337 = 1.4.5 =
338 * Fixed ? params bug
339
340 = 1.4.4 =
341 * Fixed skip responsive images containing @
342
343 = 1.4.3 =
344 * Changed content
345
346 = 1.4.2 =
347 * Fixed potential xss vulnerability
348
349 = 1.4.1 =
350 * Fixed [preserving classes on mailto links](https://wordpress.org/support/topic/preserve-link-classes)
351
352 = 1.4.0 =
353 * Fixed bug prefilled email address in input fields
354 * Added option protection text for encoded content (other than email addresses)
355
356 = 1.3.0 =
357 * Also support special chars for the javascript methods, like é, â, ö, Chinese chars etcetera
358 * Fixed bug unchecking options "use shortcode" and "use deprecated"
359
360 = 1.2.1 =
361 * Fixed bug index php error
362
363 = 1.2.0 =
364 * Added filter for Encoder Form content (eeb_form_content)
365
366 = 1.1.0 =
367 * Added filters for changing regular expression for mailto links and email addresses
368 * Fixed bug don't encode when loading admin panel
369
370 = 1.0.2 =
371 * Fixed bug wrong "settings" link
372 * Fixed bug removing shortcodes RSS feed
373
374 = 1.0.1 =
375 * Fixed PHP support (same as WordPress)
376
377 = 1.0.0 =
378 * NOW ONLY SUPPORT FOR WP 3.4.0+
379 * Fixed bug deleting setting values when unregister (will now be deleted on uninstall)
380 * Fixed bug also possible to set protection text when RSS disabled
381 * Fixed bug saving metaboxes settings
382 * Added option support shortcodes in widgets
383 * Added option removing shortcodes for RSS feed
384 * Removed "random" method option
385 * Changed names for action and shortcode (prefixed with eeb_), optional the old names will still be supported
386 * Added template function for creating the encoder form
387 * Changed class en id names of the Encoder Form
388
389 = 0.80 =
390 * Added screen settings
391 * Registered metaboxes
392 * Fixed bug random method
393 * Workaround for display with special characters (like Chinese), works only with enc_html
394
395 = 0.71 =
396 * Option to make own menu item (in admin panel) for this plugin
397 * Option for showing "successfully encoded" check
398 * Fixed bug showing errors for calling wrong translate function
399 * Fixed bug always showing encoded check on site (for html encode method)
400 * Added workaround for saving disabled checkboxes in options table
401 * Fixed bug where encoded check was also applied on output of encoding form
402
403 = 0.70 =
404 * Fixed bug with extra params
405 * Changed texts and added help tabs on admin options page
406 * Changed visual check for encoded mails/content by showing icon and success message
407 * Solved that all attributes of mailto links remain when encoding
408
409 = 0.60 =
410 * Added hook "init_email_encoder_form" to add custom filters (of other plugins)
411 * Added JavaScript code encapsulation for ASCII method
412 * Solved reinstalling bug for setting right encoding method
413 * Fixed bug shortcodes encoded with HTML method
414
415 = 0.50 =
416 * Added encode method for all kind of contents (template function and shortcode "encode_content")
417 * Added extra param for additional html attributes (f.e. target="_blank")
418 * Added option to skip certain posts from being automatically encoded
419 * Added option custom protection text
420 * Removed "method" folder. Not possible to add own methods anymore.
421 * Other small changes and some refactoring
422
423 = 0.42 =
424 * Widget Logic options bug
425
426 = 0.41 =
427 * Fixed bug by improving regular expression for mailto links
428 * Changed script attribute `language` to `type`
429 * Script only loaded on options page (hopefully this solves the dashboard toggle problem some people are experiencing)
430 * Added support for widget_content filter of the Logic Widget plugin
431
432 = 0.40 =
433 * Added option for setting CSS classes
434 * Improved RSS protection
435 * Removed Lim_Email_Encoder class (now all handled by the main class)
436 * Enabled setting checkbox for filtering posts
437 * Fixed PHP / WP notices
438 * Added param for encode methods: $obj
439
440 = 0.32 =
441 * Fix IE bug
442 * Bug plain emails
443 * Optional "method" param for tag and template function, f.e. [encode_email email="test@domain.com" method="ascii"]
444 * Small adjustments
445
446 = 0.31 =
447 * Fixed tiny bug (incorrect var-name $priority on line 100 of email-encoder-bundle.php)
448
449 = 0.30 =
450 * Added protection for emails in RSS feeds
451 * Improved filtering tags [encode_email ... ]
452 * Improved ASCII and Escape method and added noscript message
453 * Solved an option bug (encode mailto links VS encode plain emails)
454 * Made some cosmetical adjustments on the options page
455 * Code refactoring
456
457 = 0.22 =
458 * First decodes entities before encoding email
459 * Added more wp filters for encoding
460
461 = 0.21 =
462 * Changed Encoder Form: HTML markup and JavaScript
463 * Made some minor adjustments and fixed little bugs
464
465 = 0.20 =
466 * Implemented internalization (including translation for nl_NL)
467 * Improved user-interface of the Admin Settings Page and the Encoder Form
468 * Added template function: encode_email_filter()
469 * Kept and added only high-quality encoding methods
470 * Refactored the code and changed method- and var-names within the classes
471 * Removed 3rd param $encode_display out of the encoding methods, display should always be encoded
472 * Added prefix 'lim_email_' to the encoding methods
473
474 = 0.12 =
475 * Nothing changed, but 0.11 had some errors because /methods directory was missing in the repository.
476
477 = 0.11 =
478 * also possible to use encode tag in widgets by activating the "filter widget" option
479
480 = 0.10 =
481 * Works with PHP4 and PHP5
482 * Methods: default_encode, wp_antispambot, anti_email_spam, email_escape, hide_email
483 * Use the tags: `[email_encode email=".." display=".."]`, `[email_encoder_form]`
484 * Template function: `email_encode()`