Version Description
FIXED: DB update for "auto" height error of 4.9.3
Download this release
Release Info
Developer | ITRO |
Plugin | ITRO Popup Plugin |
Version | 4.9.5 |
Comparing to | |
See all releases |
Code changes from version 4.9.4 to 4.9.5
- functions/database-function.php +4 -2
- mc-main.php +2 -2
- readme.txt +7 -1
functions/database-function.php
CHANGED
@@ -66,9 +66,11 @@ function itro_update_db()
|
|
66 |
itro_update_option('countdown_text', 'This popup will close in:');
|
67 |
}
|
68 |
// reset the popup height after error for data sanitization
|
69 |
-
if( get_option('itro_prev_ver') <= 4.
|
70 |
{
|
71 |
-
|
|
|
|
|
72 |
}
|
73 |
}
|
74 |
|
66 |
itro_update_option('countdown_text', 'This popup will close in:');
|
67 |
}
|
68 |
// reset the popup height after error for data sanitization
|
69 |
+
if( get_option('itro_prev_ver') <= 4.95 )
|
70 |
{
|
71 |
+
if(itro_get_option('select_popup_height') == 'px' && itro_get_option('px_popup_height') == 0 ){
|
72 |
+
itro_update_option('select_popup_height', 'auto');
|
73 |
+
}
|
74 |
}
|
75 |
}
|
76 |
|
mc-main.php
CHANGED
@@ -6,14 +6,14 @@ Description: EN - Show a perfecly centered customizable popup and a popup-system
|
|
6 |
Author: ITRO Team
|
7 |
E-mail: support@itroteam.com
|
8 |
Text Domain: itro-popup
|
9 |
-
Version: 4.9.
|
10 |
Author URI: http://www.itroteam.com
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
14 |
|
15 |
global $ITRO_VER;
|
16 |
-
$ITRO_VER = 4.
|
17 |
|
18 |
global $popup_fired; //it check if there is a popup visualization via shortcode or via automatic visualization
|
19 |
$popup_fired = false;
|
6 |
Author: ITRO Team
|
7 |
E-mail: support@itroteam.com
|
8 |
Text Domain: itro-popup
|
9 |
+
Version: 4.9.5
|
10 |
Author URI: http://www.itroteam.com
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
14 |
|
15 |
global $ITRO_VER;
|
16 |
+
$ITRO_VER = 4.95;
|
17 |
|
18 |
global $popup_fired; //it check if there is a popup visualization via shortcode or via automatic visualization
|
19 |
$popup_fired = false;
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.itroteam.com/
|
|
4 |
Tags: multilingual popup, popup, popup message, popuup optin, popup box, popup ads, popup advertising, popup block, popup content warning, fancy box, fancy popup, advertising popup, pop-up, lightbox popup
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.5
|
7 |
-
Stable tag: 4.9.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -101,6 +101,9 @@ DONATE NOW! - HELP US TO KEEP IT FREE! [DONATE NOW](http://www.itroteam.com/)
|
|
101 |
VIEW LIVE DEMOS ON OUR OFFICIAL SITE - [CLICK HERE!](http://www.itroteam.com/)
|
102 |
|
103 |
== Changelog ==
|
|
|
|
|
|
|
104 |
= 4.9.4 =
|
105 |
FIXED: obsolete WPLANG usage
|
106 |
FIXED: data sanification reject "auto" setting for popup height
|
@@ -337,6 +340,9 @@ bug fixed: color table now works in admin pannel.
|
|
337 |
First released version.
|
338 |
|
339 |
== Upgrade Notice ==
|
|
|
|
|
|
|
340 |
= 4.9.4 =
|
341 |
FIXED: obsolete WPLANG usage
|
342 |
FIXED: data sanification reject "auto" setting for popup height
|
4 |
Tags: multilingual popup, popup, popup message, popuup optin, popup box, popup ads, popup advertising, popup block, popup content warning, fancy box, fancy popup, advertising popup, pop-up, lightbox popup
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.5
|
7 |
+
Stable tag: 4.9.5
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
101 |
VIEW LIVE DEMOS ON OUR OFFICIAL SITE - [CLICK HERE!](http://www.itroteam.com/)
|
102 |
|
103 |
== Changelog ==
|
104 |
+
= 4.9.5 =
|
105 |
+
FIXED: DB update for "auto" height error of 4.9.3
|
106 |
+
|
107 |
= 4.9.4 =
|
108 |
FIXED: obsolete WPLANG usage
|
109 |
FIXED: data sanification reject "auto" setting for popup height
|
340 |
First released version.
|
341 |
|
342 |
== Upgrade Notice ==
|
343 |
+
= 4.9.5 =
|
344 |
+
FIXED: DB update for "auto" height error of 4.9.3
|
345 |
+
|
346 |
= 4.9.4 =
|
347 |
FIXED: obsolete WPLANG usage
|
348 |
FIXED: data sanification reject "auto" setting for popup height
|