MailMunch – Grow your Email List - Version 3.0.4

Version Description

Download this release

Release Info

Developer mailmunch
Plugin Icon 128x128 MailMunch – Grow your Email List
Version 3.0.4
Comparing to
See all releases

Code changes from version 3.0.3 to 3.0.4

includes/class-mailmunch.php CHANGED
@@ -22,7 +22,7 @@ define( 'MAILMUNCH_SLUG', "mailmunch" );
22
  define( 'MAILMUNCH_PREFIX', 'mailmunch' );
23
  define( 'MAILMUNCH_POST_TYPE', 'mailmunch_page' );
24
  define( 'MAILMUNCH_PLUGIN_DIRECTORY', 'mailmunch' );
25
- define( 'MAILMUNCH_VERSION', '3.0.3' );
26
 
27
  /**
28
  * The core plugin class.
22
  define( 'MAILMUNCH_PREFIX', 'mailmunch' );
23
  define( 'MAILMUNCH_POST_TYPE', 'mailmunch_page' );
24
  define( 'MAILMUNCH_PLUGIN_DIRECTORY', 'mailmunch' );
25
+ define( 'MAILMUNCH_VERSION', '3.0.4' );
26
 
27
  /**
28
  * The core plugin class.
mailmunch.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: MailMunch - Grow Your Email List
17
  * Plugin URI: http://www.mailmunch.co
18
  * Description: The best free plugin to get more email subscribers. Beautiful signup forms and landing pages that integrate with MailChimp, Constant Contact, AWeber, Campaign Monitor and more.
19
- * Version: 3.0.3
20
  * Author: MailMunch
21
  * Author URI: http://www.mailmunch.co
22
  * License: GPL-2.0+
16
  * Plugin Name: MailMunch - Grow Your Email List
17
  * Plugin URI: http://www.mailmunch.co
18
  * Description: The best free plugin to get more email subscribers. Beautiful signup forms and landing pages that integrate with MailChimp, Constant Contact, AWeber, Campaign Monitor and more.
19
+ * Version: 3.0.4
20
  * Author: MailMunch
21
  * Author URI: http://www.mailmunch.co
22
  * License: GPL-2.0+
public/mailmunch-landing-page.php CHANGED
@@ -19,16 +19,17 @@ if ( is_array( $response ) && ! is_wp_error( $response ) ) {
19
  }
20
  ?>
21
  <!DOCTYPE html>
22
- <html lang="en">
23
  <head>
24
- <meta charset="UTF-8">
25
  <meta name=viewport content="width=device-width, initial-scale=1">
26
  <meta property="og:type" content="website" />
27
  <meta property="og:image" content="<?php echo $pageScreenshotUrl ?>" />
28
  <meta property="og:image:width" content="600" />
29
  <meta property="og:image:height" content="600" />
30
- <title><?php echo wp_title(''); ?></title>
31
- <?php echo wp_head(); ?>
 
32
 
33
  <style type="text/css" media="screen">
34
  html { margin-top: 0px !important; }
@@ -39,5 +40,7 @@ if ( is_array( $response ) && ! is_wp_error( $response ) ) {
39
  </head>
40
  <body>
41
  <?php echo $pageBody; ?>
 
 
42
  </body>
43
  </html>
19
  }
20
  ?>
21
  <!DOCTYPE html>
22
+ <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
23
  <head>
24
+ <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
25
  <meta name=viewport content="width=device-width, initial-scale=1">
26
  <meta property="og:type" content="website" />
27
  <meta property="og:image" content="<?php echo $pageScreenshotUrl ?>" />
28
  <meta property="og:image:width" content="600" />
29
  <meta property="og:image:height" content="600" />
30
+ <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
31
+ <title><?php echo wp_get_document_title(); ?></title>
32
+ <?php wp_head(); ?>
33
 
34
  <style type="text/css" media="screen">
35
  html { margin-top: 0px !important; }
40
  </head>
41
  <body>
42
  <?php echo $pageBody; ?>
43
+
44
+ <?php wp_footer(); ?>
45
  </body>
46
  </html>
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: mailmunch, lizgannes
3
  Tags: signup form, newsletter, newsletters, subscribe, popup, exit popup, exit intent, subscribers, subscription, popover, lightbox, analytics, collect email, optin, optin form, optin forms, double optin, list builder, email form, lead, leads, mailchimp, mailchimp form, mailchimp newsletter, mailchimp plugin, mailchimp signup, mailchimp signup forms, mailchimp signup form, mailchimp widget, mailchimp subscribe, constant contact, contact contact form, constant contact newsletter, constant contact plugin, constant contact signup, constant contact signup forms, constant contact signup form, constant contact widget, constant contact subscribe, aweber, aweber form, aweber forms, aweber signup form, aweber plugin
4
  Requires at least: 3.0.1
5
  Tested up to: 4.7
6
- Stable tag: 3.0.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
3
  Tags: signup form, newsletter, newsletters, subscribe, popup, exit popup, exit intent, subscribers, subscription, popover, lightbox, analytics, collect email, optin, optin form, optin forms, double optin, list builder, email form, lead, leads, mailchimp, mailchimp form, mailchimp newsletter, mailchimp plugin, mailchimp signup, mailchimp signup forms, mailchimp signup form, mailchimp widget, mailchimp subscribe, constant contact, contact contact form, constant contact newsletter, constant contact plugin, constant contact signup, constant contact signup forms, constant contact signup form, constant contact widget, constant contact subscribe, aweber, aweber form, aweber forms, aweber signup form, aweber plugin
4
  Requires at least: 3.0.1
5
  Tested up to: 4.7
6
+ Stable tag: 3.0.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9