Version Description
Download this release
Release Info
Developer | mailmunch |
Plugin | MailChimp Forms by MailMunch |
Version | 3.1.3 |
Comparing to | |
See all releases |
Code changes from version 3.1.2 to 3.1.3
- admin/class-mailchimp-mailmunch-admin.php +2 -2
- admin/partials/mailchimp-mailmunch-admin-display.php +1 -1
- admin/partials/mailchimp-mailmunch-autoresponders.php +1 -1
- admin/partials/mailchimp-mailmunch-broadcasts.php +1 -1
- includes/class-mailchimp-mailmunch-activator.php +2 -2
- includes/class-mailchimp-mailmunch-deactivator.php +2 -2
- includes/class-mailchimp-mailmunch-i18n.php +2 -2
- includes/class-mailchimp-mailmunch-loader.php +2 -2
- includes/class-mailchimp-mailmunch-rewrite.php +1 -1
- includes/class-mailchimp-mailmunch.php +6 -6
- includes/class-mailmunch-api.php +1 -1
- mailchimp-mailmunch.php +3 -3
- public/class-mailchimp-mailmunch-public.php +2 -2
- public/partials/mailchimp-mailmunch-public-display.php +1 -1
- readme.txt +34 -38
- uninstall.php +1 -1
admin/class-mailchimp-mailmunch-admin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* The admin-specific functionality of the plugin.
|
5 |
*
|
6 |
-
* @link http://www.mailmunch.
|
7 |
* @since 2.0.0
|
8 |
*
|
9 |
* @package Mailchimp_Mailmunch
|
@@ -18,7 +18,7 @@
|
|
18 |
*
|
19 |
* @package Mailchimp_Mailmunch
|
20 |
* @subpackage Mailchimp_Mailmunch/admin
|
21 |
-
* @author MailMunch <info@mailmunch.
|
22 |
*/
|
23 |
class Mailchimp_Mailmunch_Admin {
|
24 |
|
3 |
/**
|
4 |
* The admin-specific functionality of the plugin.
|
5 |
*
|
6 |
+
* @link http://www.mailmunch.com
|
7 |
* @since 2.0.0
|
8 |
*
|
9 |
* @package Mailchimp_Mailmunch
|
18 |
*
|
19 |
* @package Mailchimp_Mailmunch
|
20 |
* @subpackage Mailchimp_Mailmunch/admin
|
21 |
+
* @author MailMunch <info@mailmunch.com>
|
22 |
*/
|
23 |
class Mailchimp_Mailmunch_Admin {
|
24 |
|
admin/partials/mailchimp-mailmunch-admin-display.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* This file is used to markup the admin-facing aspects of the plugin.
|
7 |
*
|
8 |
-
* @link http://www.mailmunch.
|
9 |
* @since 2.0.0
|
10 |
*
|
11 |
* @package Mailchimp_Mailmunch
|
5 |
*
|
6 |
* This file is used to markup the admin-facing aspects of the plugin.
|
7 |
*
|
8 |
+
* @link http://www.mailmunch.com
|
9 |
* @since 2.0.0
|
10 |
*
|
11 |
* @package Mailchimp_Mailmunch
|
admin/partials/mailchimp-mailmunch-autoresponders.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* Provide a autoresponders admin area view for the plugin
|
5 |
*
|
6 |
-
* @link http://www.mailmunch.
|
7 |
* @since 3.0.7
|
8 |
*
|
9 |
* @package Mailchimp_Mailmunch
|
3 |
/**
|
4 |
* Provide a autoresponders admin area view for the plugin
|
5 |
*
|
6 |
+
* @link http://www.mailmunch.com
|
7 |
* @since 3.0.7
|
8 |
*
|
9 |
* @package Mailchimp_Mailmunch
|
admin/partials/mailchimp-mailmunch-broadcasts.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* Provide a broadcasts admin area view for the plugin
|
5 |
*
|
6 |
-
* @link http://www.mailmunch.
|
7 |
* @since 3.1.1
|
8 |
*
|
9 |
* @package Mailchimp_Mailmunch
|
3 |
/**
|
4 |
* Provide a broadcasts admin area view for the plugin
|
5 |
*
|
6 |
+
* @link http://www.mailmunch.com
|
7 |
* @since 3.1.1
|
8 |
*
|
9 |
* @package Mailchimp_Mailmunch
|
includes/class-mailchimp-mailmunch-activator.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* Fired during plugin activation
|
5 |
*
|
6 |
-
* @link http://www.mailmunch.
|
7 |
* @since 2.0.0
|
8 |
*
|
9 |
* @package Mailchimp_Mailmunch
|
@@ -18,7 +18,7 @@
|
|
18 |
* @since 2.0.0
|
19 |
* @package Mailchimp_Mailmunch
|
20 |
* @subpackage Mailchimp_Mailmunch/includes
|
21 |
-
* @author MailMunch <info@mailmunch.
|
22 |
*/
|
23 |
class Mailchimp_Mailmunch_Activator {
|
24 |
|
3 |
/**
|
4 |
* Fired during plugin activation
|
5 |
*
|
6 |
+
* @link http://www.mailmunch.com
|
7 |
* @since 2.0.0
|
8 |
*
|
9 |
* @package Mailchimp_Mailmunch
|
18 |
* @since 2.0.0
|
19 |
* @package Mailchimp_Mailmunch
|
20 |
* @subpackage Mailchimp_Mailmunch/includes
|
21 |
+
* @author MailMunch <info@mailmunch.com>
|
22 |
*/
|
23 |
class Mailchimp_Mailmunch_Activator {
|
24 |
|
includes/class-mailchimp-mailmunch-deactivator.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* Fired during plugin deactivation
|
5 |
*
|
6 |
-
* @link http://www.mailmunch.
|
7 |
* @since 2.0.0
|
8 |
*
|
9 |
* @package Mailchimp_Mailmunch
|
@@ -18,7 +18,7 @@
|
|
18 |
* @since 2.0.0
|
19 |
* @package Mailchimp_Mailmunch
|
20 |
* @subpackage Mailchimp_Mailmunch/includes
|
21 |
-
* @author MailMunch <info@mailmunch.
|
22 |
*/
|
23 |
class Mailchimp_Mailmunch_Deactivator {
|
24 |
|
3 |
/**
|
4 |
* Fired during plugin deactivation
|
5 |
*
|
6 |
+
* @link http://www.mailmunch.com
|
7 |
* @since 2.0.0
|
8 |
*
|
9 |
* @package Mailchimp_Mailmunch
|
18 |
* @since 2.0.0
|
19 |
* @package Mailchimp_Mailmunch
|
20 |
* @subpackage Mailchimp_Mailmunch/includes
|
21 |
+
* @author MailMunch <info@mailmunch.com>
|
22 |
*/
|
23 |
class Mailchimp_Mailmunch_Deactivator {
|
24 |
|
includes/class-mailchimp-mailmunch-i18n.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* Loads and defines the internationalization files for this plugin
|
7 |
* so that it is ready for translation.
|
8 |
*
|
9 |
-
* @link http://www.mailmunch.
|
10 |
* @since 2.0.0
|
11 |
*
|
12 |
* @package Mailchimp_Mailmunch
|
@@ -22,7 +22,7 @@
|
|
22 |
* @since 2.0.0
|
23 |
* @package Mailchimp_Mailmunch
|
24 |
* @subpackage Mailchimp_Mailmunch/includes
|
25 |
-
* @author MailMunch <info@mailmunch.
|
26 |
*/
|
27 |
class Mailchimp_Mailmunch_i18n {
|
28 |
|
6 |
* Loads and defines the internationalization files for this plugin
|
7 |
* so that it is ready for translation.
|
8 |
*
|
9 |
+
* @link http://www.mailmunch.com
|
10 |
* @since 2.0.0
|
11 |
*
|
12 |
* @package Mailchimp_Mailmunch
|
22 |
* @since 2.0.0
|
23 |
* @package Mailchimp_Mailmunch
|
24 |
* @subpackage Mailchimp_Mailmunch/includes
|
25 |
+
* @author MailMunch <info@mailmunch.com>
|
26 |
*/
|
27 |
class Mailchimp_Mailmunch_i18n {
|
28 |
|
includes/class-mailchimp-mailmunch-loader.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* Register all actions and filters for the plugin
|
5 |
*
|
6 |
-
* @link http://www.mailmunch.
|
7 |
* @since 2.0.0
|
8 |
*
|
9 |
* @package Mailchimp_Mailmunch
|
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @package Mailchimp_Mailmunch
|
21 |
* @subpackage Mailchimp_Mailmunch/includes
|
22 |
-
* @author MailMunch <info@mailmunch.
|
23 |
*/
|
24 |
class Mailchimp_Mailmunch_Loader {
|
25 |
|
3 |
/**
|
4 |
* Register all actions and filters for the plugin
|
5 |
*
|
6 |
+
* @link http://www.mailmunch.com
|
7 |
* @since 2.0.0
|
8 |
*
|
9 |
* @package Mailchimp_Mailmunch
|
19 |
*
|
20 |
* @package Mailchimp_Mailmunch
|
21 |
* @subpackage Mailchimp_Mailmunch/includes
|
22 |
+
* @author MailMunch <info@mailmunch.com>
|
23 |
*/
|
24 |
class Mailchimp_Mailmunch_Loader {
|
25 |
|
includes/class-mailchimp-mailmunch-rewrite.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* The file that defines the rewrite rules for MailMunch lanidng pages
|
5 |
*
|
6 |
-
* @link http://www.mailmunch.
|
7 |
* @since 3.0.0
|
8 |
*
|
9 |
*/
|
3 |
/**
|
4 |
* The file that defines the rewrite rules for MailMunch lanidng pages
|
5 |
*
|
6 |
+
* @link http://www.mailmunch.com
|
7 |
* @since 3.0.0
|
8 |
*
|
9 |
*/
|
includes/class-mailchimp-mailmunch.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* A class definition that includes attributes and functions used across both the
|
7 |
* public-facing side of the site and the admin area.
|
8 |
*
|
9 |
-
* @link http://www.mailmunch.
|
10 |
* @since 2.0.0
|
11 |
*
|
12 |
* @package Mailchimp_Mailmunch
|
@@ -14,15 +14,15 @@
|
|
14 |
*/
|
15 |
|
16 |
// Define some class constants.
|
17 |
-
define( 'MAILCHIMP_MAILMUNCH_URL', "http://wordpress.mailmunch.
|
18 |
-
define( 'MAILCHIMP_MAILMUNCH_HOME_URL', "http://app.mailmunch.
|
19 |
-
define( 'MAILCHIMP_MAILMUNCH_LANDING_PAGE_URL', "http://wordpress.mailmunch.
|
20 |
define( 'MAILCHIMP_MAILMUNCH_PAGE_SERVICE_URL', "http://wordpress.page.co" );
|
21 |
define( 'MAILCHIMP_MAILMUNCH_SLUG', "mailchimp-mailmunch" );
|
22 |
define( 'MAILCHIMP_MAILMUNCH_PREFIX', 'mc_mm' );
|
23 |
define( 'MAILCHIMP_MAILMUNCH_POST_TYPE', 'mailmunch_page' );
|
24 |
define( 'MAILCHIMP_MAILMUNCH_PLUGIN_DIRECTORY', 'mailchimp-forms-by-mailmunch' );
|
25 |
-
define( 'MAILCHIMP_MAILMUNCH_VERSION', '3.1.
|
26 |
|
27 |
/**
|
28 |
* The core plugin class.
|
@@ -36,7 +36,7 @@ define( 'MAILCHIMP_MAILMUNCH_VERSION', '3.1.2' );
|
|
36 |
* @since 2.0.0
|
37 |
* @package Mailchimp_Mailmunch
|
38 |
* @subpackage Mailchimp_Mailmunch/includes
|
39 |
-
* @author MailMunch <info@mailmunch.
|
40 |
*/
|
41 |
class Mailchimp_Mailmunch {
|
42 |
|
6 |
* A class definition that includes attributes and functions used across both the
|
7 |
* public-facing side of the site and the admin area.
|
8 |
*
|
9 |
+
* @link http://www.mailmunch.com
|
10 |
* @since 2.0.0
|
11 |
*
|
12 |
* @package Mailchimp_Mailmunch
|
14 |
*/
|
15 |
|
16 |
// Define some class constants.
|
17 |
+
define( 'MAILCHIMP_MAILMUNCH_URL', "http://wordpress.mailmunch.com" );
|
18 |
+
define( 'MAILCHIMP_MAILMUNCH_HOME_URL', "http://app.mailmunch.com" );
|
19 |
+
define( 'MAILCHIMP_MAILMUNCH_LANDING_PAGE_URL', "http://wordpress.mailmunch.com" );
|
20 |
define( 'MAILCHIMP_MAILMUNCH_PAGE_SERVICE_URL', "http://wordpress.page.co" );
|
21 |
define( 'MAILCHIMP_MAILMUNCH_SLUG', "mailchimp-mailmunch" );
|
22 |
define( 'MAILCHIMP_MAILMUNCH_PREFIX', 'mc_mm' );
|
23 |
define( 'MAILCHIMP_MAILMUNCH_POST_TYPE', 'mailmunch_page' );
|
24 |
define( 'MAILCHIMP_MAILMUNCH_PLUGIN_DIRECTORY', 'mailchimp-forms-by-mailmunch' );
|
25 |
+
define( 'MAILCHIMP_MAILMUNCH_VERSION', '3.1.3' );
|
26 |
|
27 |
/**
|
28 |
* The core plugin class.
|
36 |
* @since 2.0.0
|
37 |
* @package Mailchimp_Mailmunch
|
38 |
* @subpackage Mailchimp_Mailmunch/includes
|
39 |
+
* @author MailMunch <info@mailmunch.com>
|
40 |
*/
|
41 |
class Mailchimp_Mailmunch {
|
42 |
|
includes/class-mailmunch-api.php
CHANGED
@@ -257,7 +257,7 @@
|
|
257 |
$this->requestType = 'post';
|
258 |
return $this->ping('/users', array(
|
259 |
'user' => array(
|
260 |
-
'email' => 'guest_' . uniqid() . '@mailmunch.
|
261 |
'password' => uniqid(),
|
262 |
'guest_user' => true,
|
263 |
'referral' => $this->referral,
|
257 |
$this->requestType = 'post';
|
258 |
return $this->ping('/users', array(
|
259 |
'user' => array(
|
260 |
+
'email' => 'guest_' . uniqid() . '@mailmunch.com',
|
261 |
'password' => uniqid(),
|
262 |
'guest_user' => true,
|
263 |
'referral' => $this->referral,
|
mailchimp-mailmunch.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* registers the activation and deactivation functions, and defines a function
|
9 |
* that starts the plugin.
|
10 |
*
|
11 |
-
* @link http://www.mailmunch.
|
12 |
* @since 2.0.0
|
13 |
* @package Mailchimp_Mailmunch
|
14 |
*
|
@@ -16,9 +16,9 @@
|
|
16 |
* Plugin Name: MailChimp Forms by MailMunch
|
17 |
* Plugin URI: http://connect.mailchimp.com/integrations/mailmunch-email-list-builder
|
18 |
* Description: The MailChimp plugin allows you to quickly and easily add signup forms for your MailChimp lists. Popup, Embedded, Top Bar and a variety of different options available.
|
19 |
-
* Version: 3.1.
|
20 |
* Author: MailMunch
|
21 |
-
* Author URI: http://www.mailmunch.
|
22 |
* License: GPL-2.0+
|
23 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
24 |
* Text Domain: mailchimp-forms-by-mailmunch
|
8 |
* registers the activation and deactivation functions, and defines a function
|
9 |
* that starts the plugin.
|
10 |
*
|
11 |
+
* @link http://www.mailmunch.com
|
12 |
* @since 2.0.0
|
13 |
* @package Mailchimp_Mailmunch
|
14 |
*
|
16 |
* Plugin Name: MailChimp Forms by MailMunch
|
17 |
* Plugin URI: http://connect.mailchimp.com/integrations/mailmunch-email-list-builder
|
18 |
* Description: The MailChimp plugin allows you to quickly and easily add signup forms for your MailChimp lists. Popup, Embedded, Top Bar and a variety of different options available.
|
19 |
+
* Version: 3.1.3
|
20 |
* Author: MailMunch
|
21 |
+
* Author URI: http://www.mailmunch.com
|
22 |
* License: GPL-2.0+
|
23 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
24 |
* Text Domain: mailchimp-forms-by-mailmunch
|
public/class-mailchimp-mailmunch-public.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* The public-facing functionality of the plugin.
|
5 |
*
|
6 |
-
* @link http://www.mailmunch.
|
7 |
* @since 2.0.0
|
8 |
*
|
9 |
* @package Mailchimp_Mailmunch
|
@@ -18,7 +18,7 @@
|
|
18 |
*
|
19 |
* @package Mailchimp_Mailmunch
|
20 |
* @subpackage Mailchimp_Mailmunch/public
|
21 |
-
* @author MailMunch <info@mailmunch.
|
22 |
*/
|
23 |
class Mailchimp_Mailmunch_Public {
|
24 |
|
3 |
/**
|
4 |
* The public-facing functionality of the plugin.
|
5 |
*
|
6 |
+
* @link http://www.mailmunch.com
|
7 |
* @since 2.0.0
|
8 |
*
|
9 |
* @package Mailchimp_Mailmunch
|
18 |
*
|
19 |
* @package Mailchimp_Mailmunch
|
20 |
* @subpackage Mailchimp_Mailmunch/public
|
21 |
+
* @author MailMunch <info@mailmunch.com>
|
22 |
*/
|
23 |
class Mailchimp_Mailmunch_Public {
|
24 |
|
public/partials/mailchimp-mailmunch-public-display.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*
|
6 |
* This file is used to markup the public-facing aspects of the plugin.
|
7 |
*
|
8 |
-
* @link http://www.mailmunch.
|
9 |
* @since 2.0.0
|
10 |
*
|
11 |
* @package Mailchimp_Mailmunch
|
5 |
*
|
6 |
* This file is used to markup the public-facing aspects of the plugin.
|
7 |
*
|
8 |
+
* @link http://www.mailmunch.com
|
9 |
* @since 2.0.0
|
10 |
*
|
11 |
* @package Mailchimp_Mailmunch
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== MailChimp Forms by MailMunch ===
|
2 |
Contributors: mailmunch, lizgannes, mailchimpzain, adeelraza, jessicabrownmm
|
3 |
-
Donate link: https://www.mailmunch.
|
4 |
Tags: MailChimp, MailChimp forms, MailChimp lists, opt-in forms, sign up form, MailChimp, email, forms, mailing lists, marketing, newsletter, sign up
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -12,20 +12,25 @@ MailChimp Forms to get more email subscribers. Subscribe your WordPress visitors
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
|
16 |
|
17 |
-
|
18 |
|
19 |
[vimeo http://vimeo.com/117103275]
|
20 |
|
21 |
-
What is [
|
|
|
|
|
|
|
22 |
|
23 |
> <strong>MailMunch Account</strong><br>
|
24 |
> MailMunch is a standalone service that integrates with all web platforms including WordPress. MailMunch account will be required if you want to use the premium features.
|
25 |
|
26 |
-
####
|
|
|
|
|
27 |
|
28 |
-
Our
|
29 |
|
30 |
* Popup with Exit
|
31 |
* Embedded
|
@@ -34,19 +39,24 @@ Our MailChimp plugin allows you to build a range of different MailChimp forms an
|
|
34 |
* Scroll Box
|
35 |
* Landing Pages
|
36 |
|
37 |
-
####
|
38 |
|
39 |
-
* Build **unlimited** forms for any of your lists with an easy-to-use admin, including multiple forms for the same list.
|
40 |
* Connect with your MailChimp account in seconds. No API keys required
|
41 |
-
*
|
42 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
* Analytics and reporting for your MailChimp forms
|
44 |
-
* A/B Test your MailChimp forms
|
45 |
-
* Includes
|
46 |
* Disable or Enable the default MailChimp welcome email
|
47 |
* Add MailChimp forms to any post or page
|
48 |
* Supports MailChimp interest groups
|
49 |
-
* View your MailChimp analytics and reports
|
50 |
* Custom thank you message for MailChimp subscribers
|
51 |
* Fully GDPR compliant
|
52 |
* Quickly toggle between single or double opt-in.
|
@@ -56,35 +66,21 @@ Our MailChimp plugin allows you to build a range of different MailChimp forms an
|
|
56 |
* Redirect users to another post or page after form submission.
|
57 |
* Enable Google reCAPTCHA protection on your forms.
|
58 |
|
59 |
-
In no time you'll be creating superb MailChimp newsletter forms and landing pages that never let you down and capture thousands of emails every day.
|
60 |
-
|
61 |
-
#### Real Testimonials
|
62 |
-
|
63 |
-
> "MailChimp is just the best. So easy to use and easy to integrate into my WordPress site. Thanks MailChimp for being so user friendly and awesome." - @chris_j [Read the review](https://wordpress.org/support/topic/awsome-plugin-69/)
|
64 |
-
|
65 |
-
> "I am so in love with this plugin! It simplifies using MailChimp while I’m in my site instead of having to switch it back and forth. LOVE it!!!" - @sagecreekmeadow [Read the review](https://wordpress.org/support/topic/love-this-plugin-484/)
|
66 |
-
|
67 |
-
> "MailChimp campaigns and templates work as expected." - @nvalidsername [Read the review](https://wordpress.org/support/topic/works-as-expected-286/)
|
68 |
-
|
69 |
-
#### Why MailChimp?
|
70 |
-
|
71 |
-
MailChimp is a newsletter service that allows you to send out email campaigns to a list of email subscribers. MailChimp is free for lists up to 2000 subscribers, which is why it is the newsletter-service of choice for thousands of businesses.
|
72 |
-
|
73 |
-
[MailChimp](http://mailchimp.com/) is currently used by more than seven million businesses and people throughout the world. The features and integrations of MailChimp allow you to send out automated messages, marketing emails, as well as different targeted campaigns. MailChimp has been in business since the year 2001. Since that time MailChimp has grown and now there are more than 500 million emails sent through MailChimp each day. MailChimp is a simple email marketing software. So many MailChimp users cannot be wrong. If you are creating an email newsletter, MailChimp can help. MailChimp is a platform to create, design, and publish your newsletters.
|
74 |
-
|
75 |
-
With MailChimp you can build a list of email subscribers. MailChimp allows you to customize templates. MailChimp is the best email marketing platform. The pricing is affordable, making MailChimp perfect.
|
76 |
|
77 |
-
|
78 |
|
79 |
-
|
80 |
|
81 |
-
|
82 |
|
83 |
-
|
|
|
|
|
|
|
|
|
84 |
|
85 |
-
|
86 |
|
87 |
-
After installation and creating your account, the plugin will guide you through connecting with MailChimp, selecting your MailChimp list, and then adding the MailChimp form to your site. The time from starting installation to have the form on your site should be less than 5 minutes - absolutely everything can be done via our user friendly GUI - no file editing at all!
|
88 |
|
89 |
== Installation ==
|
90 |
|
1 |
=== MailChimp Forms by MailMunch ===
|
2 |
Contributors: mailmunch, lizgannes, mailchimpzain, adeelraza, jessicabrownmm
|
3 |
+
Donate link: https://www.mailmunch.com/pricing/?utm_source=wp-plugin-repo&utm_medium=mailchimp-mailmunch&utm_campaign=donate-link
|
4 |
Tags: MailChimp, MailChimp forms, MailChimp lists, opt-in forms, sign up form, MailChimp, email, forms, mailing lists, marketing, newsletter, sign up
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 5.2
|
7 |
+
Stable tag: 3.1.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
The easiest way to convert your site visitors into email subscribers.
|
16 |
|
17 |
+
Add an **unlimited** number of beautiful Mailchimp opt-in forms to your website, blog or eCommerce store with just a few clicks. Mailchimp Forms by MailMunch integrates deeply with your Mailchimp account so you can sync all your subscribers to any of your lists, along with extended information like names, birthdays, phone numbers, tags, and other useful data. You can place these signup forms on posts, pages, widget areas or anywhere else you want on your site. It is the most comprehensive lead capture plugin available for WordPress.
|
18 |
|
19 |
[vimeo http://vimeo.com/117103275]
|
20 |
|
21 |
+
#### What is [Mailchimp](http://www.mailchimp.com/) and why do you need it?
|
22 |
+
Mailchimp is the leading email marketing platform, that lets you send out fully customized email and newsletter campaigns to your subscribers. It is an imperative tool to build and follow through on your sales funnel, and helps you create and maintain lasting relations with your site visitors and customers.
|
23 |
+
|
24 |
+
Opt-in forms help you grab the attention of your site visitors and convert them into subscribers and customers. Once you have subscribers on your list, you can build and nurture long-term relations and increase your profits by smartly using emails.
|
25 |
|
26 |
> <strong>MailMunch Account</strong><br>
|
27 |
> MailMunch is a standalone service that integrates with all web platforms including WordPress. MailMunch account will be required if you want to use the premium features.
|
28 |
|
29 |
+
#### Why Mailchimp Forms by MailMunch?
|
30 |
+
|
31 |
+
Our plugin helps you build beautiful looking opt-in forms that help you improve your conversion rate and grow your email list at blistering speeds. Easily find and engage with people who want to build a relationship with your brand and add them to your mailing list. With our intuitive WYSIWYG form builder and a multitude of placement options, you can easily build and deploy according to your needs. Mailchimp forms by MailMunch let you build custom forms for every page, offer or campaign, with the options to add as many forms as you want.
|
32 |
|
33 |
+
Our plugin lets you build a full range of opt-in forms including:
|
34 |
|
35 |
* Popup with Exit
|
36 |
* Embedded
|
39 |
* Scroll Box
|
40 |
* Landing Pages
|
41 |
|
42 |
+
#### Features
|
43 |
|
44 |
+
* Build **unlimited** forms for any of your Mailchimp lists with an easy-to-use admin dashboard, including multiple forms for the same list.
|
45 |
* Connect with your MailChimp account in seconds. No API keys required
|
46 |
+
* Sign-up forms look beautiful, user-friendly and mobile optimized.
|
47 |
+
* Deep integration lets you send anything you like to your MailChimp list, including
|
48 |
+
- First name, last name
|
49 |
+
- Email address
|
50 |
+
- Phone number
|
51 |
+
- Address
|
52 |
+
- Birthday
|
53 |
+
- Mailchimp tags, and a lot more
|
54 |
* Analytics and reporting for your MailChimp forms
|
55 |
+
* A/B Test your MailChimp forms to see what converts best
|
56 |
+
* Includes Landing Page builder with MailChimp forms
|
57 |
* Disable or Enable the default MailChimp welcome email
|
58 |
* Add MailChimp forms to any post or page
|
59 |
* Supports MailChimp interest groups
|
|
|
60 |
* Custom thank you message for MailChimp subscribers
|
61 |
* Fully GDPR compliant
|
62 |
* Quickly toggle between single or double opt-in.
|
66 |
* Redirect users to another post or page after form submission.
|
67 |
* Enable Google reCAPTCHA protection on your forms.
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
+
In no time you'll be creating superb MailChimp opt-in forms and landing pages that never let you down and capture thousands of emails every day.
|
71 |
|
72 |
+
#### How is MailMunch better than other opt-in form plugins?
|
73 |
|
74 |
+
MailMunch let's you do a lot more than just design and deploy great looking opt-in forms and landing pages. We also offer a host of extended functions to help you make the most of your site visitors and subscribers.
|
75 |
|
76 |
+
1. Subscriber journeys
|
77 |
+
2. A/B Split Testing
|
78 |
+
3. Advanced form analytics and tracking pixels
|
79 |
+
4. Multiple sites
|
80 |
+
5. Team accounts
|
81 |
|
82 |
+
For the best possible user experience, and for some premium features, a MailMunch account is required.
|
83 |
|
|
|
84 |
|
85 |
== Installation ==
|
86 |
|
uninstall.php
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
* For more information, see the following discussion:
|
20 |
* https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/pull/123#issuecomment-28541913
|
21 |
*
|
22 |
-
* @link http://www.mailmunch.
|
23 |
* @since 2.0.0
|
24 |
*
|
25 |
* @package Mailchimp_Mailmunch
|
19 |
* For more information, see the following discussion:
|
20 |
* https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/pull/123#issuecomment-28541913
|
21 |
*
|
22 |
+
* @link http://www.mailmunch.com
|
23 |
* @since 2.0.0
|
24 |
*
|
25 |
* @package Mailchimp_Mailmunch
|