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

Version Description

Fix: Classic Post Editor not showing Fix: UI issue with Contact Us popup on Docs & Support screen

=

Download this release

Release Info

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

Code changes from version 2.1.3 to 2.1.4

Files changed (4) hide show
  1. icegram.php +2 -2
  2. lite/about-icegram.php +5 -0
  3. lite/class-icegram.php +3 -3
  4. readme.txt +9 -3
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: 2.1.3
7
  * Tested up to: 5.9.1
8
  * Author: icegram
9
  * Author URI: https://www.icegram.com/
@@ -122,7 +122,7 @@ if ( ! defined( 'IG_PLUGIN_FILE' ) ) {
122
  }
123
 
124
  if ( ! defined( 'IG_PLUGIN_VERSION' ) ) {
125
- define( 'IG_PLUGIN_VERSION', '2.1.3' );
126
  }
127
 
128
  if ( ! defined( 'IG_PRODUCT_ID' ) ) {
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: 2.1.4
7
  * Tested up to: 5.9.1
8
  * Author: icegram
9
  * Author URI: https://www.icegram.com/
122
  }
123
 
124
  if ( ! defined( 'IG_PLUGIN_VERSION' ) ) {
125
+ define( 'IG_PLUGIN_VERSION', '2.1.4' );
126
  }
127
 
128
  if ( ! defined( 'IG_PRODUCT_ID' ) ) {
lite/about-icegram.php CHANGED
@@ -52,6 +52,11 @@ function icegram_support_ticket_content() {
52
  $customer_email = $current_user->data->user_email;
53
 
54
  ?>
 
 
 
 
 
55
  <form id="icegram_form_post_query" method="POST" action="" enctype="multipart/form-data">
56
  <script type="text/javascript">
57
  jQuery(function(){
52
  $customer_email = $current_user->data->user_email;
53
 
54
  ?>
55
+ <style type="text/css">
56
+ .ig_campaign_page_icegram-support div#TB_ajaxContent {
57
+ height: 430px !important;
58
+ }
59
+ </style>
60
  <form id="icegram_form_post_query" method="POST" action="" enctype="multipart/form-data">
61
  <script type="text/javascript">
62
  jQuery(function(){
lite/class-icegram.php CHANGED
@@ -1087,11 +1087,11 @@ if ( ! class_exists( 'Icegram' ) ) {
1087
  wp_enqueue_script( 'select2' );
1088
  }
1089
 
1090
- if ( ! in_array( $screen->id, array( 'ig_campaign', 'ig_message', 'edit-ig_campaign' ), true ) ) {
1091
- return;
1092
- }
1093
  }
1094
 
 
 
 
1095
 
1096
  // Register scripts
1097
  wp_register_script( 'icegram_writepanel', $this->plugin_url . '/assets/js/admin.min.js', array( 'jquery', 'wp-color-picker' ), $this->version );
1087
  wp_enqueue_script( 'select2' );
1088
  }
1089
 
 
 
 
1090
  }
1091
 
1092
+ if ( ! in_array( $screen->id, array( 'ig_campaign', 'ig_message', 'edit-ig_campaign' ), true ) ) {
1093
+ return;
1094
+ }
1095
 
1096
  // Register scripts
1097
  wp_register_script( 'icegram_writepanel', $this->plugin_url . '/assets/js/admin.min.js', array( 'jquery', 'wp-color-picker' ), $this->version );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.icegram.com/
4
  Tags: popup, optin, hellobar, lead capture, form
5
  Requires at least: 3.9
6
  Tested up to: 5.9.1
7
- Stable tag: 2.1.3
8
  License: GPLv3
9
 
10
  The best WordPress popup plugin that lets you create popups and action bars within seconds. Customize exit-intent popup campaigns, action bars, badges, stickies, inline optin, fullscreen overlay, ribbons, sidebar panel and more in no time.
@@ -458,12 +458,18 @@ Contact Us, provide as much detail of the problem as you can. We will try to sol
458
 
459
  == Upgrade Notice ==
460
 
461
- = 2.1.3 =
462
 
463
- New: Added onboarding campaign creation guide
 
464
 
465
  == Changelog ==
466
 
 
 
 
 
 
467
  **2.1.3 (05.03.2022)**
468
 
469
  * New: Added onboarding campaign creation guide
4
  Tags: popup, optin, hellobar, lead capture, form
5
  Requires at least: 3.9
6
  Tested up to: 5.9.1
7
+ Stable tag: 2.1.4
8
  License: GPLv3
9
 
10
  The best WordPress popup plugin that lets you create popups and action bars within seconds. Customize exit-intent popup campaigns, action bars, badges, stickies, inline optin, fullscreen overlay, ribbons, sidebar panel and more in no time.
458
 
459
  == Upgrade Notice ==
460
 
461
+ = 2.1.4 =
462
 
463
+ Fix: Classic Post Editor not showing
464
+ Fix: UI issue with Contact Us popup on Docs & Support screen
465
 
466
  == Changelog ==
467
 
468
+ **2.1.4 (07.03.2022)**
469
+
470
+ * Fix: Classic Post Editor not showing
471
+ * Fix: UI issue with Contact Us popup on Docs & Support screen
472
+
473
  **2.1.3 (05.03.2022)**
474
 
475
  * New: Added onboarding campaign creation guide