Popups by OptinMonster – Best WordPress Lead Generation Plugin - Version 1.1.3.2

Version Description

  • Fixed bug where shortcode would not parse for optins inserted via widget, shortcode or template tag.
  • Fixed bug where Mailpoet helper would not output for optins inserted via widget, shortcode or template tag.
Download this release

Release Info

Developer griffinjt
Plugin Icon 128x128 Popups by OptinMonster – Best WordPress Lead Generation Plugin
Version 1.1.3.2
Comparing to
See all releases

Code changes from version 1.1.3.1 to 1.1.3.2

Files changed (3) hide show
  1. OMAPI/Shortcode.php +9 -0
  2. optin-monster-wp-api.php +2 -2
  3. readme.txt +6 -2
OMAPI/Shortcode.php CHANGED
@@ -108,6 +108,15 @@ class OMAPI_Shortcode {
108
  return false;
109
  }
110
 
 
 
 
 
 
 
 
 
 
111
  // Return the HTML.
112
  return $html;
113
 
108
  return false;
109
  }
110
 
111
+ // Make sure to apply shortcode filtering.
112
+ OMAPI::get_instance()->output->set_slug( $optin );
113
+
114
+ // Possibly add support for Mailpoet.
115
+ $mailpoet = get_post_meta( $optin->ID, '_omapi_mailpoet', true );
116
+ if ( $mailpoet ) {
117
+ OMAPI::get_instance()->output->wp_helper();
118
+ }
119
+
120
  // Return the HTML.
121
  return $html;
122
 
optin-monster-wp-api.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: OptinMonster API plugin to connect your WordPress site to your OptinMonster forms.
6
  * Author: Thomas Griffin
7
  * Author URI: https://thomasgriffin.io
8
- * Version: 1.1.3.1
9
  * Text Domain: optin-monster-api
10
  * Domain Path: languages
11
  *
@@ -57,7 +57,7 @@ class OMAPI {
57
  *
58
  * @var string
59
  */
60
- public $version = '1.1.3.1';
61
 
62
  /**
63
  * The name of the plugin.
5
  * Description: OptinMonster API plugin to connect your WordPress site to your OptinMonster forms.
6
  * Author: Thomas Griffin
7
  * Author URI: https://thomasgriffin.io
8
+ * Version: 1.1.3.2
9
  * Text Domain: optin-monster-api
10
  * Domain Path: languages
11
  *
57
  *
58
  * @var string
59
  */
60
+ public $version = '1.1.3.2';
61
 
62
  /**
63
  * The name of the plugin.
readme.txt CHANGED
@@ -1,8 +1,8 @@
1
  === OptinMonster - Best WordPress Popup and Lead Generation Plugin ===
2
  Contributors: griffinjt, smub
3
- Tags: wordpress popup, popup, lightbox popup, mailchimp, aweber, campaign monitor, constant contact, exit-intent, madmimi, infusionsoft, getresponse, hubspot, marketo, activecampaign, pardot, totalsend, emma, icontact, mailerlite, mailpoet, google analytics, pop over, optin forms, email list, subscribers, wordpress popup form, lightbox, wordpress popups, popups, lightbox popups, optin form, wordpress optin form, sidebar optin form, sidebar optin, sidebar form, wordpress overlay popup, wordpress popup plugin, popup plugin, wordpress lightbox optin, wordpress lightbox optin form, after post optin form, wordpress after post optin form, after post optin form plugin, lightbox popup plugin, wordpress popup solution, exit intent, exit-intent, optinmonster, optin monster, optin-monster, mobile popup, mobile popups, mobile optin forms, mobile optins, lightbox optins, wordpress mobile popup, wordpress mobile popups, wordpress mobile optin forms, wordpress lightbox optins, lead gen, lead generation, wordpress lead generation, lead generation wordpress, wordpress lead gen
4
  Requires at least: 3.5.1
5
- Tested up to: 4.2.4
6
  Stable tag: trunk
7
  License: GNU General Public License v2.0 or later
8
 
@@ -147,6 +147,10 @@ OptinMonster is the <a href="http://optinmonster.com" rel="friend" title="OptinM
147
 
148
  == Changelog ==
149
 
 
 
 
 
150
  = 1.1.3.1 =
151
  * Fixed issues revolving around split tests not loading properly for mobile devices.
152
 
1
  === OptinMonster - Best WordPress Popup and Lead Generation Plugin ===
2
  Contributors: griffinjt, smub
3
+ Tags: wordpress popup, popup, lightbox popup, mailchimp, aweber, campaign monitor, constant contact, exit-intent, madmimi, infusionsoft, getresponse, hubspot, marketo, activecampaign, pardot, totalsend, emma, icontact, mailerlite, mailpoet, google analytics, pop over, optin forms, email list, subscribers, wordpress popup form, lightbox, wordpress popups, popups, lightbox popups, optin form, wordpress optin form, sidebar optin form, sidebar optin, sidebar form, wordpress overlay popup, wordpress popup plugin, popup plugin, wordpress lightbox optin, wordpress lightbox optin form, after post optin form, wordpress after post optin form, after post optin form plugin, lightbox popup plugin, wordpress popup solution, exit intent, exit-intent, optinmonster, optin monster, optin-monster, mobile popup, mobile popups, mobile optin forms, mobile optins, lightbox optins, wordpress mobile popup, wordpress mobile popups, wordpress mobile optin forms, wordpress lightbox optins, lead gen, lead generation, wordpress lead generation, lead generation wordpress, wordpress lead gen, fullscreen, welcome gate, interstitial
4
  Requires at least: 3.5.1
5
+ Tested up to: 4.3.0
6
  Stable tag: trunk
7
  License: GNU General Public License v2.0 or later
8
 
147
 
148
  == Changelog ==
149
 
150
+ = 1.1.3.2 =
151
+ * Fixed bug where shortcode would not parse for optins inserted via widget, shortcode or template tag.
152
+ * Fixed bug where Mailpoet helper would not output for optins inserted via widget, shortcode or template tag.
153
+
154
  = 1.1.3.1 =
155
  * Fixed issues revolving around split tests not loading properly for mobile devices.
156