Version Description
- Tested with Constant Contact so reflected help screens to mention that.
Download this release
Release Info
Developer | rhyswynne |
Plugin | WordPress Email Marketing Plugin – WP Email Capture |
Version | 3.6.5 |
Comparing to | |
See all releases |
Code changes from version 3.6.4 to 3.6.5
- inc/admin-sidebar.php +1 -1
- inc/options.php +6 -1
- readme.txt +6 -3
- wp-email-capture.php +3 -3
inc/admin-sidebar.php
CHANGED
@@ -28,8 +28,8 @@ function wp_email_capture_admin_sidebar( $sidestring ) {
|
|
28 |
<p>'.__( 'We recommend the following services for sending out emails:-', 'wp-email-capture' ).'</p>
|
29 |
<ul>
|
30 |
<li><strong><a href="https://www.wpemailcapture.com/recommends/aweber">Aweber</a></strong></li>
|
|
|
31 |
<li><strong><a href="https://www.wpemailcapture.com/recommends/mailchimp">MailChimp</a></strong></li>
|
32 |
-
<li><strong><a href="https://www.wpemailcapture.com/recommends/madmimi">MadMimi</a></strong></li>
|
33 |
</ul>
|
34 |
</div>';
|
35 |
break;
|
28 |
<p>'.__( 'We recommend the following services for sending out emails:-', 'wp-email-capture' ).'</p>
|
29 |
<ul>
|
30 |
<li><strong><a href="https://www.wpemailcapture.com/recommends/aweber">Aweber</a></strong></li>
|
31 |
+
<li><strong><a href="https://www.wpemailcapture.com/recommends/constant-contact">Constant Contact</a></strong></li>
|
32 |
<li><strong><a href="https://www.wpemailcapture.com/recommends/mailchimp">MailChimp</a></strong></li>
|
|
|
33 |
</ul>
|
34 |
</div>';
|
35 |
break;
|
inc/options.php
CHANGED
@@ -51,6 +51,11 @@ function wp_email_capture_dashboard() {
|
|
51 |
'url' => 'https://www.wpemailcapture.com/recommends/aweber/'
|
52 |
),
|
53 |
|
|
|
|
|
|
|
|
|
|
|
54 |
array(
|
55 |
'name' => 'Mailchimp',
|
56 |
'url' => 'https://www.wpemailcapture.com/recommends/mailchimp/'
|
@@ -496,7 +501,7 @@ function wp_email_capture_free_options() {
|
|
496 |
echo '<a name="list"></a><h3>'.__( 'Export', 'wp-email-capture' ).'</h3>
|
497 |
<form name="wp_email_capture_export" action="'. esc_url( $_SERVER['REQUEST_URI'] ) . '#list" method="post">
|
498 |
|
499 |
-
<label>'.__( 'Use the button below to export your list as a CSV to use in software such as <a href="https://www.wpemailcapture.com/recommends/aweber" title="Email Marketing">Aweber</a> or <a href="https://www.wpemailcapture.com/recommends/
|
500 |
<input type="hidden" name="wp_email_capture_export" />
|
501 |
<div class="submit">
|
502 |
<input type="submit" value="'.__( 'Export List', 'wp-email-capture' ).'" class="button" />
|
51 |
'url' => 'https://www.wpemailcapture.com/recommends/aweber/'
|
52 |
),
|
53 |
|
54 |
+
array(
|
55 |
+
'name' => 'Constant Contact',
|
56 |
+
'url' => 'https://www.wpemailcapture.com/recommends/constant-contact/'
|
57 |
+
),
|
58 |
+
|
59 |
array(
|
60 |
'name' => 'Mailchimp',
|
61 |
'url' => 'https://www.wpemailcapture.com/recommends/mailchimp/'
|
501 |
echo '<a name="list"></a><h3>'.__( 'Export', 'wp-email-capture' ).'</h3>
|
502 |
<form name="wp_email_capture_export" action="'. esc_url( $_SERVER['REQUEST_URI'] ) . '#list" method="post">
|
503 |
|
504 |
+
<label>'.__( 'Use the button below to export your list as a CSV to use in software such as <a href="https://www.wpemailcapture.com/recommends/aweber" title="Email Marketing">Aweber</a> or <a href="https://www.wpemailcapture.com/recommends/constant-contact/">Constant Contact</a>', 'wp-email-capture' ).'</label>
|
505 |
<input type="hidden" name="wp_email_capture_export" />
|
506 |
<div class="submit">
|
507 |
<input type="submit" value="'.__( 'Export List', 'wp-email-capture' ).'" class="button" />
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Tags: email marketing, email, mailing list, widget ready, gutenberg ready, gdpr
|
3 |
Requires at least: 5.0
|
4 |
Tested up to: 5.0
|
5 |
-
Version: 3.6.
|
6 |
-
Stable tag: 3.6.
|
7 |
Contributors: rhyswynne
|
8 |
Donate link: https://www.wpemailcapture.com/premium/?utm_source=donatelink&utm_medium=wordpressorgreadme&utm_campaign=wpemailcapture
|
9 |
|
@@ -30,7 +30,7 @@ For more details please visit the official site of [WP Email Capture](https://ww
|
|
30 |
* Stat tracking - track the visitors to your site and where your sign ups come from.
|
31 |
* Autoresponders - Create an autoresponder email, an email sent to the user when they sign up to your site.
|
32 |
* Multiple lists - Create multiple lists for your site.
|
33 |
-
* Build External Lists - If you have a Mailchimp or Aweber account, you can use WP Email Capture to build to these services directly.
|
34 |
* Custom Fields - You can capture more than just visitors name & email, add your own custom fields to capture (such as phone number or Address).
|
35 |
|
36 |
You also get premium support and further documentation. For more information, and to purchase, [visit the plans and pricing page](https://www.wpemailcapture.com/premium/?utm_source=wpemailcapturepremium&utm_medium=wordpressorgreadme&utm_campaign=wpemailcapture).
|
@@ -157,6 +157,9 @@ This plugin does use widgets, so probably yes :)
|
|
157 |
Wherever you put in %NAME% (spelt exactly like that, uppercase as well), it will be replaced with the name given by the user.
|
158 |
|
159 |
== Change Log ==
|
|
|
|
|
|
|
160 |
= 3.6.4 =
|
161 |
* Clarified further a couple of options that people were having problems with.
|
162 |
|
2 |
Tags: email marketing, email, mailing list, widget ready, gutenberg ready, gdpr
|
3 |
Requires at least: 5.0
|
4 |
Tested up to: 5.0
|
5 |
+
Version: 3.6.5
|
6 |
+
Stable tag: 3.6.5
|
7 |
Contributors: rhyswynne
|
8 |
Donate link: https://www.wpemailcapture.com/premium/?utm_source=donatelink&utm_medium=wordpressorgreadme&utm_campaign=wpemailcapture
|
9 |
|
30 |
* Stat tracking - track the visitors to your site and where your sign ups come from.
|
31 |
* Autoresponders - Create an autoresponder email, an email sent to the user when they sign up to your site.
|
32 |
* Multiple lists - Create multiple lists for your site.
|
33 |
+
* Build External Lists - If you have a Constant Contact, Mailchimp or Aweber account, you can use WP Email Capture to build to these services directly.
|
34 |
* Custom Fields - You can capture more than just visitors name & email, add your own custom fields to capture (such as phone number or Address).
|
35 |
|
36 |
You also get premium support and further documentation. For more information, and to purchase, [visit the plans and pricing page](https://www.wpemailcapture.com/premium/?utm_source=wpemailcapturepremium&utm_medium=wordpressorgreadme&utm_campaign=wpemailcapture).
|
157 |
Wherever you put in %NAME% (spelt exactly like that, uppercase as well), it will be replaced with the name given by the user.
|
158 |
|
159 |
== Change Log ==
|
160 |
+
= 3.6.5 =
|
161 |
+
* Tested with Constant Contact so reflected help screens to mention that.
|
162 |
+
|
163 |
= 3.6.4 =
|
164 |
* Clarified further a couple of options that people were having problems with.
|
165 |
|
wp-email-capture.php
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
/*
|
4 |
Plugin Name: WP Email Capture
|
5 |
Plugin URI: https://www.wpemailcapture.com/?utm_source=plugin-link&utm_medium=plugin&utm_campaign=wpemailcapture
|
6 |
-
Description: Captures email addresses for insertion into software such as <a href="https://www.wpemailcapture.com/recommends/aweber" title="Email Marketing">Aweber</a> or <a href="https://www.wpemailcapture.com/recommends/mailchimp/">Mailchimp</a>
|
7 |
-
Version: 3.6.
|
8 |
Author: Winwar Media
|
9 |
Author URI: https://www.winwar.co.uk/?utm_source=author-link&utm_medium=plugin&utm_campaign=wpemailcapture
|
10 |
*/
|
@@ -19,7 +19,7 @@ define( 'WP_EMAIL_CAPTURE_PATH', dirname( __FILE__ ) );
|
|
19 |
define( 'WP_EMAIL_CAPTURE_URL', plugins_url( '', __FILE__ ) );
|
20 |
define( 'WP_EMAIL_CAPTURE_TEMP_MEMBERS_TABLE', $wpdb->prefix . 'wp_email_capture_temp_members' );
|
21 |
define( 'WP_EMAIL_CAPTURE_REGISTERED_MEMBERS_TABLE', $wpdb->prefix . 'wp_email_capture_registered_members' );
|
22 |
-
define( 'WP_EMAIL_CAPTURE_VERSION', '3.6.
|
23 |
define( 'WP_EMAIL_MIN_MYSQL_VERSION', '5.6' );
|
24 |
|
25 |
require_once WP_EMAIL_CAPTURE_PATH . '/inc/core.php';
|
3 |
/*
|
4 |
Plugin Name: WP Email Capture
|
5 |
Plugin URI: https://www.wpemailcapture.com/?utm_source=plugin-link&utm_medium=plugin&utm_campaign=wpemailcapture
|
6 |
+
Description: Captures email addresses for insertion into software such as <a href="https://www.wpemailcapture.com/recommends/aweber" title="Email Marketing">Aweber</a>, <a href="https://www.wpemailcapture.com/recommends/constant-contact/">Constant Contact</a> or <a href="https://www.wpemailcapture.com/recommends/mailchimp/">Mailchimp</a>
|
7 |
+
Version: 3.6.5
|
8 |
Author: Winwar Media
|
9 |
Author URI: https://www.winwar.co.uk/?utm_source=author-link&utm_medium=plugin&utm_campaign=wpemailcapture
|
10 |
*/
|
19 |
define( 'WP_EMAIL_CAPTURE_URL', plugins_url( '', __FILE__ ) );
|
20 |
define( 'WP_EMAIL_CAPTURE_TEMP_MEMBERS_TABLE', $wpdb->prefix . 'wp_email_capture_temp_members' );
|
21 |
define( 'WP_EMAIL_CAPTURE_REGISTERED_MEMBERS_TABLE', $wpdb->prefix . 'wp_email_capture_registered_members' );
|
22 |
+
define( 'WP_EMAIL_CAPTURE_VERSION', '3.6.5' );
|
23 |
define( 'WP_EMAIL_MIN_MYSQL_VERSION', '5.6' );
|
24 |
|
25 |
require_once WP_EMAIL_CAPTURE_PATH . '/inc/core.php';
|