Version Description
Bug fix release for preview not working.
Download this release
Release Info
Developer | niravmehta |
Plugin | Popups, Welcome Bar, Optins and Lead Generation Plugin – Icegram |
Version | 1.8.2 |
Comparing to | |
See all releases |
Code changes from version 1.8.1 to 1.8.2
- icegram.php +4 -4
- readme.txt +7 -1
icegram.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Icegram
|
4 |
* Plugin URI: http://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.8.
|
7 |
* Author: Icegram
|
8 |
* Author URI: http://www.icegram.com/
|
9 |
*
|
@@ -34,7 +34,7 @@ class Icegram {
|
|
34 |
|
35 |
function __construct() {
|
36 |
|
37 |
-
$this->version = "1.8.
|
38 |
$this->shortcode_instances = array();
|
39 |
$this->mode = 'local';
|
40 |
$this->plugin_url = untrailingslashit( plugins_url( '/', __FILE__ ) );
|
@@ -777,8 +777,8 @@ class Icegram {
|
|
777 |
}
|
778 |
|
779 |
function get_valid_messages( $message_ids = array(), $campaign_ids = array(), $preview_mode = false, $skip_others = false) {
|
780 |
-
|
781 |
-
list($message_ids, $campaign_ids, $preview_mode, $skip_others) = apply_filters('icegram_get_valid_messages_params', $message_ids, $campaign_ids, $preview_mode, $skip_others);
|
782 |
|
783 |
$valid_messages = $valid_campaigns = $message_campaign_map = array();
|
784 |
|
3 |
* Plugin Name: Icegram
|
4 |
* Plugin URI: http://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.8.2
|
7 |
* Author: Icegram
|
8 |
* Author URI: http://www.icegram.com/
|
9 |
*
|
34 |
|
35 |
function __construct() {
|
36 |
|
37 |
+
$this->version = "1.8.2";
|
38 |
$this->shortcode_instances = array();
|
39 |
$this->mode = 'local';
|
40 |
$this->plugin_url = untrailingslashit( plugins_url( '/', __FILE__ ) );
|
777 |
}
|
778 |
|
779 |
function get_valid_messages( $message_ids = array(), $campaign_ids = array(), $preview_mode = false, $skip_others = false) {
|
780 |
+
|
781 |
+
list($message_ids, $campaign_ids, $preview_mode, $skip_others) = apply_filters('icegram_get_valid_messages_params', array( $message_ids, $campaign_ids, $preview_mode, $skip_others));
|
782 |
|
783 |
$valid_messages = $valid_campaigns = $message_campaign_map = array();
|
784 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.icegram.com/
|
|
4 |
Tags: popup, window, hellobar, optin, lead capture, marketing, form, notification, messenger, targeting, monster, ninja
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.0
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -145,6 +145,9 @@ Contact Us, provide as much detail of the problem as you can. We will try to sol
|
|
145 |
3. Editing an Icegram campaign - add multiple messages, edit them, targeting rules, full HTML editor, themes and more
|
146 |
|
147 |
== Upgrade Notice ==
|
|
|
|
|
|
|
148 |
= 1.8.1 =
|
149 |
Recommended upgrade. Many improvements.
|
150 |
|
@@ -183,6 +186,9 @@ Initial Release
|
|
183 |
|
184 |
|
185 |
== Changelog ==
|
|
|
|
|
|
|
186 |
= 1.8.1 =
|
187 |
* NEW: Support for Icegram Remote - now run your campaigns on other sites - even non WordPress sites
|
188 |
* Update: Better wildcard matching in Where targeting rules for URLs
|
4 |
Tags: popup, window, hellobar, optin, lead capture, marketing, form, notification, messenger, targeting, monster, ninja
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.0
|
7 |
+
Stable tag: 1.8.2
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
145 |
3. Editing an Icegram campaign - add multiple messages, edit them, targeting rules, full HTML editor, themes and more
|
146 |
|
147 |
== Upgrade Notice ==
|
148 |
+
= 1.8.2 =
|
149 |
+
Bug fix release for preview not working.
|
150 |
+
|
151 |
= 1.8.1 =
|
152 |
Recommended upgrade. Many improvements.
|
153 |
|
186 |
|
187 |
|
188 |
== Changelog ==
|
189 |
+
= 1.8.2 =
|
190 |
+
* Fix: Preview not working correctly
|
191 |
+
|
192 |
= 1.8.1 =
|
193 |
* NEW: Support for Icegram Remote - now run your campaigns on other sites - even non WordPress sites
|
194 |
* Update: Better wildcard matching in Where targeting rules for URLs
|