WordPress Email Marketing Plugin – WP Email Capture - Version 2.7.5

Version Description

(28/01/13) = * Added an option "wp_email_capture_theme_affiliate_link", so theme designers can add this option on activation with their affiliate link to WP Email Capture.

Download this release

Release Info

Developer rhyswynne
Plugin Icon 128x128 WordPress Email Marketing Plugin – WP Email Capture
Version 2.7.5
Comparing to
See all releases

Code changes from version 2.7.4 to 2.7.5

Files changed (3) hide show
  1. inc/admin-sidebar.php +6 -1
  2. readme.txt +9 -3
  3. wp-email-capture.php +1 -1
inc/admin-sidebar.php CHANGED
@@ -51,10 +51,15 @@ function wp_email_capture_admin_sidebar($sidestring)
51
  echo '</div>';
52
  break;
53
  case 'getwpemailcapturepremiumdescription':
 
 
 
 
 
54
  echo '<h3 class="hndle"><span>'.__('Get WP Email Capture Premium','WPEC').'</span></h3>';
55
  echo '<div class="inside">';
56
  echo '<p>'.__('Unlock the <strong>true</strong> power of WP Email Capture with the Premium version. With multiple lists, and stat tracking, WP Email Capture Premium is the missing link in your WordPress Email Marketing Puzzle','WPEC').'.</p>';
57
- echo '<p style="text-align:center;"><a href="http://wpemailcapture.com/pricing/?utm_source=plugin&utm_medium=banner&utm_term=2point5&utm_campaign=internalbanner"><img src="'.plugins_url('images/WP-EC-262-x-218.png' , dirname(__FILE__)).'" alt="WP Email Capture"></a></p>';
58
  echo '</div>';
59
  break;
60
  case 'exlistdescriptionpremium':
51
  echo '</div>';
52
  break;
53
  case 'getwpemailcapturepremiumdescription':
54
+ $link = get_option('wp_email_capture_theme_affiliate_link');
55
+ if (!$link)
56
+ {
57
+ $link = "http://wpemailcapture.com/pricing/?utm_source=plugin&utm_medium=banner&utm_term=2point5&utm_campaign=internalbanner";
58
+ }
59
  echo '<h3 class="hndle"><span>'.__('Get WP Email Capture Premium','WPEC').'</span></h3>';
60
  echo '<div class="inside">';
61
  echo '<p>'.__('Unlock the <strong>true</strong> power of WP Email Capture with the Premium version. With multiple lists, and stat tracking, WP Email Capture Premium is the missing link in your WordPress Email Marketing Puzzle','WPEC').'.</p>';
62
+ echo '<p style="text-align:center;"><a href="'.$link.'"><img src="'.plugins_url('images/WP-EC-262-x-218.png' , dirname(__FILE__)).'" alt="WP Email Capture"></a></p>';
63
  echo '</div>';
64
  break;
65
  case 'exlistdescriptionpremium':
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.4
6
- Stable tag: 2.7.4
7
  Contributors: rhyswynne
8
  Donate link: http://wpemailcapture.com/pricing/
9
 
@@ -47,7 +47,7 @@ Translations have been done by the following parties. Thank you!
47
 
48
  * French: Olivier - http://www.ticket-system.net/
49
  * German: Stephan - http://www.computersniffer.com/ and Marc Nilius (@libertello) - http://www.libertello.de/
50
- * Brazilian Portugese: Nick Lima (@nick_linux) - http://cotidianolinux.com.br
51
  * Dutch Translation: Sander - http://www.zanderz.net/
52
  * Hungarian Translation: Surbma - http://surbma.hu/
53
 
@@ -136,6 +136,9 @@ No. I feel that to do so would be counter productive, as sending out email could
136
  = Does it work with Wordpress MU? =
137
  This plugin is unsupported for Wordpress MU. Some people have reported success in using it. Others haven't. I have been unable to figure out why (I've been unable to get it working for Wordpress MU).
138
 
 
 
 
139
  = Does it work with [theme_name]? =
140
  This plugin does use widgets, so probably yes :)
141
 
@@ -149,6 +152,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.4 (14/01/13) =
153
  * Added "title" attributes to the form fields, allowing WP Email Capture to play better with themes.
154
 
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.5
6
+ Stable tag: 2.7.5
7
  Contributors: rhyswynne
8
  Donate link: http://wpemailcapture.com/pricing/
9
 
47
 
48
  * French: Olivier - http://www.ticket-system.net/
49
  * German: Stephan - http://www.computersniffer.com/ and Marc Nilius (@libertello) - http://www.libertello.de/
50
+ * Brazilian Portugese: Nick Lima (@nick_linux) - http://www.nicklima.com.br
51
  * Dutch Translation: Sander - http://www.zanderz.net/
52
  * Hungarian Translation: Surbma - http://surbma.hu/
53
 
136
  = Does it work with Wordpress MU? =
137
  This plugin is unsupported for Wordpress MU. Some people have reported success in using it. Others haven't. I have been unable to figure out why (I've been unable to get it working for Wordpress MU).
138
 
139
+ = For some reason, no emails are being sent. No errors either. What could be the issue? =
140
+ This is sometimes the case if your hosting (usually Godaddy) disables certain ways of sending mail. If you use [WP Mail SMTP](http://wordpress.org/extend/plugins/wp-mail-smtp/), you can send emails in a different way that works.
141
+
142
  = Does it work with [theme_name]? =
143
  This plugin does use widgets, so probably yes :)
144
 
152
  To donate to this plugin, please visit the [WP Email Capture Donations Page](http://www.wpemailcapture.com/pricing/)
153
 
154
  == Change Log ==
155
+ = 2.7.5 (28/01/13) =
156
+ * Added an option "wp_email_capture_theme_affiliate_link", so theme designers can add this option on activation with their affiliate link to WP Email Capture.
157
+
158
  = 2.7.4 (14/01/13) =
159
  * Added "title" attributes to the form fields, allowing WP Email Capture to play better with themes.
160
 
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.4
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.5
12
 
13
  Author: Rhys Wynne
14