MailChimp Forms by MailMunch - Version 1.0.7

Version Description

Download this release

Release Info

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

Code changes from version 1.0.6 to 1.0.7

Files changed (3) hide show
  1. inc/sidebar_widget.php +2 -2
  2. mailchimp-mailmunch.php +2 -2
  3. readme.txt +1 -1
inc/sidebar_widget.php CHANGED
@@ -100,11 +100,11 @@ class MC_MM_Sidebar_Widget extends WP_Widget {
100
  </select>
101
  </p>
102
 
103
- <p><a href="//<?php echo MAILCHIMP_MAILMUNCH_URL ?>/sso?email=<?php echo $mc_mm_user_email ?>&password=<?php echo $mc_mm_user_password ?>&next_url=<?php echo urlencode("/sites/".$mc_mm_data["site_id"]."/widgets/new?wp_layout=1&widget_type=Sidebar") ?>" target="_blank">Create New Sidebar Form</a></p>
104
  <?php
105
  } else {
106
  ?>
107
- <p>No sidebar forms found. <a href="//<?php echo MAILCHIMP_MAILMUNCH_URL ?>/sso?email=<?php echo $mc_mm_user_email ?>&password=<?php echo $mc_mm_user_password ?>&next_url=<?php echo urlencode("/sites/".$mc_mm_data["site_id"]."/widgets/new?wp_layout=1&widget_type=Sidebar") ?>" target="_blank">Create Your First One</a></p>
108
  <?php
109
  }
110
 
100
  </select>
101
  </p>
102
 
103
+ <p><a href="//<?php echo MAILCHIMP_MAILMUNCH_URL ?>/sso?email=<?php echo urlencode($mc_mm_user_email) ?>&password=<?php echo urlencode($mc_mm_user_password) ?>&next_url=<?php echo urlencode("/sites/".$mc_mm_data["site_id"]."/widgets/new?wp_layout=1&widget_type=Sidebar") ?>" target="_blank">Create New Sidebar Form</a></p>
104
  <?php
105
  } else {
106
  ?>
107
+ <p>No sidebar forms found. <a href="//<?php echo MAILCHIMP_MAILMUNCH_URL ?>/sso?email=<?php echo urlencode($mc_mm_user_email) ?>&password=<?php echo urlencode($mc_mm_user_password) ?>&next_url=<?php echo urlencode("/sites/".$mc_mm_data["site_id"]."/widgets/new?wp_layout=1&widget_type=Sidebar") ?>" target="_blank">Create Your First One</a></p>
108
  <?php
109
  }
110
 
mailchimp-mailmunch.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: MailChimp Forms by MailMunch
4
  Plugin URI: http://connect.mailchimp.com/integrations/mailmunch-email-list-builder
5
  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.
6
- Version: 1.0.6
7
  Author: MailMunch
8
  Author URI: http://www.mailmunch.co
9
  License: GPL2
@@ -14,7 +14,7 @@
14
  require_once( plugin_dir_path( __FILE__ ) . 'inc/sidebar_widget.php' );
15
 
16
  define( 'MAILCHIMP_MAILMUNCH_SLUG', "mailchimp-mailmunch");
17
- define( 'MAILCHIMP_MAILMUNCH_VER', "1.0.6");
18
  define( 'MAILCHIMP_MAILMUNCH_URL', "www.mailmunch.co");
19
 
20
  // Create unique WordPress instance ID
3
  Plugin Name: MailChimp Forms by MailMunch
4
  Plugin URI: http://connect.mailchimp.com/integrations/mailmunch-email-list-builder
5
  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.
6
+ Version: 1.0.7
7
  Author: MailMunch
8
  Author URI: http://www.mailmunch.co
9
  License: GPL2
14
  require_once( plugin_dir_path( __FILE__ ) . 'inc/sidebar_widget.php' );
15
 
16
  define( 'MAILCHIMP_MAILMUNCH_SLUG', "mailchimp-mailmunch");
17
+ define( 'MAILCHIMP_MAILMUNCH_VER', "1.0.7");
18
  define( 'MAILCHIMP_MAILMUNCH_URL', "www.mailmunch.co");
19
 
20
  // Create unique WordPress instance ID
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: mailmunch
3
  Tags: mailchimp, MailChimp form, MailChimp Newsletter form, MailChimp plugin, newsletter, newsletter form, newsletter form plugin, optin form, form, signup, signup forms, signup form, widget, email form, leads
4
  Requires at least: 3.0.1
5
  Tested up to: 4.1
6
- Stable tag: 1.0.6
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
3
  Tags: mailchimp, MailChimp form, MailChimp Newsletter form, MailChimp plugin, newsletter, newsletter form, newsletter form plugin, optin form, form, signup, signup forms, signup form, widget, email form, leads
4
  Requires at least: 3.0.1
5
  Tested up to: 4.1
6
+ Stable tag: 1.0.7
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9