MailMunch – Grow your Email List - Version 1.3.3

Version Description

  • Added short-code support for embedded optin forms
Download this release

Release Info

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

Code changes from version 1.3.2 to 1.3.3

Files changed (2) hide show
  1. mailmunch.php +8 -2
  2. readme.txt +7 -1
mailmunch.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: MailMunch
4
  Plugin URI: http://www.mailmunch.co
5
  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.
6
- Version: 1.3.2
7
  Author: MailMunch
8
  Author URI: http://www.mailmunch.co
9
  License: GPL2
@@ -13,7 +13,7 @@
13
  require_once( plugin_dir_path( __FILE__ ) . 'inc/common.php' );
14
 
15
  define( 'MAILMUNCH_SLUG', "mailmunch");
16
- define( 'MAILMUNCH_VER', "1.3.2");
17
  define( 'MAILMUNCH_URL', "www.mailmunch.co");
18
 
19
  // Adding Admin Menu
@@ -113,6 +113,12 @@
113
 
114
  add_filter( 'the_content', 'add_post_containers' );
115
 
 
 
 
 
 
 
116
  function mailmunch_setup() {
117
  $mailmunch_data = unserialize(get_option("mailmunch_data"));
118
  $mailmunch_data["site_url"] = home_url();
3
  Plugin Name: MailMunch
4
  Plugin URI: http://www.mailmunch.co
5
  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.
6
+ Version: 1.3.3
7
  Author: MailMunch
8
  Author URI: http://www.mailmunch.co
9
  License: GPL2
13
  require_once( plugin_dir_path( __FILE__ ) . 'inc/common.php' );
14
 
15
  define( 'MAILMUNCH_SLUG', "mailmunch");
16
+ define( 'MAILMUNCH_VER', "1.3.3");
17
  define( 'MAILMUNCH_URL', "www.mailmunch.co");
18
 
19
  // Adding Admin Menu
113
 
114
  add_filter( 'the_content', 'add_post_containers' );
115
 
116
+ function shortcode_form($atts) {
117
+ return "<div class='mailmunch-forms-short-code mailmunch-forms-widget-".$atts['id']."' style='display: none !important;'></div>";
118
+ }
119
+
120
+ add_shortcode('mailmunch-form', 'shortcode_form');
121
+
122
  function mailmunch_setup() {
123
  $mailmunch_data = unserialize(get_option("mailmunch_data"));
124
  $mailmunch_data["site_url"] = home_url();
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: mailmunch
3
  Tags: widget, MailChimp, newsletter, newsletters, MailChimp plugin, Aweber,subscribe, popup, exit popup, exit intent, growth, subscribers, subscription, hellobar, email, posts, sharing, links, popover, analytics , newsletter, automatic , mail, lightbox, analytics, newsletter, getresponse, collect email, optin, optin forms, double optin, popover, optin monster, popup domination, sumome, list builder, mailchimp, popupdomination, optin revolution
4
  Requires at least: 3.0.1
5
  Tested up to: 4.0
6
- Stable tag: 1.3.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -131,6 +131,9 @@ Why people use Aweber
131
 
132
  == Changelog ==
133
 
 
 
 
134
  = 1.3.2 =
135
  * Now supports multiple types of optin forms and themes
136
  * New type of optin form that could be embedded before, after or in the middle of your posts
@@ -147,6 +150,9 @@ Why people use Aweber
147
 
148
  == Upgrade Notice ==
149
 
 
 
 
150
  = 1.3.2 =
151
  * Added a new type of optin form that could be embedded before, after or in the middle of your posts and pages
152
 
3
  Tags: widget, MailChimp, newsletter, newsletters, MailChimp plugin, Aweber,subscribe, popup, exit popup, exit intent, growth, subscribers, subscription, hellobar, email, posts, sharing, links, popover, analytics , newsletter, automatic , mail, lightbox, analytics, newsletter, getresponse, collect email, optin, optin forms, double optin, popover, optin monster, popup domination, sumome, list builder, mailchimp, popupdomination, optin revolution
4
  Requires at least: 3.0.1
5
  Tested up to: 4.0
6
+ Stable tag: 1.3.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
131
 
132
  == Changelog ==
133
 
134
+ = 1.3.3 =
135
+ * Added short-code support for embedded optin forms
136
+
137
  = 1.3.2 =
138
  * Now supports multiple types of optin forms and themes
139
  * New type of optin form that could be embedded before, after or in the middle of your posts
150
 
151
  == Upgrade Notice ==
152
 
153
+ = 1.3.3 =
154
+ * Added short-code support for embedded optin forms
155
+
156
  = 1.3.2 =
157
  * Added a new type of optin form that could be embedded before, after or in the middle of your posts and pages
158