MailChimp Forms by MailMunch - Version 3.0.3

Version Description

Download this release

Release Info

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

Code changes from version 3.0.2 to 3.0.3

includes/class-mailchimp-mailmunch.php CHANGED
@@ -22,7 +22,7 @@ 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.0.2' );
26
 
27
  /**
28
  * The core plugin class.
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.0.3' );
26
 
27
  /**
28
  * 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: 3.0.2
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: 3.0.3
20
  * Author: MailMunch
21
  * Author URI: http://www.mailmunch.co
22
  * License: GPL-2.0+
public/mailchimp-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
@@ -4,7 +4,7 @@ Tags: mailchimp, MailChimp form, MailChimp plugin, mailchimp popup, mailchimp ne
4
 
5
  Requires at least: 3.8
6
  Tested up to: 4.7.3
7
- Stable tag: 3.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
4
 
5
  Requires at least: 3.8
6
  Tested up to: 4.7.3
7
+ Stable tag: 3.0.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10