Email Encoder Bundle – Protect Email Address - Version 1.51

Version Description

  • 2019-03-25
  • minor bug fixes
  • 161,000 downloads; 30,000 installs
Download this release

Release Info

Developer WebFactory
Plugin Icon 128x128 Email Encoder Bundle – Protect Email Address
Version 1.51
Comparing to
See all releases

Code changes from version 1.5 to 1.51

email-encoder-bundle.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Email Encoder - Protect Email Address
4
  Plugin URI: https://wordpress.org/plugins/email-encoder-bundle/
5
  Description: Protect email addresses on your site and hide them from spambots by encoding them. Easy to use & flexible.
6
  Author: WebFactory Ltd
7
- Version: 1.5
8
  Author URI: https://www.webfactoryltd.com/
9
  License: Dual licensed under the MIT and GPL licenses
10
  Text Domain: email-encoder-bundle
4
  Plugin URI: https://wordpress.org/plugins/email-encoder-bundle/
5
  Description: Protect email addresses on your site and hide them from spambots by encoding them. Easy to use & flexible.
6
  Author: WebFactory Ltd
7
+ Version: 1.51
8
  Author URI: https://www.webfactoryltd.com/
9
  License: Dual licensed under the MIT and GPL licenses
10
  Text Domain: email-encoder-bundle
includes/class-eeb-admin.php CHANGED
@@ -235,7 +235,7 @@ abstract class Eeb_Admin {
235
  * Add text to footer
236
  */
237
  function admin_footer_text($text_org) {
238
- if (0 && false === $this->is_plugin_page()) {
239
  return $text_org;
240
  }
241
 
235
  * Add text to footer
236
  */
237
  function admin_footer_text($text_org) {
238
+ if (@$_GET['page'] != 'email-encoder-bundle-settings') {
239
  return $text_org;
240
  }
241
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: WebFactory, UnderConstructionPage, googlemapswidget, securityninja
3
  Tags: email address, protect, antispam, mailto, spambot, secure, e-mail, email, mail, obfuscate, encode, encoder, encrypt, hide, bot, crawl, spider, robots, spam, protection, harvest, harvesting, security
4
  Requires at least: 4.0
5
  Requires PHP: 5.1
6
- Tested up to: 5.1
7
- Stable tag: 1.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -135,7 +135,7 @@ It's possible to filter all widgets by using the [Widget Logic Plugin](https://w
135
 
136
  == Changelog ==
137
 
138
- = 1.5 =
139
  * 2019-03-25
140
  * minor bug fixes
141
  * 161,000 downloads; 30,000 installs
3
  Tags: email address, protect, antispam, mailto, spambot, secure, e-mail, email, mail, obfuscate, encode, encoder, encrypt, hide, bot, crawl, spider, robots, spam, protection, harvest, harvesting, security
4
  Requires at least: 4.0
5
  Requires PHP: 5.1
6
+ Tested up to: 5.2
7
+ Stable tag: 1.51
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
135
 
136
  == Changelog ==
137
 
138
+ = 1.51 =
139
  * 2019-03-25
140
  * minor bug fixes
141
  * 161,000 downloads; 30,000 installs