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

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.28.2
Comparing to
See all releases

Code changes from version 1.10.28.1 to 1.10.28.2

Files changed (2) hide show
  1. icegram.php +8 -8
  2. 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.28.1
7
  * Author: icegram
8
  * Author URI: https://www.icegram.com/
9
  * Copyright (c) 2014-16 Icegram
@@ -35,23 +35,19 @@ class Icegram {
35
  function __construct() {
36
  global $ig_feedback;
37
 
38
- $this->version = "1.10.28.1";
39
  $this->shortcode_instances = array();
40
  $this->mode = 'local';
41
  $this->plugin_url = untrailingslashit( plugins_url( '/', __FILE__ ) );
42
  $this->plugin_path = untrailingslashit( plugin_dir_path( __FILE__ ) );
 
 
43
 
44
  if( is_admin() ){
45
- require_once('classes/feedback/class-ig-tracker-v-1-0-1.php');
46
- require_once('classes/feedback/class-ig-feedback-v-1-0-1.php');
47
- require_once('classes/feedback.php');
48
  $ig_feedback = new IG_Feedback_V_1_0_1( 'Icegram', 'icegram', 'ig', 'igfree.', false );
49
  $ig_feedback->render_deactivate_feedback();
50
  }
51
 
52
- $this->include_classes();
53
- $this->cache_compatibility = get_option('icegram_cache_compatibility', 'no');
54
-
55
  if( is_admin() && current_user_can( 'edit_posts' ) ) {
56
  $ig_campaign_admin = Icegram_Campaign_Admin::getInstance();
57
  $ig_message_admin = Icegram_Message_Admin::getInstance();
@@ -1244,6 +1240,10 @@ class Icegram {
1244
  // Include all classes required for Icegram plugin
1245
  function include_classes() {
1246
 
 
 
 
 
1247
  $classes = glob( $this->plugin_path . '/classes/*.php' );
1248
  foreach ( $classes as $file ) {
1249
  // Files with 'admin' in their name are included only for admin section
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.28.2
7
  * Author: icegram
8
  * Author URI: https://www.icegram.com/
9
  * Copyright (c) 2014-16 Icegram
35
  function __construct() {
36
  global $ig_feedback;
37
 
38
+ $this->version = "1.10.28.2";
39
  $this->shortcode_instances = array();
40
  $this->mode = 'local';
41
  $this->plugin_url = untrailingslashit( plugins_url( '/', __FILE__ ) );
42
  $this->plugin_path = untrailingslashit( plugin_dir_path( __FILE__ ) );
43
+ $this->include_classes();
44
+ $this->cache_compatibility = get_option('icegram_cache_compatibility', 'no');
45
 
46
  if( is_admin() ){
 
 
 
47
  $ig_feedback = new IG_Feedback_V_1_0_1( 'Icegram', 'icegram', 'ig', 'igfree.', false );
48
  $ig_feedback->render_deactivate_feedback();
49
  }
50
 
 
 
 
51
  if( is_admin() && current_user_can( 'edit_posts' ) ) {
52
  $ig_campaign_admin = Icegram_Campaign_Admin::getInstance();
53
  $ig_message_admin = Icegram_Message_Admin::getInstance();
1240
  // Include all classes required for Icegram plugin
1241
  function include_classes() {
1242
 
1243
+ require_once('classes/feedback/class-ig-tracker-v-1-0-1.php');
1244
+ require_once('classes/feedback/class-ig-feedback-v-1-0-1.php');
1245
+ require_once('classes/feedback.php');
1246
+
1247
  $classes = glob( $this->plugin_path . '/classes/*.php' );
1248
  foreach ( $classes as $file ) {
1249
  // Files with 'admin' in their name are included only for admin section
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.icegram.com/
4
  Tags: popup, wordpress popups,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: 5.2.1
7
- Stable tag: 1.10.28.1
8
  License: GPLv3
9
 
10
  The best WP popup plugin that let's you create a popup within seconds. Customize popup, target popups to show offers, email signups, social buttons etc and instantly increase conversions on your website.
@@ -217,6 +217,9 @@ Contact Us, provide as much detail of the problem as you can. We will try to sol
217
  5. Target your Icegram message using these display rules
218
 
219
  == Upgrade Notice ==
 
 
 
220
  = 1.10.28.1 =
221
  Bug Fix release
222
 
@@ -462,6 +465,9 @@ Initial Release
462
 
463
 
464
  == Changelog ==
 
 
 
465
  = 1.10.28.1 =
466
  * Fix: Fatal error "IG_Tracker_V_1_0_1" class not found.
467
 
4
  Tags: popup, wordpress popups,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: 5.2.1
7
+ Stable tag: 1.10.28.2
8
  License: GPLv3
9
 
10
  The best WP popup plugin that let's you create a popup within seconds. Customize popup, target popups to show offers, email signups, social buttons etc and instantly increase conversions on your website.
217
  5. Target your Icegram message using these display rules
218
 
219
  == Upgrade Notice ==
220
+ = 1.10.28.2 =
221
+ Bug Fix release
222
+
223
  = 1.10.28.1 =
224
  Bug Fix release
225
 
465
 
466
 
467
  == Changelog ==
468
+ = 1.10.28.2 =
469
+ * Fix: Fatal error "IG_Tracker_V_1_0_1" class not found.
470
+
471
  = 1.10.28.1 =
472
  * Fix: Fatal error "IG_Tracker_V_1_0_1" class not found.
473