Version Description
Bug on first installation fixed (preview page not working)
Download this release
Release Info
Developer | ITRO |
Plugin | ITRO Popup Plugin |
Version | 4.4.2 |
Comparing to | |
See all releases |
Code changes from version 4.4.1 to 4.4.2
- functions/core-function.php +1 -0
- mc-main.php +2 -2
- readme.txt +6 -1
functions/core-function.php
CHANGED
@@ -42,6 +42,7 @@ function itro_init()
|
|
42 |
itro_update_option('popup_border_width',3);
|
43 |
itro_update_option('popup_border_radius',8);
|
44 |
itro_update_option('popup_padding',2);
|
|
|
45 |
|
46 |
switch(WPLANG)
|
47 |
{
|
42 |
itro_update_option('popup_border_width',3);
|
43 |
itro_update_option('popup_border_radius',8);
|
44 |
itro_update_option('popup_padding',2);
|
45 |
+
itro_update_option('page_selection','none');
|
46 |
|
47 |
switch(WPLANG)
|
48 |
{
|
mc-main.php
CHANGED
@@ -8,12 +8,12 @@ Plugin URI: http://www.itro.eu/
|
|
8 |
Description: EN - Show a perfecly centered customizable popup and a popup-system for age-restricted site and allow to insert own HTML code. IT - Visualizza un popup perfettamente centrato e personalizzabile con possibile blocco per i siti con restrizioni di eta' e permette di inserire il proprio codice HTML.
|
9 |
Author: I.T.RO.(c) Sez. Informatica
|
10 |
E-mail: support.itro@live.com
|
11 |
-
Version: 4.4.
|
12 |
Author URI: http://www.itro.eu/
|
13 |
*/
|
14 |
|
15 |
global $ITRO_VER;
|
16 |
-
$ITRO_VER = 4.
|
17 |
define('itroLocalPath', __DIR__);
|
18 |
define('itroPath', plugins_url() . '/itro-popup/');
|
19 |
define('itroImages', plugins_url() . '/itro-popup/images/');
|
8 |
Description: EN - Show a perfecly centered customizable popup and a popup-system for age-restricted site and allow to insert own HTML code. IT - Visualizza un popup perfettamente centrato e personalizzabile con possibile blocco per i siti con restrizioni di eta' e permette di inserire il proprio codice HTML.
|
9 |
Author: I.T.RO.(c) Sez. Informatica
|
10 |
E-mail: support.itro@live.com
|
11 |
+
Version: 4.4.2
|
12 |
Author URI: http://www.itro.eu/
|
13 |
*/
|
14 |
|
15 |
global $ITRO_VER;
|
16 |
+
$ITRO_VER = 4.42;
|
17 |
define('itroLocalPath', __DIR__);
|
18 |
define('itroPath', plugins_url() . '/itro-popup/');
|
19 |
define('itroImages', plugins_url() . '/itro-popup/images/');
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.itro.eu/index.php/donate/
|
|
4 |
Tags: popup, age restriction, block, violence, age validation, adult, adult content, content warning, wp editor, fancy box, fancy popup, custom popup, advertising popup, ads, ads popup, pop-up, lightbox, lightbox popup,
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 3.3
|
7 |
-
Stable tag: 4.4.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -75,6 +75,9 @@ DONATE NOW! - HELP US TO DEVELOP FOR YOU! [DONATE NOW](http://www.itro.eu/?page_
|
|
75 |
no screenshot avaliable
|
76 |
|
77 |
== Changelog ==
|
|
|
|
|
|
|
78 |
= 4.4.1 =
|
79 |
Code maintenance. Some bug for popup visualization fixed.
|
80 |
|
@@ -208,6 +211,8 @@ bug fixed: color table now works in admin pannel.
|
|
208 |
First released version.
|
209 |
|
210 |
== Upgrade Notice ==
|
|
|
|
|
211 |
= 4.4.1 =
|
212 |
Code maintenance. Some bug for popup visualization fixed.
|
213 |
= 4.4 =
|
4 |
Tags: popup, age restriction, block, violence, age validation, adult, adult content, content warning, wp editor, fancy box, fancy popup, custom popup, advertising popup, ads, ads popup, pop-up, lightbox, lightbox popup,
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 3.3
|
7 |
+
Stable tag: 4.4.2
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
75 |
no screenshot avaliable
|
76 |
|
77 |
== Changelog ==
|
78 |
+
= 4.4.2 =
|
79 |
+
Bug on first installation fixed (preview page not working)
|
80 |
+
|
81 |
= 4.4.1 =
|
82 |
Code maintenance. Some bug for popup visualization fixed.
|
83 |
|
211 |
First released version.
|
212 |
|
213 |
== Upgrade Notice ==
|
214 |
+
= 4.4.2 =
|
215 |
+
Bug on first installation fixed (preview page not working)
|
216 |
= 4.4.1 =
|
217 |
Code maintenance. Some bug for popup visualization fixed.
|
218 |
= 4.4 =
|