Popups, Welcome Bar, Optins and Lead Generation Plugin – Icegram - Version 1.10.9.1

Version Description

Bug Fix release

Download this release

Release Info

Developer Icegram
Plugin Icon 128x128 Popups, Welcome Bar, Optins and Lead Generation Plugin – Icegram
Version 1.10.9.1
Comparing to
See all releases

Code changes from version 1.10.9 to 1.10.9.1

Files changed (3) hide show
  1. icegram.php +4 -3
  2. ig-survey.php +1 -2
  3. readme.txt +7 -1
icegram.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Icegram - Popups, Optins, CTAs & lot more...
4
  * Plugin URI: https://www.icegram.com/
5
  * Description: All in one solution to inspire, convert and engage your audiences. Action bars, Popup windows, Messengers, Toast notifications and more. Awesome themes and powerful rules.
6
- * Version: 1.10.9
7
  * Author: icegram
8
  * Author URI: https://www.icegram.com/
9
  * Copyright (c) 2014-16 Icegram
@@ -34,7 +34,7 @@ class Icegram {
34
 
35
  function __construct() {
36
 
37
- $this->version = "1.10.9";
38
  $this->shortcode_instances = array();
39
  $this->mode = 'local';
40
  $this->plugin_url = untrailingslashit( plugins_url( '/', __FILE__ ) );
@@ -1664,7 +1664,8 @@ class Icegram {
1664
  $active_plugins = array_merge($active_plugins, get_site_option('active_sitewide_plugins', array()));
1665
  }
1666
  $active_plugins = array_unique( array_merge( array_values($active_plugins), array_keys($active_plugins)) );
1667
- $ig_survey_data['ig_plan'] = (!empty(get_option('ig_engage_plan'))) ? get_option('ig_engage_plan') : false;
 
1668
  $ig_survey_data['ig_is_rm'] = (in_array('icegram-rainmaker/icegram-rainmaker.php', $active_plugins)) ? true : false;
1669
  $ig_survey_data['ig_is_es'] = (in_array('email-subscribers/email-subscribers.php', $active_plugins)) ? true : false;
1670
 
3
  * Plugin Name: Icegram - Popups, Optins, CTAs & lot more...
4
  * Plugin URI: https://www.icegram.com/
5
  * Description: All in one solution to inspire, convert and engage your audiences. Action bars, Popup windows, Messengers, Toast notifications and more. Awesome themes and powerful rules.
6
+ * Version: 1.10.9.1
7
  * Author: icegram
8
  * Author URI: https://www.icegram.com/
9
  * Copyright (c) 2014-16 Icegram
34
 
35
  function __construct() {
36
 
37
+ $this->version = "1.10.9.1";
38
  $this->shortcode_instances = array();
39
  $this->mode = 'local';
40
  $this->plugin_url = untrailingslashit( plugins_url( '/', __FILE__ ) );
1664
  $active_plugins = array_merge($active_plugins, get_site_option('active_sitewide_plugins', array()));
1665
  }
1666
  $active_plugins = array_unique( array_merge( array_values($active_plugins), array_keys($active_plugins)) );
1667
+ $ig_plan = get_option('ig_engage_plan');
1668
+ $ig_survey_data['ig_plan'] = $ig_plan;
1669
  $ig_survey_data['ig_is_rm'] = (in_array('icegram-rainmaker/icegram-rainmaker.php', $active_plugins)) ? true : false;
1670
  $ig_survey_data['ig_is_es'] = (in_array('email-subscribers/email-subscribers.php', $active_plugins)) ? true : false;
1671
 
ig-survey.php CHANGED
@@ -1,7 +1,5 @@
1
  <?php
2
  if(!defined('IG_SURVEY_TDOMAIN')) define('IG_SURVEY_TDOMAIN', 'icegram');
3
- $ig_data = Icegram::ig_get_survey_data();
4
-
5
  $screen = get_current_screen();
6
  if ( !in_array( $screen->id, array( 'ig_campaign', 'ig_message','edit-ig_message','edit-ig_campaign' ), true ) ) return;
7
  if( get_option('ig_survey_done') == 1 ) return;
@@ -23,6 +21,7 @@ if(!defined('IG_SURVEY_TDOMAIN')) define('IG_SURVEY_TDOMAIN', 'icegram');
23
  if( $res != 1 ){
24
  return;
25
  }
 
26
  $publish_days_diff = human_time_diff(strtotime($ig_data['ig_last_publish_campaign']),strtotime($ig_current_date));
27
  $edit_days_diff = human_time_diff(strtotime($ig_data['ig_last_modified_campaign']),strtotime($ig_current_date));
28
  ?>
1
  <?php
2
  if(!defined('IG_SURVEY_TDOMAIN')) define('IG_SURVEY_TDOMAIN', 'icegram');
 
 
3
  $screen = get_current_screen();
4
  if ( !in_array( $screen->id, array( 'ig_campaign', 'ig_message','edit-ig_message','edit-ig_campaign' ), true ) ) return;
5
  if( get_option('ig_survey_done') == 1 ) return;
21
  if( $res != 1 ){
22
  return;
23
  }
24
+ $ig_data = Icegram::ig_get_survey_data();
25
  $publish_days_diff = human_time_diff(strtotime($ig_data['ig_last_publish_campaign']),strtotime($ig_current_date));
26
  $edit_days_diff = human_time_diff(strtotime($ig_data['ig_last_modified_campaign']),strtotime($ig_current_date));
27
  ?>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.icegram.com/
4
  Tags: popup, Exit-popup, optin-popup, popups, hellobar, optin, lead capture, form, marketing, notification, messenger, targeting, monster, ninja ,wordpress lead generation, wordpress lightbox optin, wordpress lightbox optin form, wordpress lightbox optins, wordpress mobile optin forms, wordpress mobile popup, wordpress mobile popups, wordpress optin form, wordpress overlay popup, wordpress popup, wordpress popup form, wordpress popup plugin, wordpress popup solution, wordpress popups , popups, subscribe, wp popups, optin bars, action grabber, promotion, popup message, leads, lists, builder, action bar, floating bar, footer bar, hellobar alternative, pop over, Popup plugin, aweber, campaign monitor, constant contact, email list, exit-intent, onclick popup, analytics, Hubspot, popup ads, pop-up, Mailing list pop-up, re-targeting, Animation,Popups with Animation ,Responsive Popup, split testing, AB testing
5
  Requires at least: 3.9
6
  Tested up to: 4.8.1
7
- Stable tag: 1.10.9
8
  License: GPLv3
9
 
10
  The best WP popup plugin that let's you create a popup within seconds. Customize, target popups to show offers, email signups, social buttons etc and instantly increase conversions on your website.
@@ -208,6 +208,9 @@ Contact Us, provide as much detail of the problem as you can. We will try to sol
208
  5. Target your Icegram message using these display rules
209
 
210
  == Upgrade Notice ==
 
 
 
211
  = 1.10.9 =
212
  Revised Gallery Templates
213
 
@@ -390,6 +393,9 @@ Initial Release
390
 
391
 
392
  == Changelog ==
 
 
 
393
  = 1.10.9 =
394
  * Enhancement: Revised Gallery templates
395
 
4
  Tags: popup, Exit-popup, optin-popup, popups, hellobar, optin, lead capture, form, marketing, notification, messenger, targeting, monster, ninja ,wordpress lead generation, wordpress lightbox optin, wordpress lightbox optin form, wordpress lightbox optins, wordpress mobile optin forms, wordpress mobile popup, wordpress mobile popups, wordpress optin form, wordpress overlay popup, wordpress popup, wordpress popup form, wordpress popup plugin, wordpress popup solution, wordpress popups , popups, subscribe, wp popups, optin bars, action grabber, promotion, popup message, leads, lists, builder, action bar, floating bar, footer bar, hellobar alternative, pop over, Popup plugin, aweber, campaign monitor, constant contact, email list, exit-intent, onclick popup, analytics, Hubspot, popup ads, pop-up, Mailing list pop-up, re-targeting, Animation,Popups with Animation ,Responsive Popup, split testing, AB testing
5
  Requires at least: 3.9
6
  Tested up to: 4.8.1
7
+ Stable tag: 1.10.9.1
8
  License: GPLv3
9
 
10
  The best WP popup plugin that let's you create a popup within seconds. Customize, target popups to show offers, email signups, social buttons etc and instantly increase conversions on your website.
208
  5. Target your Icegram message using these display rules
209
 
210
  == Upgrade Notice ==
211
+ = 1.10.9.1 =
212
+ Bug Fix release
213
+
214
  = 1.10.9 =
215
  Revised Gallery Templates
216
 
393
 
394
 
395
  == Changelog ==
396
+ = 1.10.9.1 =
397
+ * Fix: "Blank / White Screen of death" / Fatal error: Can't use function return value in write context
398
+
399
  = 1.10.9 =
400
  * Enhancement: Revised Gallery templates
401