Version Description
- Fixed
undefined function mc4wp_replace_variables
fatal error when using Quick Cache plugin.
Download this release
Release Info
Developer | DvanKooten |
Plugin | MailChimp for WordPress |
Version | 1.2.5 |
Comparing to | |
See all releases |
Code changes from version 1.2.4 to 1.2.5
- includes/MC4WP_Lite_Form.php +4 -0
- mailchimp-for-wp.php +2 -2
- readme.txt +17 -10
includes/MC4WP_Lite_Form.php
CHANGED
@@ -39,6 +39,10 @@ class MC4WP_Lite_Form {
|
|
39 |
public function output_form( $atts, $content = null ) {
|
40 |
$opts = $this->get_options();
|
41 |
|
|
|
|
|
|
|
|
|
42 |
// add some useful css classes
|
43 |
$css_classes = ' ';
|
44 |
if ( $this->error ) $css_classes .= 'mc4wp-form-error ';
|
39 |
public function output_form( $atts, $content = null ) {
|
40 |
$opts = $this->get_options();
|
41 |
|
42 |
+
if(!function_exists('mc4wp_replace_variables')) {
|
43 |
+
include_once MC4WP_LITE_PLUGIN_DIR . 'includes/template-functions.php';
|
44 |
+
}
|
45 |
+
|
46 |
// add some useful css classes
|
47 |
$css_classes = ' ';
|
48 |
if ( $this->error ) $css_classes .= 'mc4wp-form-error ';
|
mailchimp-for-wp.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: MailChimp for WP Lite
|
4 |
Plugin URI: http://dannyvankooten.com/wordpress-plugins/mailchimp-for-wordpress/
|
5 |
Description: Lite version of MailChimp for WordPress. Add various sign-up methods to your WordPress website. Show a sign-up form in your posts, pages or text widgets. Add a sign-up checkbox to various forms, like your comment form. <a href="http://dannyvankooten.com/wordpress-plugins/mailchimp-for-wordpress/">Premium features include (multiple) AJAX powered forms, a form designer, an unlocked field wizard and much more.</a>
|
6 |
-
Version: 1.2.
|
7 |
Author: Danny van Kooten
|
8 |
Author URI: http://dannyvanKooten.com
|
9 |
License: GPL v3
|
@@ -25,7 +25,7 @@ You should have received a copy of the GNU General Public License
|
|
25 |
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26 |
*/
|
27 |
|
28 |
-
define("MC4WP_LITE_VERSION", "1.2.
|
29 |
define("MC4WP_LITE_PLUGIN_DIR", plugin_dir_path(__FILE__));
|
30 |
|
31 |
// frontend AND backend
|
3 |
Plugin Name: MailChimp for WP Lite
|
4 |
Plugin URI: http://dannyvankooten.com/wordpress-plugins/mailchimp-for-wordpress/
|
5 |
Description: Lite version of MailChimp for WordPress. Add various sign-up methods to your WordPress website. Show a sign-up form in your posts, pages or text widgets. Add a sign-up checkbox to various forms, like your comment form. <a href="http://dannyvankooten.com/wordpress-plugins/mailchimp-for-wordpress/">Premium features include (multiple) AJAX powered forms, a form designer, an unlocked field wizard and much more.</a>
|
6 |
+
Version: 1.2.5
|
7 |
Author: Danny van Kooten
|
8 |
Author URI: http://dannyvanKooten.com
|
9 |
License: GPL v3
|
25 |
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26 |
*/
|
27 |
|
28 |
+
define("MC4WP_LITE_VERSION", "1.2.5");
|
29 |
define("MC4WP_LITE_PLUGIN_DIR", plugin_dir_path(__FILE__));
|
30 |
|
31 |
// frontend AND backend
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://dannyvankooten.com/donate/
|
|
4 |
Tags: mailchimp, newsletter, mailinglist, email, email list, form, widget form, sign-up form, subscribe form, comments, comment form, mailchimp widget, buddypress, multisite
|
5 |
Requires at least: 3.1
|
6 |
Tested up to: 3.6.1
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -18,7 +18,11 @@ Want to get more email subscribers for your MailChimp lists? This plugin will be
|
|
18 |
|
19 |
Easily build sign-up forms and then add them to your posts, pages and widget areas by using a simple shortcode `[mc4wp-form]`.
|
20 |
|
21 |
-
Add "sign up to our newsletter" checkboxes to your comment form, registration form or other forms, making subscribing to your list(s) effortless for your visitors.
|
|
|
|
|
|
|
|
|
22 |
|
23 |
**Plugin Features**
|
24 |
|
@@ -28,16 +32,16 @@ Add "sign up to our newsletter" checkboxes to your comment form, registration fo
|
|
28 |
* Uses the MailChimp API, superfast and reliable. Also, visitors never have to leave your website to subscribe.
|
29 |
* Configuring is easy, all you need is your MailChimp API key.
|
30 |
|
31 |
-
**Premium
|
32 |
|
33 |
* Form designer, design beautiful sign-up forms from your admin panel. No CSS knowledge required.
|
34 |
-
* (Multiple) AJAX powered sign-up forms
|
35 |
-
*
|
36 |
-
* Reports. Gain insights in when, where and how your visitors subscribe with the subscribers log and beautiful statistical charts.
|
37 |
-
* Built-in integration with WooCommerce and Easy Digital Downloads
|
38 |
-
* Priority support
|
39 |
|
40 |
-
[More information
|
41 |
|
42 |
= MailChimp Sign-Up Form =
|
43 |
The plugin comes with an easy to way to build sign-up forms for your MailChimp lists. Add as many fields as you like and customize labels, placeholders, initial values etcetera in a simple way. Visitors never have to leave your website to subscribe to your MailChimp lists. Big plus!
|
@@ -78,7 +82,7 @@ Yes, there is and it is awesome. Pro features include:
|
|
78 |
1. Custom checkbox labels
|
79 |
1. Priority support
|
80 |
|
81 |
-
[More information
|
82 |
|
83 |
= The form shows a success message but subscribers are not added to my list(s)? =
|
84 |
If the form shows a success message, it means the sign-up succeeded. Always. MailChimp could have a slight delay sending the confirmation email though, just be patient.
|
@@ -163,6 +167,9 @@ Your theme folder can be found by browsing to `/wp-content/themes/your-theme-nam
|
|
163 |
|
164 |
== Changelog ==
|
165 |
|
|
|
|
|
|
|
166 |
= 1.2.4 =
|
167 |
* Improved: code performance improvements
|
168 |
* Improved: added `mc4wp_get_form()` for an easier shortcode callback. Useful to [add a sign-up form to the end of your posts](http://dannyvankooten.com/2577/add-mailchimp-sign-up-form-end-of-posts/).
|
4 |
Tags: mailchimp, newsletter, mailinglist, email, email list, form, widget form, sign-up form, subscribe form, comments, comment form, mailchimp widget, buddypress, multisite
|
5 |
Requires at least: 3.1
|
6 |
Tested up to: 3.6.1
|
7 |
+
Stable tag: 1.2.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
18 |
|
19 |
Easily build sign-up forms and then add them to your posts, pages and widget areas by using a simple shortcode `[mc4wp-form]`.
|
20 |
|
21 |
+
Add "sign up to our newsletter" checkboxes to your comment form, registration form or other forms, making subscribing to your list(s) effortless for your visitors.
|
22 |
+
|
23 |
+
> MailChimp for WP comes with a premium version.
|
24 |
+
> Create (multiple) beautiful highly converting AJAX powered forms, absolutely no HTML or CSS knowledge required!
|
25 |
+
> *[Upgrade to MailChimp for WordPress Pro now >>](http://dannyvankooten.com/wordpress-plugins/mailchimp-for-wordpress/)*
|
26 |
|
27 |
**Plugin Features**
|
28 |
|
32 |
* Uses the MailChimp API, superfast and reliable. Also, visitors never have to leave your website to subscribe.
|
33 |
* Configuring is easy, all you need is your MailChimp API key.
|
34 |
|
35 |
+
**Premium Features**
|
36 |
|
37 |
* Form designer, design beautiful sign-up forms from your admin panel. No CSS knowledge required.
|
38 |
+
* (Multiple) AJAX powered sign-up forms (no page reload after submitting).
|
39 |
+
* Unlocked field wizard containing all your list fields and interest groupings. No HTML knowledge required.
|
40 |
+
* Reports. Gain insights in when, where and how your visitors subscribe with the subscribers log and beautiful statistical charts.
|
41 |
+
* Built-in integration with WooCommerce and Easy Digital Downloads.
|
42 |
+
* Priority support.
|
43 |
|
44 |
+
[More information](http://dannyvankooten.com/wordpress-plugins/mailchimp-for-wordpress/) | [Screenshots](http://dannyvankooten.com/wordpress-plugins/mailchimp-for-wordpress/screenshots/) | [Demo](http://dannyvankooten.com/wordpress-plugins/mailchimp-for-wordpress/demo-sign-up-forms/) | [Upgrade now >>](http://dannyvankooten.com/wordpress-plugins/mailchimp-for-wordpress/)
|
45 |
|
46 |
= MailChimp Sign-Up Form =
|
47 |
The plugin comes with an easy to way to build sign-up forms for your MailChimp lists. Add as many fields as you like and customize labels, placeholders, initial values etcetera in a simple way. Visitors never have to leave your website to subscribe to your MailChimp lists. Big plus!
|
82 |
1. Custom checkbox labels
|
83 |
1. Priority support
|
84 |
|
85 |
+
[More information](http://dannyvankooten.com/wordpress-plugins/mailchimp-for-wordpress/) | [Screenshots](http://dannyvankooten.com/wordpress-plugins/mailchimp-for-wordpress/screenshots/) | [Demo](http://dannyvankooten.com/wordpress-plugins/mailchimp-for-wordpress/demo-sign-up-forms/)
|
86 |
|
87 |
= The form shows a success message but subscribers are not added to my list(s)? =
|
88 |
If the form shows a success message, it means the sign-up succeeded. Always. MailChimp could have a slight delay sending the confirmation email though, just be patient.
|
167 |
|
168 |
== Changelog ==
|
169 |
|
170 |
+
= 1.2.5 =
|
171 |
+
* Fixed `undefined function mc4wp_replace_variables` fatal error when using Quick Cache plugin.
|
172 |
+
|
173 |
= 1.2.4 =
|
174 |
* Improved: code performance improvements
|
175 |
* Improved: added `mc4wp_get_form()` for an easier shortcode callback. Useful to [add a sign-up form to the end of your posts](http://dannyvankooten.com/2577/add-mailchimp-sign-up-form-end-of-posts/).
|