MailChimp Forms by MailMunch - Version 2.1.5

Version Description

Download this release

Release Info

Developer mailmunch
Plugin Icon 128x128 MailChimp Forms by MailMunch
Version 2.1.5
Comparing to
See all releases

Code changes from version 2.1.4 to 2.1.5

includes/class-mailchimp-mailmunch.php CHANGED
@@ -19,7 +19,7 @@ define( 'MAILCHIMP_MAILMUNCH_HOME_URL', "http://app.mailmunch.co" );
19
  define( 'MAILCHIMP_MAILMUNCH_SLUG', "mailchimp-mailmunch" );
20
  define( 'MAILCHIMP_MAILMUNCH_PREFIX', 'mc_mm' );
21
  define( 'MAILCHIMP_MAILMUNCH_PLUGIN_DIRECTORY', 'mailchimp-forms-by-mailmunch' );
22
- define( 'MAILCHIMP_MAILMUNCH_VERSION', '2.1.4' );
23
 
24
  /**
25
  * The core plugin class.
19
  define( 'MAILCHIMP_MAILMUNCH_SLUG', "mailchimp-mailmunch" );
20
  define( 'MAILCHIMP_MAILMUNCH_PREFIX', 'mc_mm' );
21
  define( 'MAILCHIMP_MAILMUNCH_PLUGIN_DIRECTORY', 'mailchimp-forms-by-mailmunch' );
22
+ define( 'MAILCHIMP_MAILMUNCH_VERSION', '2.1.5' );
23
 
24
  /**
25
  * The core plugin class.
mailchimp-mailmunch.php CHANGED
@@ -16,7 +16,7 @@
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: 2.1.4
20
  * Author: MailMunch
21
  * Author URI: http://www.mailmunch.co
22
  * License: GPL-2.0+
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: 2.1.5
20
  * Author: MailMunch
21
  * Author URI: http://www.mailmunch.co
22
  * License: GPL-2.0+
public/class-mailchimp-mailmunch-public.php CHANGED
@@ -134,7 +134,7 @@ class Mailchimp_Mailmunch_Public {
134
  if (is_tag()) { echo "_mmunch['tag'] = true;"; }
135
  if (is_attachment()) { echo "_mmunch['attachment'] = true;"; }
136
  echo "</script>";
137
- echo('<script data-cfasync="false" src="//s3.amazonaws.com/mailmunch/static/site.js" id="mailmunch-script" data-mailmunch-site-id="'.$siteID.'" async></script>');
138
 
139
  }
140
 
134
  if (is_tag()) { echo "_mmunch['tag'] = true;"; }
135
  if (is_attachment()) { echo "_mmunch['attachment'] = true;"; }
136
  echo "</script>";
137
+ echo('<script data-cfasync="false" src="//a.mailmunch.co/app/v1/site.js" id="mailmunch-script" data-plugin="'.MAILCHIMP_MAILMUNCH_PREFIX.'" data-mailmunch-site-id="'.$siteID.'" async></script>');
138
 
139
  }
140
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === MailChimp Forms by MailMunch ===
2
  Contributors: mailmunch, lizgannes
3
- Tags: mailchimp,mailchimp form,mailchimp newsletter,mailchimp plugin,newsletter,newsletter form, optin form, form, mailchimp signup, mailchimp signup forms, signup form, mailchimp widget, email form, leads, mailchimp subscribe
4
 
5
  Requires at least: 3.0.1
6
- Tested up to: 4.5
7
- Stable tag: 2.1.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,12 +12,15 @@ The #1 MailChimp plugin to get more email subscribers. Easily add MailChimp sign
12
 
13
  == Description ==
14
 
15
- > MailChimp Forms by MailMunch allows you to painlessly add MailChimp sign up forms to your WordPress site. The MailChimp form captures the lead and sends it to specific MailChimp lists automatically. You can set it to no op-in, opt-in, or double opt-in. You can add MailChimp forms to posts, pages or sidebar, and also open it as a popup or top bar. Simply sign up and connect your MailChimp account into the plugin admin settings and it will pull in all your MailChimp lists. From there you can choose the MailChimp lists you want to make MailChimp forms for.
16
 
17
  What is [MailChimp](http://www.mailchimp.com/)? MailChimp is one of the best email marketing tools. Signup up for a [FREE Trial Account](http://www.mailchimp.com/signup/) and see for yourself!
18
 
19
  [vimeo http://vimeo.com/117103275]
20
 
 
 
 
21
  Our improved signup plugin for MailChimp will proactively sign-up new subscribers to your MailChimp newsletter list. Our MailChimp forms offer the same basic features that MailChimp's official plugin, but also much more. In addition to the form, analytics will help you track the number of MailChimp form views and subscriptions.
22
 
23
  = Sign-Up Forms =
@@ -28,7 +31,7 @@ Our improved signup plugin for MailChimp will proactively sign-up new subscriber
28
  * MailChimp Scroll Box
29
 
30
  = Features =
31
- * Mobile optimized MailChimp form
32
  * Easier sign-ups to your MailChimp newsletter
33
  * Automatic synching with your MailChimp account
34
  * Beautiful themes for your Mailchimp newsletter sign-up form
@@ -39,21 +42,18 @@ Our improved signup plugin for MailChimp will proactively sign-up new subscriber
39
  * Add MailChimp forms to posts, pages, or categories
40
  * Set forms to single or double opt-in for MailChimp
41
  * Send MailChimp welcome email
42
- * Un-subscribe users from MailChimp lists
43
- * View subscriber MailChimp profiles
44
- * View individual MailChimp form subscriber count
45
  * Display multiple MailChimp forms on a single page
46
  * Easily add MailChimp forms to pages and posts with a button in the page/post editor
47
  * Custom CSS for MailChimp form
48
- * View your MailChimp list statistics
49
  * Customize MailChimp submit button text
50
  * Add MailChimp form to widget areas
51
  * Exit monitoring for MailChimp forms
52
  * Connect your MailChimp account in seconds
53
  * Content gate for MailChimp forms
54
- * MailChimp automation supported
55
  * A/B test MailChimp forms
56
 
 
 
57
  = Why MailChimp? =
58
  Your MailChimp list is one of your most important assets, no matter if you're a blogger, marketer or small business owner. MailChimp Forms by MailMunch will build great looking forms that convert.
59
 
@@ -69,10 +69,11 @@ This section describes how to install the MailChimp plugin and get started using
69
  1. Unzip our archive and upload the entire `mailchimp-mailmunch` directory to your `/wp-content/plugins/` directory
70
  2. Activate the MailChimp plugin through the 'Plugins' menu in WordPress
71
  3. Look for "MailChimp" in the WordPress admin menu and click it
72
- 4. Sign up and create your first MailChimp optin form
73
- 5. Choose the MailChimp optin form type: Popover, Embedded or Top Bar
74
- 6. Connect MailChimp and choose a list
75
- 7. Start collecting user emails and growing your MailChimp subscriber list!
 
76
 
77
  = Advanced =
78
  If you are using Wordpress v3.0 or higher, you can use the short-code given during the MailChimp form creation. It will look something like this:
@@ -88,8 +89,11 @@ To learn more, just check out: [MailChimp](http://mailchimp.com/features/all/)
88
  = Do I need to have a MailChimp Account? =
89
  Yes, you can register on MailChimp at [MailChimp](https://login.mailchimp.com/signup). MailChimp has a free plan.
90
 
 
 
 
91
  = Do I need to have lists already set up in MailChimp? =
92
- Yes, you have to have at least 1 list set up in MailChimp.
93
 
94
  For more help, visit the MailChimp Support article [How do I create a new list?](http://kb.mailchimp.com/article/where-can-i-find-my-api-key "How do I create a new list?")
95
 
@@ -111,10 +115,10 @@ Absolutely not. MailChimp by MailMunch is designed with high performance and sca
111
  = How many more emails will list builder help me get? =
112
  Most people see a 100% to 500% growth in their MailChimp email subscribers.
113
 
114
- = How to display a MailChimp form in my template files? =
115
  You can display MailChimp shortcodes using `echo do_shortcode([SHORTCODE])`.
116
 
117
- Example:
118
  `<?php echo do_shortcode( '[mailmunch-form id=79669]' ) ?>`
119
 
120
  = Does this plugin work with MailChimp groups? =
@@ -144,13 +148,13 @@ MailChimp provides complete analytics on your MailChimp forms and MailChimp subs
144
  = How is this MailChimp plugin better than other MailChimp plugins? =
145
  This MailChimp plugin is the easiest, fastest and best form builder. Try other MailChimp plugins and then try ours.
146
 
147
- = How do I change the MailChimp submit button text? =
148
  Edit your MailChimp form and go to the "Fields" step. Update the MailChimp submit button text.
149
 
150
- = How do I add new MailChimp fields to my form? =
151
  Edit your MailChimp form and go to the "Fields" step. Click add new MailChimp field.
152
 
153
- = How do I change the MailChimp field labels? =
154
  Edit your MailChimp form and go to the "Fields" step. Edit the MailChimp field and update the label.
155
 
156
  == Other Notes ==
@@ -174,10 +178,12 @@ Why people use MailChimp
174
 
175
  = About MailChimp =
176
 
177
- [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.
178
 
179
  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.
180
 
 
 
181
  == Screenshots ==
182
 
183
  1. This is the MailChimp optin form designer by MailMunch where you can customize your optin form
@@ -190,6 +196,14 @@ With MailChimp you can build a list of email subscribers. MailChimp allows you t
190
 
191
  == Changelog ==
192
 
 
 
 
 
 
 
 
 
193
  = MailChimp Forms (2016-05-16) =
194
  * Redesigned subscribers page
195
  * Improved MailChimp search
@@ -212,7 +226,7 @@ With MailChimp you can build a list of email subscribers. MailChimp allows you t
212
  * Refactored MailChimp Popup
213
  * Improved MailChimp Form targeting
214
 
215
- = MailChimp Forms 2.0.9 =
216
  * Fixed MailChimp integration bug
217
  * Fixed MailChimp lists not found bug
218
 
1
  === MailChimp Forms by MailMunch ===
2
  Contributors: mailmunch, lizgannes
3
+ Tags: mailchimp, MailChimp form, MailChimp plugin, mailchimp popup, mailchimp newsletter, mailchimp widget, mailchimp wordpress
4
 
5
  Requires at least: 3.0.1
6
+ Tested up to: 4.6
7
+ Stable tag: 2.1.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ MailChimp Forms by MailMunch allows you to painlessly add MailChimp sign up forms to your WordPress site. The MailChimp form captures the lead and sends it to specific MailChimp lists automatically. You can set it to no op-in, opt-in, or double opt-in. You can add MailChimp forms to posts, pages or sidebar, and also open it as a popup or top bar. Simply sign up and connect your MailChimp account into the plugin admin settings and it will pull in all your MailChimp lists. From there you can choose the MailChimp lists you want to make MailChimp forms for.
16
 
17
  What is [MailChimp](http://www.mailchimp.com/)? MailChimp is one of the best email marketing tools. Signup up for a [FREE Trial Account](http://www.mailchimp.com/signup/) and see for yourself!
18
 
19
  [vimeo http://vimeo.com/117103275]
20
 
21
+ > <strong>MailMunch Account</strong><br>
22
+ > 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.
23
+
24
  Our improved signup plugin for MailChimp will proactively sign-up new subscribers to your MailChimp newsletter list. Our MailChimp forms offer the same basic features that MailChimp's official plugin, but also much more. In addition to the form, analytics will help you track the number of MailChimp form views and subscriptions.
25
 
26
  = Sign-Up Forms =
31
  * MailChimp Scroll Box
32
 
33
  = Features =
34
+ * Mobile optimized and fully responsive MailChimp form
35
  * Easier sign-ups to your MailChimp newsletter
36
  * Automatic synching with your MailChimp account
37
  * Beautiful themes for your Mailchimp newsletter sign-up form
42
  * Add MailChimp forms to posts, pages, or categories
43
  * Set forms to single or double opt-in for MailChimp
44
  * Send MailChimp welcome email
 
 
 
45
  * Display multiple MailChimp forms on a single page
46
  * Easily add MailChimp forms to pages and posts with a button in the page/post editor
47
  * Custom CSS for MailChimp form
 
48
  * Customize MailChimp submit button text
49
  * Add MailChimp form to widget areas
50
  * Exit monitoring for MailChimp forms
51
  * Connect your MailChimp account in seconds
52
  * Content gate for MailChimp forms
 
53
  * A/B test MailChimp forms
54
 
55
+ In no time you'll be creating superb MailChimp newsletter forms that never let you down and that capture thousands of emails every day.
56
+
57
  = Why MailChimp? =
58
  Your MailChimp list is one of your most important assets, no matter if you're a blogger, marketer or small business owner. MailChimp Forms by MailMunch will build great looking forms that convert.
59
 
69
  1. Unzip our archive and upload the entire `mailchimp-mailmunch` directory to your `/wp-content/plugins/` directory
70
  2. Activate the MailChimp plugin through the 'Plugins' menu in WordPress
71
  3. Look for "MailChimp" in the WordPress admin menu and click it
72
+ 4. Sign up or sign in to MailMunch account
73
+ 5. Create your first MailChimp optin form
74
+ 6. Choose the MailChimp optin form type: Popover, Embedded or Top Bar
75
+ 7. Connect MailChimp and choose a list
76
+ 8. Start collecting user emails and growing your MailChimp subscriber list!
77
 
78
  = Advanced =
79
  If you are using Wordpress v3.0 or higher, you can use the short-code given during the MailChimp form creation. It will look something like this:
89
  = Do I need to have a MailChimp Account? =
90
  Yes, you can register on MailChimp at [MailChimp](https://login.mailchimp.com/signup). MailChimp has a free plan.
91
 
92
+ = Do I need a MailMunch account? =
93
+ You will need a MailMunch account if you want to use any of our premium features. It's 100% free to sign up and you can have unlimited MailChimp forms for free.
94
+
95
  = Do I need to have lists already set up in MailChimp? =
96
+ Yes, you have to have at least 1 list set up in MailChimp.
97
 
98
  For more help, visit the MailChimp Support article [How do I create a new list?](http://kb.mailchimp.com/article/where-can-i-find-my-api-key "How do I create a new list?")
99
 
115
  = How many more emails will list builder help me get? =
116
  Most people see a 100% to 500% growth in their MailChimp email subscribers.
117
 
118
+ = How to display a MailChimp form in my template files? =
119
  You can display MailChimp shortcodes using `echo do_shortcode([SHORTCODE])`.
120
 
121
+ Example:
122
  `<?php echo do_shortcode( '[mailmunch-form id=79669]' ) ?>`
123
 
124
  = Does this plugin work with MailChimp groups? =
148
  = How is this MailChimp plugin better than other MailChimp plugins? =
149
  This MailChimp plugin is the easiest, fastest and best form builder. Try other MailChimp plugins and then try ours.
150
 
151
+ = How do I change the MailChimp submit button text? =
152
  Edit your MailChimp form and go to the "Fields" step. Update the MailChimp submit button text.
153
 
154
+ = How do I add new MailChimp fields to my form? =
155
  Edit your MailChimp form and go to the "Fields" step. Click add new MailChimp field.
156
 
157
+ = How do I change the MailChimp field labels? =
158
  Edit your MailChimp form and go to the "Fields" step. Edit the MailChimp field and update the label.
159
 
160
  == Other Notes ==
178
 
179
  = About MailChimp =
180
 
181
+ [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.
182
 
183
  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.
184
 
185
+ MailChimp is a simple EMS (email marketing software) that provides you with a number of different options for saving templates, designing new templates, and sending email campaigns. MailChimp's drag and drop email editor is very easy to use and sets it apart. More than a million MailChimp users cannot be wrong.
186
+
187
  == Screenshots ==
188
 
189
  1. This is the MailChimp optin form designer by MailMunch where you can customize your optin form
196
 
197
  == Changelog ==
198
 
199
+ = MailChimp Forms (2016-07-28) =
200
+ * Added new MailChimp themes
201
+ * Added date field and textarea field
202
+ * Resize MailChimp popups
203
+
204
+ = MailChimp Forms 2.1.5 =
205
+ * Upgraded to a Faster CDN
206
+
207
  = MailChimp Forms (2016-05-16) =
208
  * Redesigned subscribers page
209
  * Improved MailChimp search
226
  * Refactored MailChimp Popup
227
  * Improved MailChimp Form targeting
228
 
229
+ = MailChimp Forms 2.0.9 =
230
  * Fixed MailChimp integration bug
231
  * Fixed MailChimp lists not found bug
232