Email Encoder Bundle – Protect Email Address - Version 2.0.1

Version Description

  • Fix: Include missing template functions requirement
  • Tweak: Clear languages
Download this release

Release Info

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

Code changes from version 2.0.0 to 2.0.1

core/class-email-encoder-bundle.php CHANGED
@@ -111,6 +111,7 @@ if ( ! class_exists( 'Email_Encoder' ) ) :
111
  require_once EEB_PLUGIN_DIR . 'core/includes/classes/class-email-encoder-bundle-validate.php';
112
 
113
  require_once EEB_PLUGIN_DIR . 'core/includes/classes/class-email-encoder-bundle-ajax.php';
 
114
 
115
  require_once EEB_PLUGIN_DIR . 'core/includes/integrations/loader.php';
116
 
111
  require_once EEB_PLUGIN_DIR . 'core/includes/classes/class-email-encoder-bundle-validate.php';
112
 
113
  require_once EEB_PLUGIN_DIR . 'core/includes/classes/class-email-encoder-bundle-ajax.php';
114
+ require_once EEB_PLUGIN_DIR . 'core/includes/functions/template-tags.php';
115
 
116
  require_once EEB_PLUGIN_DIR . 'core/includes/integrations/loader.php';
117
 
email-encoder-bundle.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Email Encoder - Protect Email Addresses
4
- * Version: 2.0.0
5
  * Plugin URI: https://wordpress.org/plugins/email-encoder-bundle/
6
  * Description: Protect email addresses on your site and hide them from spambots. Easy to use & flexible.
7
  * Author: Ironikus
@@ -22,7 +22,7 @@ if ( !defined( 'ABSPATH' ) ) exit;
22
  define( 'EEB_NAME', 'Email Encoder' );
23
 
24
  // Plugin version.
25
- define( 'EEB_VERSION', '2.0.0' );
26
 
27
  // Determines if the plugin is loaded
28
  define( 'EEB_SETUP', true );
1
  <?php
2
  /**
3
  * Plugin Name: Email Encoder - Protect Email Addresses
4
+ * Version: 2.0.1
5
  * Plugin URI: https://wordpress.org/plugins/email-encoder-bundle/
6
  * Description: Protect email addresses on your site and hide them from spambots. Easy to use & flexible.
7
  * Author: Ironikus
22
  define( 'EEB_NAME', 'Email Encoder' );
23
 
24
  // Plugin version.
25
+ define( 'EEB_VERSION', '2.0.1' );
26
 
27
  // Determines if the plugin is loaded
28
  define( 'EEB_SETUP', true );
languages/wp-mailto-links.mo DELETED
Binary file
languages/wp-mailto-links.po DELETED
@@ -1,14 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Email Encoder\n"
4
- "POT-Creation-Date: 2015-06-22 22:50+0100\n"
5
- "PO-Revision-Date: 2015-06-22 22:51+0100\n"
6
- "Last-Translator: Victor <info@freelancephp.net>\n"
7
- "Language-Team: Victor <info@freelancephp.net>\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.6.3\n"
12
- "X-Poedit-Basepath: .\n"
13
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
- "Language: en\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: email address, protect, antispam, mailto, spambot, secure, e-mail, email,
4
  Requires at least: 4.0
5
  Requires PHP: 5.1
6
  Tested up to: 5.2.3
7
- Stable tag: 2.0.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -115,6 +115,10 @@ Yes, since version 1.3.0 also special characters are supported.
115
 
116
  == Changelog ==
117
 
 
 
 
 
118
  = 2.0.0 =
119
  * PLEASE READ BEFORE UPDATING
120
  * 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.
4
  Requires at least: 4.0
5
  Requires PHP: 5.1
6
  Tested up to: 5.2.3
7
+ Stable tag: 2.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
115
 
116
  == Changelog ==
117
 
118
+ = 2.0.1 =
119
+ * Fix: Include missing template functions requirement
120
+ * Tweak: Clear languages
121
+
122
  = 2.0.0 =
123
  * PLEASE READ BEFORE UPDATING
124
  * 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.