ITRO Popup Plugin - Version 4.5.7

Version Description

Content warnig button centerd in the popup

Download this release

Release Info

Developer ITRO
Plugin Icon 128x128 ITRO Popup Plugin
Version 4.5.7
Comparing to
See all releases

Code changes from version 4.5.6 to 4.5.7

Files changed (3) hide show
  1. mc-main.php +2 -2
  2. readme.txt +7 -4
  3. templates/itro-popup-template.php +1 -1
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.eu
11
- Version: 4.5.6
12
  Author URI: http://www.itro.eu/
13
  */
14
 
15
  global $ITRO_VER;
16
- $ITRO_VER = 4.56;
17
 
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.eu
11
+ Version: 4.5.7
12
  Author URI: http://www.itro.eu/
13
  */
14
 
15
  global $ITRO_VER;
16
+ $ITRO_VER = 4.57;
17
 
18
  define('itroPath', plugins_url() . '/itro-popup/');
19
  define('itroImages', plugins_url() . '/itro-popup/images/');
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.8
7
- Stable tag: 4.5.6
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -98,6 +98,9 @@ DONATE NOW! - HELP US TO DEVELOP FOR YOU! [DONATE NOW](http://www.itro.eu/?page_
98
  no screenshot avaliable
99
 
100
  == Changelog ==
 
 
 
101
  = 4.5.6 =
102
  Admin style in proper css file. Shortcodes now work.
103
 
@@ -263,8 +266,8 @@ bug fixed: color table now works in admin pannel.
263
  First released version.
264
 
265
  == Upgrade Notice ==
266
- = 4.5.6 =
267
- Admin style in proper css file. Shortcodes now work.
268
 
269
  == Notes ==
270
  FOR TUTORIAL AND FAQ VISIT THE OFFICIAL SITE [CLICK HERE!](http://www.itro.eu/?page_id=390)
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.1
7
+ Stable tag: 4.5.7
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
98
  no screenshot avaliable
99
 
100
  == Changelog ==
101
+ = 4.5.7 =
102
+ Content warnig button centerd in the popup
103
+
104
  = 4.5.6 =
105
  Admin style in proper css file. Shortcodes now work.
106
 
266
  First released version.
267
 
268
  == Upgrade Notice ==
269
+ = 4.5.7 =
270
+ Content warnig button centerd in the popup
271
 
272
  == Notes ==
273
  FOR TUTORIAL AND FAQ VISIT THE OFFICIAL SITE [CLICK HERE!](http://www.itro.eu/?page_id=390)
templates/itro-popup-template.php CHANGED
@@ -31,7 +31,7 @@ function itro_popup_template()
31
  echo do_shortcode( str_replace("\r\n",'',$custom_field) ); /* return the string whitout new line */
32
  if ( itro_get_option('age_restriction') == 'yes' )
33
  {?>
34
- <p id="age_button_area" align="center">
35
  <input type="button" id="ageEnterButton" onClick="itro_set_cookie('popup_cookie','one_time_popup',<?php echo itro_get_option('cookie_time_exp'); ?>); jQuery('#itro_popup').fadeOut(function(){itro_opaco.style.visibility='hidden';})" value="<?php echo itro_get_option('enter_button_text');?>">
36
  <input type="button" id="ageLeaveButton" onClick="javascript:window.open('<?php echo itro_get_option('leave_button_url')?>','_self');" value="<?php echo itro_get_option('leave_button_text');?>">
37
  </p><?php
31
  echo do_shortcode( str_replace("\r\n",'',$custom_field) ); /* return the string whitout new line */
32
  if ( itro_get_option('age_restriction') == 'yes' )
33
  {?>
34
+ <p id="age_button_area" style="text-align: center;">
35
  <input type="button" id="ageEnterButton" onClick="itro_set_cookie('popup_cookie','one_time_popup',<?php echo itro_get_option('cookie_time_exp'); ?>); jQuery('#itro_popup').fadeOut(function(){itro_opaco.style.visibility='hidden';})" value="<?php echo itro_get_option('enter_button_text');?>">
36
  <input type="button" id="ageLeaveButton" onClick="javascript:window.open('<?php echo itro_get_option('leave_button_url')?>','_self');" value="<?php echo itro_get_option('leave_button_text');?>">
37
  </p><?php