Version Description
Download this release
Release Info
Developer | mailmunch |
Plugin | MailMunch – Grow your Email List |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0.0 to 2.0.1
- includes/class-mailmunch-api.php +4 -1
- includes/class-mailmunch.php +1 -1
- mailmunch.php +1 -1
- readme.txt +2 -2
includes/class-mailmunch-api.php
CHANGED
@@ -97,7 +97,10 @@
|
|
97 |
function findOrCreateSite() {
|
98 |
$site = $this->getSite();
|
99 |
if (empty($site)) {
|
100 |
-
$
|
|
|
|
|
|
|
101 |
if (!empty($site)) $this->setSiteId($site->id);
|
102 |
}
|
103 |
return $site;
|
97 |
function findOrCreateSite() {
|
98 |
$site = $this->getSite();
|
99 |
if (empty($site)) {
|
100 |
+
$siteName = get_bloginfo();
|
101 |
+
$decodedSiteName = html_entity_decode($siteName, ENT_QUOTES);
|
102 |
+
$decodedSiteName = stripslashes($decodedSiteName);
|
103 |
+
$site = $this->createSite($decodedSiteName, home_url());
|
104 |
if (!empty($site)) $this->setSiteId($site->id);
|
105 |
}
|
106 |
return $site;
|
includes/class-mailmunch.php
CHANGED
@@ -18,7 +18,7 @@ define( 'MAILMUNCH_URL', "http://wordpress.mailmunch.co" );
|
|
18 |
define( 'MAILMUNCH_HOME_URL', "http://app.mailmunch.co" );
|
19 |
define( 'MAILMUNCH_SLUG', "mailmunch" );
|
20 |
define( 'MAILMUNCH_PREFIX', 'mailmunch' );
|
21 |
-
define( 'MAILMUNCH_VERSION', '2.0.
|
22 |
|
23 |
/**
|
24 |
* The core plugin class.
|
18 |
define( 'MAILMUNCH_HOME_URL', "http://app.mailmunch.co" );
|
19 |
define( 'MAILMUNCH_SLUG', "mailmunch" );
|
20 |
define( 'MAILMUNCH_PREFIX', 'mailmunch' );
|
21 |
+
define( 'MAILMUNCH_VERSION', '2.0.1' );
|
22 |
|
23 |
/**
|
24 |
* The core plugin class.
|
mailmunch.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* Plugin Name: MailMunch - Increase your Email Subscribers by over 500%
|
17 |
* Plugin URI: http://www.mailmunch.co
|
18 |
* Description: Collect email addresses from website visitors and grow your subscribers with our attention grabbing optin-forms, entry/exit intent technology, and other effective lead-generation forms.
|
19 |
-
* Version: 2.0.
|
20 |
* Author: MailMunch
|
21 |
* Author URI: http://www.mailmunch.co
|
22 |
* License: GPL-2.0+
|
16 |
* Plugin Name: MailMunch - Increase your Email Subscribers by over 500%
|
17 |
* Plugin URI: http://www.mailmunch.co
|
18 |
* Description: Collect email addresses from website visitors and grow your subscribers with our attention grabbing optin-forms, entry/exit intent technology, and other effective lead-generation forms.
|
19 |
+
* Version: 2.0.1
|
20 |
* Author: MailMunch
|
21 |
* Author URI: http://www.mailmunch.co
|
22 |
* License: GPL-2.0+
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: mailmunch
|
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.
|
6 |
-
Stable tag: 2.0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
2 |
Contributors: mailmunch
|
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.3
|
6 |
+
Stable tag: 2.0.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|