Version Description
New paypal donation form.
Download this release
Release Info
Developer | ITRO |
Plugin | ITRO Popup Plugin |
Version | 4.5.5 |
Comparing to | |
See all releases |
Code changes from version 4.5.4 to 4.5.5
- admin/popup-admin.php +5 -15
- mc-main.php +2 -2
- readme.txt +7 -4
admin/popup-admin.php
CHANGED
@@ -459,21 +459,11 @@ if( isset($_POST[ $submitted_form ]) && $_POST[ $submitted_form ] == 'Y' || isse
|
|
459 |
<!-- Donation form - please don't change or remove!!! thanks !-->
|
460 |
<div id="donateForm">
|
461 |
<h3><?php _e("Like it? Offer us a coffee! ;-)","itro-plugin")?> <img width="35px" src="<?php echo itroImages . 'coffee.png';?>"></h3>
|
462 |
-
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
463 |
-
<input type="hidden" name="cmd" value="_s-xclick"
|
464 |
-
<input type="hidden" name="hosted_button_id" value="
|
465 |
-
<
|
466 |
-
|
467 |
-
<option value="little donation"><?php _e('little donation','itro-plugin') ?> €2,00 EUR</option>
|
468 |
-
<option value="right donation"><?php _e('right donation','itro-plugin') ?> €5,00 EUR</option>
|
469 |
-
<option value="normal donation"><?php _e('normal donation','itro-plugin') ?> €10,00 EUR</option>
|
470 |
-
<option value="good donation"><?php _e('good donation','itro-plugin') ?> €20,00 EUR</option>
|
471 |
-
<option value="great donation"><?php _e('great donation','itro-plugin') ?> €50,00 EUR</option>
|
472 |
-
</select> </td></tr>
|
473 |
-
</table>
|
474 |
-
<input type="hidden" name="currency_code" value="EUR">
|
475 |
-
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
476 |
-
<img alt="" border="0" src="https://www.paypalobjects.com/it_IT/i/scr/pixel.gif" width="1" height="1">
|
477 |
</form>
|
478 |
</div>
|
479 |
<p class="wpstyle" onClick="jQuery('#debug_info').toggle();"><?php _e("System Status", 'itro-plugin' ); ?> </p>
|
459 |
<!-- Donation form - please don't change or remove!!! thanks !-->
|
460 |
<div id="donateForm">
|
461 |
<h3><?php _e("Like it? Offer us a coffee! ;-)","itro-plugin")?> <img width="35px" src="<?php echo itroImages . 'coffee.png';?>"></h3>
|
462 |
+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
463 |
+
<input type="hidden" name="cmd" value="_s-xclick"/>
|
464 |
+
<input type="hidden" name="hosted_button_id" value="WNRVCFYD3ULQ8"/>
|
465 |
+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"/>
|
466 |
+
<img alt="" border="0" src="https://www.paypalobjects.com/it_IT/i/scr/pixel.gif" width="1" height="1"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
467 |
</form>
|
468 |
</div>
|
469 |
<p class="wpstyle" onClick="jQuery('#debug_info').toggle();"><?php _e("System Status", 'itro-plugin' ); ?> </p>
|
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.
|
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/');
|
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.5
|
12 |
Author URI: http://www.itro.eu/
|
13 |
*/
|
14 |
|
15 |
global $ITRO_VER;
|
16 |
+
$ITRO_VER = 4.55;
|
17 |
|
18 |
define('itroPath', plugins_url() . '/itro-popup/');
|
19 |
define('itroImages', plugins_url() . '/itro-popup/images/');
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== ITRO Popup Plugin ===
|
2 |
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.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -33,7 +33,7 @@ ITRO Popup Plugin - The BEST WP Popup Plugin
|
|
33 |
★ All in a very easy way to use!
|
34 |
|
35 |
WANT MORE FEATURES? Try ITRO Popup Premium for free!
|
36 |
-
[TRY IT FOR FREE!](http://www.itro.eu/
|
37 |
|
38 |
ITRO Popup is a very lightweight Plugin for Wordpress which allow users to add a fully-customizable and perfectly centered popup.
|
39 |
It has a very user-friendly interface, which allow Wordpress users to easily modify all settings needed for a popup, without coding.
|
@@ -69,7 +69,7 @@ ITRO Premium - more than popups...
|
|
69 |
★ SHORTCODES work in the popup!
|
70 |
★ VIDEO EMBEDDING for a fast integration of your Youtube and Vimeo videos by simply inserting your video ID. The video automatically fit on popup dimension and you can select the aspect ratio.
|
71 |
|
72 |
-
[TRY IT FOR FREE!](http://www.itro.eu/
|
73 |
|
74 |
== Installation ==
|
75 |
|
@@ -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.4 =
|
101 |
Deleted useless itroLocalPath to avoid __DIR__ error for old PHP version
|
102 |
|
1 |
=== ITRO Popup Plugin ===
|
2 |
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.5
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
33 |
★ All in a very easy way to use!
|
34 |
|
35 |
WANT MORE FEATURES? Try ITRO Popup Premium for free!
|
36 |
+
[TRY IT FOR FREE!](http://www.itro.eu/)
|
37 |
|
38 |
ITRO Popup is a very lightweight Plugin for Wordpress which allow users to add a fully-customizable and perfectly centered popup.
|
39 |
It has a very user-friendly interface, which allow Wordpress users to easily modify all settings needed for a popup, without coding.
|
69 |
★ SHORTCODES work in the popup!
|
70 |
★ VIDEO EMBEDDING for a fast integration of your Youtube and Vimeo videos by simply inserting your video ID. The video automatically fit on popup dimension and you can select the aspect ratio.
|
71 |
|
72 |
+
[TRY IT FOR FREE!](http://www.itro.eu/)
|
73 |
|
74 |
== Installation ==
|
75 |
|
97 |
no screenshot avaliable
|
98 |
|
99 |
== Changelog ==
|
100 |
+
= 4.5.5 =
|
101 |
+
New paypal donation form.
|
102 |
+
|
103 |
= 4.5.4 =
|
104 |
Deleted useless itroLocalPath to avoid __DIR__ error for old PHP version
|
105 |
|