Version Description
(06/01/13) = * Fixed the emails so that HTML characters (ampersands, speech marks, etc) in names/subjects/content are encoded properly.
Download this release
Release Info
Developer | rhyswynne |
Plugin | WordPress Email Marketing Plugin – WP Email Capture |
Version | 2.7.3 |
Comparing to | |
See all releases |
Code changes from version 2.7.2 to 2.7.3
- readme.txt +5 -2
- wp-email-capture.php +1 -1
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Tags: email, marketing, capture, form, affiliates, mailing lists, email marketing, widget ready
|
3 |
Requires at least: 3.0
|
4 |
Tested up to: 3.5
|
5 |
-
Version: 2.7.
|
6 |
-
Stable tag: 2.7.
|
7 |
Contributors: rhyswynne
|
8 |
Donate link: http://wpemailcapture.com/pricing/
|
9 |
|
@@ -149,6 +149,9 @@ Please report any bugs, support and suggestions to the [WP Email Capture Support
|
|
149 |
To donate to this plugin, please visit the [WP Email Capture Donations Page](http://www.wpemailcapture.com/pricing/)
|
150 |
|
151 |
== Change Log ==
|
|
|
|
|
|
|
152 |
= 2.7.2 (11/12/12) =
|
153 |
* Compatible with WordPress 3.5. Critical upgrade if you're using WP 3.5
|
154 |
* Fixed an admin page error so if the news feed wasn't pulling from my site, then you will get an empty box, rather than an ugly error.
|
2 |
Tags: email, marketing, capture, form, affiliates, mailing lists, email marketing, widget ready
|
3 |
Requires at least: 3.0
|
4 |
Tested up to: 3.5
|
5 |
+
Version: 2.7.3
|
6 |
+
Stable tag: 2.7.3
|
7 |
Contributors: rhyswynne
|
8 |
Donate link: http://wpemailcapture.com/pricing/
|
9 |
|
149 |
To donate to this plugin, please visit the [WP Email Capture Donations Page](http://www.wpemailcapture.com/pricing/)
|
150 |
|
151 |
== Change Log ==
|
152 |
+
= 2.7.3 (06/01/13) =
|
153 |
+
* Fixed the emails so that HTML characters (ampersands, speech marks, etc) in names/subjects/content are encoded properly.
|
154 |
+
|
155 |
= 2.7.2 (11/12/12) =
|
156 |
* Compatible with WordPress 3.5. Critical upgrade if you're using WP 3.5
|
157 |
* Fixed an admin page error so if the news feed wasn't pulling from my site, then you will get an empty box, rather than an ugly error.
|
wp-email-capture.php
CHANGED
@@ -8,7 +8,7 @@ Plugin URI: http://www.wpemailcapture.com
|
|
8 |
|
9 |
Description: Captures email addresses for insertion into software such as <a href="http://wpemailcapture.com/recommends/aweber" title="Email Marketing">Aweber</a> or <a href="http://wpemailcapture.com/recommends/mailchimp/">Mailchimp</a>
|
10 |
|
11 |
-
Version: 2.7.
|
12 |
|
13 |
Author: Rhys Wynne
|
14 |
|
8 |
|
9 |
Description: Captures email addresses for insertion into software such as <a href="http://wpemailcapture.com/recommends/aweber" title="Email Marketing">Aweber</a> or <a href="http://wpemailcapture.com/recommends/mailchimp/">Mailchimp</a>
|
10 |
|
11 |
+
Version: 2.7.3
|
12 |
|
13 |
Author: Rhys Wynne
|
14 |
|