Version Description
- Nothing changed, but 0.11 had some errors because /methods directory was missing in the repository.
Download this release
Release Info
Developer | freelancephp |
Plugin | Email Encoder Bundle – Protect Email Address |
Version | 0.12 |
Comparing to | |
See all releases |
Code changes from version 0.11 to 0.12
- email-encoder-bundle.php +1 -1
- readme.txt +4 -1
email-encoder-bundle.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Email Encoder Bundle
|
|
4 |
Plugin URI: http://www.freelancephp.net/email-encoder
|
5 |
Description: Protecting email-spamming by replacing them with one of the registered encoding-methods
|
6 |
Author: Victor Villaverde Laan
|
7 |
-
Version: 0.
|
8 |
Author URI: http://www.freelancephp.net
|
9 |
License: Dual licensed under the MIT and GPL licenses
|
10 |
*/
|
4 |
Plugin URI: http://www.freelancephp.net/email-encoder
|
5 |
Description: Protecting email-spamming by replacing them with one of the registered encoding-methods
|
6 |
Author: Victor Villaverde Laan
|
7 |
+
Version: 0.12
|
8 |
Author URI: http://www.freelancephp.net
|
9 |
License: Dual licensed under the MIT and GPL licenses
|
10 |
*/
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.freelancephp.net/email-encoder/
|
|
4 |
Tags: email, email address, mailto, encoder, encode, spam, protection, antispam, spambots, spamming
|
5 |
Requires at least: 2.8.0
|
6 |
Tested up to: 2.9.2
|
7 |
-
Stable tag: 0.
|
8 |
|
9 |
Encoding email adresses to protect them from spambots and being used for spamming.
|
10 |
|
@@ -56,6 +56,9 @@ Now your function will be loaded automatically.
|
|
56 |
|
57 |
== Changelog ==
|
58 |
|
|
|
|
|
|
|
59 |
= 0.11 =
|
60 |
* also possible to use encode tag in widgets (activate "filter widget" option)
|
61 |
|
4 |
Tags: email, email address, mailto, encoder, encode, spam, protection, antispam, spambots, spamming
|
5 |
Requires at least: 2.8.0
|
6 |
Tested up to: 2.9.2
|
7 |
+
Stable tag: 0.12
|
8 |
|
9 |
Encoding email adresses to protect them from spambots and being used for spamming.
|
10 |
|
56 |
|
57 |
== Changelog ==
|
58 |
|
59 |
+
= 0.12 =
|
60 |
+
* Nothing changed, but 0.11 had some errors because /methods directory was missing in the repository.
|
61 |
+
|
62 |
= 0.11 =
|
63 |
* also possible to use encode tag in widgets (activate "filter widget" option)
|
64 |
|