Version Description
Deleted useless itroLocalPath to avoid DIR error for old PHP version
Download this release
Release Info
Developer | ITRO |
Plugin | ITRO Popup Plugin |
Version | 4.5.4 |
Comparing to | |
See all releases |
Code changes from version 4.5.3 to 4.5.4
- admin/popup-admin.php +1 -1
- mc-main.php +3 -3
- readme.txt +5 -2
admin/popup-admin.php
CHANGED
@@ -433,7 +433,7 @@ if( isset($_POST[ $submitted_form ]) && $_POST[ $submitted_form ] == 'Y' || isse
|
|
433 |
</div>
|
434 |
|
435 |
<div id="rightColumn">
|
436 |
-
<!--
|
437 |
<p class="wpstyle" onClick="jQuery('#premium_ads').toggle('blind');"><?php _e('ITRO Popup messages', 'itro-plugin'); ?> </p>
|
438 |
<div id="premium_ads" style="text-align: center;">
|
439 |
<a target="_blank" href="http://www.itro.eu/ccount12/click.php?id=5"><img title="TRY IT FOR FREE!!!" src="http://www.itroteam.com/plugins/premium_banner.png"></a>
|
433 |
</div>
|
434 |
|
435 |
<div id="rightColumn">
|
436 |
+
<!-- A simple not annoying banner, please do not remove, we use it to quickly comunicate with you about premium and free! !-->
|
437 |
<p class="wpstyle" onClick="jQuery('#premium_ads').toggle('blind');"><?php _e('ITRO Popup messages', 'itro-plugin'); ?> </p>
|
438 |
<div id="premium_ads" style="text-align: center;">
|
439 |
<a target="_blank" href="http://www.itro.eu/ccount12/click.php?id=5"><img title="TRY IT FOR FREE!!!" src="http://www.itroteam.com/plugins/premium_banner.png"></a>
|
mc-main.php
CHANGED
@@ -8,13 +8,13 @@ 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.eu
|
11 |
-
Version: 4.5.
|
12 |
Author URI: http://www.itro.eu/
|
13 |
*/
|
14 |
|
15 |
global $ITRO_VER;
|
16 |
-
$ITRO_VER = 4.
|
17 |
-
|
18 |
define('itroPath', plugins_url() . '/itro-popup/');
|
19 |
define('itroImages', plugins_url() . '/itro-popup/images/');
|
20 |
|
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.eu
|
11 |
+
Version: 4.5.4
|
12 |
Author URI: http://www.itro.eu/
|
13 |
*/
|
14 |
|
15 |
global $ITRO_VER;
|
16 |
+
$ITRO_VER = 4.54;
|
17 |
+
|
18 |
define('itroPath', plugins_url() . '/itro-popup/');
|
19 |
define('itroImages', plugins_url() . '/itro-popup/images/');
|
20 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: ITRO
|
|
3 |
Donate link: http://www.itro.eu/index.php/donate/
|
4 |
Tags: popup, popup message, popup box, popup ads, popup advertising, jquery popup, popup jquery, automatic popup, age restriction, popup block, popup violence, age validation popup, adult, adult content, content warning, content warning popup, fancy box, fancy popup, custom popup, advertising popup, pop-up, lightbox, lightbox popup,
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 4.5.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -97,6 +97,9 @@ DONATE NOW! - HELP US TO DEVELOP FOR YOU! [DONATE NOW](http://www.itro.eu/?page_
|
|
97 |
no screenshot avaliable
|
98 |
|
99 |
== Changelog ==
|
|
|
|
|
|
|
100 |
= 4.5.3 =
|
101 |
Added French translation, deleted send_header function with IE metadata for compatibility,
|
102 |
English errors found. Minor bug fixed.
|
3 |
Donate link: http://www.itro.eu/index.php/donate/
|
4 |
Tags: popup, popup message, popup box, popup ads, popup advertising, jquery popup, popup jquery, automatic popup, age restriction, popup block, popup violence, age validation popup, adult, adult content, content warning, content warning popup, fancy box, fancy popup, custom popup, advertising popup, pop-up, lightbox, lightbox popup,
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 3.8
|
7 |
+
Stable tag: 4.5.4
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
97 |
no screenshot avaliable
|
98 |
|
99 |
== Changelog ==
|
100 |
+
= 4.5.4 =
|
101 |
+
Deleted useless itroLocalPath to avoid __DIR__ error for old PHP version
|
102 |
+
|
103 |
= 4.5.3 =
|
104 |
Added French translation, deleted send_header function with IE metadata for compatibility,
|
105 |
English errors found. Minor bug fixed.
|