Tweak: Provide compatibility if GD Library Not Enabled
Tweak: Compatibility with WP 6.4.3
Fix: Fixed some PHP 8.2+ notices
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/
2.2.2: June 15, 2024
Tweak: Minor Security Patch (Multisite)
Tweak: Add tags to the allowed HTML for shortcodes
Tweak: Apply content filtering before executing shortcodes for [eeb_protect_content]
2.2.1: February 11, 2024
Tweak: Security Patch
Tweak: Provide compatibility if GD Library Not Enabled
Tweak: Compatibility with WP 6.4.3
Fix: Fixed some PHP 8.2+ notices
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/
2.2.0: January 11, 2024
Feature: Exclude pages with query parameters from being protected (Advanced setting: Exclude URL parameters from protection)
Tweak: Optimized performance for Javascript and Style enqueues
Dev: Added new filter hook “eeb/frontend/apply_protection” to manually prevent protection of certain pages
Dev: Added new filter hook “eeb/validate/is_query_parameter_excluded” to filter the query parameter exclusions
2.1.10: January 09, 2024
Optimized Helpfiles
PHP 8.x improvements
Security Patch
2.1.9: November 11, 2023
Optimized wp.org links
Security Patch
2.1.8: August 27, 2023
Security Patch for XSS vulnerability within the [eeb_mailto] shortcode when using the “email” tag (Thanks to Wordfence)
2.1.7: June 23, 2023
Tweak: Provide compatibility with the Avada Builder
2.1.6: May 10, 2023
Tweak: Provide compatibility with Bricks Builder
Tweak: Optimized performance for integrations
2.1.5: May 10, 2023
Feature: New advanced settings to protect admin and ajax requests
Feature: New advanced setting to enable the Email Encoder form within the frontend
Tweak: Better validation for script tags
Tweak: Changed old links from ironikus.com to wpemailencoder.com
Tweak: Optimzied the Encoder Form logic to save performance
Tweak: Various performance optimizations
Tweak: Deprecated the “Activate the encoder form” setting
Fix: In some occasions, backenbd sites did not work correctly with buffered content
2.1.4: April 06, 2023
Provided compatibility for HTML attributes that start with an @ character ()
Excluded additional file types from auto-encoding of images containing the @ sign: webp, bmp, tiff, avif
Deprecated the widget filter as it was of no use anymore
Fix deprecated preg_split message about the $limit set to null
2.1.3: February 04, 2021
Tweak: Email Encoder runs now on its own website: https://wpemailencoder.com/
Tweak: The eeb_mailto function now supports the default encoding methods if no specific method is given
Tweak optimized text and descriptions
Fix: Prevent error with undefined $id_base property
2.1.2: July 30, 2021
Fix: Prevent notice on undefined post within the global object
Fix: Revalidate Display Text for the frontend encoder form (via [eeb_form] or eeb_form();) to prevent userbased cross site scripting
Fix: Fatal error if the content was not given
Tweak: Centrlalized encoding icon for a better usability
Dev: New filter eeb/validate/get_encoded_email_icon to cusotmize the encoding icon
2.1.1: April 07, 2021
Tweak: Added svg images to the image exclude list
Dev: New filter eeb/validate/excluded_image_urls to filter the excluded image list
2.1.0
Feature: New advanced setting to automatically protect custom link attributes such as tel:, file:, ftp:, skype:, etc. (Protect custom href attributes)
Tweak: Adjust JS documentation
Tweak: Adjust readme file
2.0.9
Fix: Issue with not properly validated soft-encoded attribute tags on the dom attributes
Fix: Issue with not properly validated soft-encoded attributes on special softencoded tags for the content filter
Tweak: Optimized performance for soft attribute filtering
Dev: Added new filter to allow customization of the mailto text: https://wpemailencoder.com/filter-email-encoder-mailto-text/
2.0.8
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
Tweak: Add new link for the Email Checker (Allows you to check if all of your emails are being encoded)
Tweak: Optimize layout and texts
Fix: The documentation link on the settings page was not working
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/)
2.0.7
Feature: Underline emails that are converted to an image (Cutsomizable)
Feature: Integration for the Google Site Kit plugin – https://wordpress.org/plugins/google-site-kit/
Feature: Integration for the events calendar plugin – https://de.wordpress.org/plugins/the-events-calendar/
Tweak: Softening the regex to recognize spaces before the closing tags
2.0.6
Feature: We fully removed all external marketing advertisements! Enjoy our plugin without distrations! 🙂
Feature: Full support for Oxygen builder
Tweak: Optimize PHPDocs and comments
Tweak: Optimize is_post_excluded functionality
Dev: New filter: eeb/validate/filter_page_content – https://wpemailencoder.com/filter-to-manipulate-raw-page-content/
Dev: New filter: eeb/validate/filter_content_content – https://wpemailencoder.com/filter-to-manipulate-raw-hook-content/
Dev: New filter: eeb/validate/is_post_excluded – https://wpemailencoder.com/filter-excluded-posts-list/
Dev: New filter: eeb/settings/pre_filter_fields – https://wpemailencoder.com/pre-filter-email-encoder-settings/
2.0.5
Feature: Soft-Encode all HTML tags + new settings item (This will prevent complex plugins from breaking)
Dev: New filter for randomization of javascript escaping methods
2.0.4
Feature: Exclude script tags from being encoded
Fix: Revalidate and strip escape sequences for encode_escape function
Fix: Return shortcode content of eeb_mailto instead of outputting it
2.0.3
Feature: Integration for Divi Theme included
Tweak: Optimize Jetpack integration to also filter against image attribute description tags
Tweak: Soft-filter html placeholder tags
Tweak: Allow template tags to work as well with the plugin settings set to “Do nothing”
Fix: Only one match of the soft attributes was soft encoded properly
Fix: The escape js function stripped away all zeros from emails
2.0.2
Feature: New settings item to include custom scripts within the footer and not in the header
Feature: Support for the “Maintenance” plugin from WP Maintenance
TweaK: Remove our main translation handler to make plugin translations on WordPress.org available again.
Tweak: Optimize PHP code to WordPress standards
Tweak: Enqueue dashicons as well if only “show_encoded_check” is checked and protection is set to “Do nothing”
Tweak: Make eeb_mailto link available with protection set to “Do nothing” as well
Fix: WP CLI did not work with this plugin in an active state (Due to the active buffer filter)
Fix: Emails have been not encoded properly if “Do nothing” was chosen as a setting and the eeb_mailto shortcode was used
2.0.1
Fix: Include missing template functions requirement
Tweak: Clear languages
2.0.0
PLEASE READ BEFORE UPDATING
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.
THE PLUGIN GOT A COMPLETE OVERHAUL AND OFFERS NOW MORE OPTIMIZED FEATURES AND A SUPER SIMPLE USER INTERFACE. PLEASE FIND ALL CHANGES DOWN BELOW.
Feature: Completely rewritten version of your beloved plugin
Feature: Introduce FULL SITE PROTECTION (Automatically protect ALL emails within your page)
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 🙂 )
Feature: Feature to automatically detect the best protection method
Feature: Choose from four new settings the strength of your protections
Feature: Added admin security check icon to encoded input fields and encoded plain emails/texts, as well as to all shortcodes
Feature: Also protect every single shortcode content
Feature: Create images out of email addresses
Feature: Protect header section automatically
Feature: Added and refactored shortcodes. For a full list of shortcodes, please check this article: https://wpemailencoder.com/available-shortcodes/
Feature: Setting to deactivate the Encoder Form completely
Feature: Choose converting plain emails to mailto links as an additional feature
Feature: Change filter apply from “wp” to “init” (This allows you to also grab some ajax values to parse them directy encoded)
Feature: Website checker to search your site for unprotected emails. Follow this URL for more information: https://wpemailencoder.com/email-protection-checker/
Tweak: Backward compatibility to the new plugin settings
Tweak: Completely performance optimized (We removed everything that is not necessary, included a better object caching and much more)
Tweak: Optimized filter combinations
Fix: The old logic broke some email encodings, especially with custom tags. We fixed all of them
Fix: We fixed tons of bugs from the previous version
Dev: Code rewritten on the newest WordPress standards
Dev: Tons of new WordPress filters and actions. For a full list, please check https://wpemailencoder.com/
Deprecated: We removed the deprecated functions. Please make sure to update your custom logic to the newest standards.
1.53
PLEASE READ BEFORE UPDATE
THIS PLUGIN WILL BE REFACTORED WITH THE NEXT UPDATE
TO PREPARE YOURSELF, YOU WILL FIND A LIST DOWN BELOW WITH THE CHANGES THAT AWAIT YOU
The plugin will be simplified using automatically the best protection for your site
The plugin will protect yout site out-of-the-box
We introduce a site-wide protection, not only based on WordPress shortcodes (This includes protection for your FULL site)
You will be able to choose the protection type. Available will be: Automatically (using Javascript), Automatically (Without Javascript), Protection Text, Entity encode
The plugin structure will be optimized using the current WordPress standards
Switch between full site protection and only WordPress filters
(Optional) Protect emails by converting them to PNG images (where applicable)
Round-robin method for javascript based protection (Choose the best method automatically from similar protection methods)
Tons of bugfixes
All settings will be fully compatible in any combination
The encoding form will continue to exists
All settings that have been available in the old version and will be available in the new version are backwards compatible
Display admin notice to all encoded emails (where applicable)
###################
THE UPDATE WILL BE LAUNCHED WITHIN OCTOBER
Tweak: Introduce our new partner MailOptin
1.5.2
Tweak: Add popup window for admin success message of hidden email
Fix: Fix bug for non-available antispambot() function
WP Webhooks takes over development (https://wp-webhooks.com)