MailMunch – Grow your Email List - Version 2.0.4

Version Description

Download this release

Release Info

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

Code changes from version 2.0.3 to 2.0.4

admin/class-mailmunch-admin.php CHANGED
@@ -192,7 +192,7 @@ class Mailmunch_Admin {
192
  $show_notice = false;
193
  }
194
  if ($show_notice) {
195
- $review_url = 'https://wordpress.org/support/view/plugin-reviews/'. MAILMUNCH_PLUGIN_DIRECTORY;
196
  $dismiss_url = esc_url_raw( add_query_arg( MAILMUNCH_PREFIX. '_dismiss_review_notice', '1', admin_url() ) );
197
  $review_message = '<div class="mailmunch-review-logo"><img src="'.plugins_url( 'admin/img/logo.png', dirname(__FILE__) ) .'" /></div>';
198
  $review_message .= sprintf( __( "You have been using <strong>%s</strong> for a few weeks now. We hope you are enjoying the features. Please consider leaving us a nice review. Reviews help people find our plugin and lets you provide us with useful feedback which helps us improve." , MAILMUNCH_SLUG ), $this->plugin_name );
192
  $show_notice = false;
193
  }
194
  if ($show_notice) {
195
+ $review_url = 'https://wordpress.org/support/plugin/'. MAILMUNCH_PLUGIN_DIRECTORY. '/reviews/#new-post';
196
  $dismiss_url = esc_url_raw( add_query_arg( MAILMUNCH_PREFIX. '_dismiss_review_notice', '1', admin_url() ) );
197
  $review_message = '<div class="mailmunch-review-logo"><img src="'.plugins_url( 'admin/img/logo.png', dirname(__FILE__) ) .'" /></div>';
198
  $review_message .= sprintf( __( "You have been using <strong>%s</strong> for a few weeks now. We hope you are enjoying the features. Please consider leaving us a nice review. Reviews help people find our plugin and lets you provide us with useful feedback which helps us improve." , MAILMUNCH_SLUG ), $this->plugin_name );
includes/class-mailmunch.php CHANGED
@@ -19,7 +19,7 @@ define( 'MAILMUNCH_HOME_URL', "http://app.mailmunch.co" );
19
  define( 'MAILMUNCH_SLUG', "mailmunch" );
20
  define( 'MAILMUNCH_PREFIX', 'mailmunch' );
21
  define( 'MAILMUNCH_PLUGIN_DIRECTORY', 'mailmunch' );
22
- define( 'MAILMUNCH_VERSION', '2.0.3' );
23
 
24
  /**
25
  * The core plugin class.
19
  define( 'MAILMUNCH_SLUG', "mailmunch" );
20
  define( 'MAILMUNCH_PREFIX', 'mailmunch' );
21
  define( 'MAILMUNCH_PLUGIN_DIRECTORY', 'mailmunch' );
22
+ define( 'MAILMUNCH_VERSION', '2.0.4' );
23
 
24
  /**
25
  * 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.3
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.4
20
  * Author: MailMunch
21
  * Author URI: http://www.mailmunch.co
22
  * License: GPL-2.0+
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.6
6
- Stable tag: 2.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.6
6
+ Stable tag: 2.0.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9