Version Description
FIXED: changed control for the wp_editor for popup content
Download this release
Release Info
Developer | ITRO |
Plugin | ITRO Popup Plugin |
Version | 4.9.7 |
Comparing to | |
See all releases |
Code changes from version 4.9.6 to 4.9.7
- admin/popup-admin.php +1 -1
- functions/core-function.php +1 -1
- mc-main.php +2 -2
- readme.txt +81 -43
admin/popup-admin.php
CHANGED
@@ -102,7 +102,7 @@ if( isset($_POST[ $submitted_form ]) && $_POST[ $submitted_form ] == 'Y')
|
|
102 |
|
103 |
//WP Editor content
|
104 |
if(isset($_POST['custom_html'])){
|
105 |
-
$field_value =
|
106 |
}else{
|
107 |
$field_value = NULL;
|
108 |
}
|
102 |
|
103 |
//WP Editor content
|
104 |
if(isset($_POST['custom_html'])){
|
105 |
+
$field_value = ipp_validate_data('custom_html', $_POST['custom_html']);
|
106 |
}else{
|
107 |
$field_value = NULL;
|
108 |
}
|
functions/core-function.php
CHANGED
@@ -244,7 +244,7 @@ function ipp_validate_data($data_name, $data){
|
|
244 |
$data = sanitize_text_field($data);
|
245 |
break;
|
246 |
case 'custom_html':
|
247 |
-
$data =
|
248 |
break;
|
249 |
case 'enter_button_bg_color':
|
250 |
case 'enter_button_border_color':
|
244 |
$data = sanitize_text_field($data);
|
245 |
break;
|
246 |
case 'custom_html':
|
247 |
+
$data = balanceTags($data);
|
248 |
break;
|
249 |
case 'enter_button_bg_color':
|
250 |
case 'enter_button_border_color':
|
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.7
|
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.97;
|
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,11 +4,11 @@ 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 |
|
11 |
-
|
12 |
|
13 |
== Description ==
|
14 |
|
@@ -38,10 +38,9 @@ Simply the best Wordpress popup plugin!
|
|
38 |
★ Great and fast support for all your problem with our popup plugin.
|
39 |
★ All in a very easy way to use!
|
40 |
|
41 |
-
Thanks to [Viterbo Marketing](https://www.viterbomarketing.com) for website and marketing consulting.
|
42 |
|
43 |
-
WANT MORE FEATURES? Try ITRO Wordpress Marketing for free!
|
44 |
-
[TRY IT FOR FREE!](http://www.itroteam.com/)
|
45 |
|
46 |
TRANSLATED IN FOLLOWING LANGUAGES:
|
47 |
|
@@ -56,51 +55,85 @@ TRANSLATED IN FOLLOWING LANGUAGES:
|
|
56 |
- Nederlands (thanks to Descamps Gino)
|
57 |
|
58 |
|
59 |
-
FOR
|
60 |
-
DONATE NOW! [DONATE NOW](http://www.itroteam.com/)
|
61 |
|
62 |
-
|
|
|
|
|
63 |
|
64 |
Want a more powerful marketing tools?
|
65 |
Try ITRO Wordpress Marketing PRO with a 14 days free trial.
|
66 |
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
[TRY IT FOR FREE!](
|
81 |
|
82 |
== Installation ==
|
83 |
|
84 |
-
FOR TUTORIAL AND FAQ VISIT THE OFFICIAL SITE [CLICK HERE!](
|
|
|
|
|
85 |
|
86 |
-
DONATE NOW! - HELP US TO DEVELOP FOR YOU! [DONATE NOW](http://www.itroteam.com/)
|
87 |
|
88 |
1. Unzip `itro-plugin.zip` to the `/wp-content/plugins/` directory or select it by "Add new" in the 'Plugins' menu in WordPress
|
89 |
2. Activate the plugin through the 'Plugins' menu in WordPress
|
90 |
3. Go to "Settings->ITRO Popup" in the admin menu
|
91 |
4. Enjoy it
|
92 |
|
|
|
|
|
93 |
== Frequently Asked Questions ==
|
94 |
|
95 |
-
FOR
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
|
97 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
|
99 |
== Screenshots ==
|
100 |
|
101 |
-
|
|
|
|
|
102 |
|
103 |
== Changelog ==
|
|
|
|
|
|
|
104 |
= 4.9.6 =
|
105 |
FIXED: slashes not stripped in popup content
|
106 |
|
@@ -343,6 +376,9 @@ bug fixed: color table now works in admin pannel.
|
|
343 |
First released version.
|
344 |
|
345 |
== Upgrade Notice ==
|
|
|
|
|
|
|
346 |
= 4.9.6 =
|
347 |
FIXED: slashes not stripped in popup content
|
348 |
|
@@ -383,25 +419,27 @@ ADDED: Absolute position only for mobile devices.
|
|
383 |
IMPROVED: Useless preview page deleted. Preview via GET request.
|
384 |
|
385 |
== Notes ==
|
386 |
-
FOR
|
387 |
|
388 |
-
|
389 |
|
390 |
We accept all kind of suggestion.
|
391 |
-
|
|
|
392 |
|
393 |
== Features ==
|
394 |
|
395 |
-
★ Pretty fade-in and fade-out animation.
|
396 |
-
★ Need to remove plugin and save data? It is possible!
|
397 |
-
★
|
398 |
-
★
|
399 |
-
★ Close popup with ESC button (not
|
400 |
-
★
|
401 |
-
★ Fully and easy customizable aspect (background, border, color, etc...).
|
402 |
-
★ Settable countdown for automatic closing.
|
403 |
-
★ Settable coockie expiration time for the next popup visualization.
|
404 |
-
★
|
405 |
-
★ Custom text to display whatever you want with WP editor.
|
406 |
-
★ All great explaned by tips in admin pannel.
|
407 |
-
★
|
|
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.7
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
11 |
+
Display a popup to your WordPress site: age restriction popup for adult-content site ★ multilanguage popup with qTransalte-X ★ very easy to use
|
12 |
|
13 |
== Description ==
|
14 |
|
38 |
★ Great and fast support for all your problem with our popup plugin.
|
39 |
★ All in a very easy way to use!
|
40 |
|
41 |
+
Thanks to [Viterbo Marketing](https://www.viterbomarketing.com) for free website and marketing consulting.
|
42 |
|
43 |
+
WANT MORE FEATURES? Try ITRO Wordpress Marketing for free! [TRY IT FOR FREE!](https://www.itroteam.com/download-free-trial-itro-wordpress-marketing/)
|
|
|
44 |
|
45 |
TRANSLATED IN FOLLOWING LANGUAGES:
|
46 |
|
55 |
- Nederlands (thanks to Descamps Gino)
|
56 |
|
57 |
|
58 |
+
FOR FAQ VISIT THE OFFICIAL SITE [CLICK HERE!](https://www.itroteam.com/itro-wordpress-popup-plugin-faq/)
|
|
|
59 |
|
60 |
+
LIKE IT? [LEAVE A 5 STAR REVIEW ;)](https://wordpress.org/support/view/plugin-reviews/itro-popup?filter=5)
|
61 |
+
|
62 |
+
For any problem, please contact us at our site: [CONTACT US](https://www.itroteam.com/contacts/)
|
63 |
|
64 |
Want a more powerful marketing tools?
|
65 |
Try ITRO Wordpress Marketing PRO with a 14 days free trial.
|
66 |
|
67 |
+
* MULTIPLE POPUPS
|
68 |
+
* ON-CLICK POPUP
|
69 |
+
* RESPONSIVE POPUP
|
70 |
+
* SHORTCODES (on click popup, automatic popup, contact forms...)
|
71 |
+
* MAILCHIMP INTEGRATION with autoresponder and auto-sync
|
72 |
+
* LINK CLICKS COUNTER (or DOWNLOAD COUNTER)
|
73 |
+
* CONTACT POPUPS with visual contact form builder
|
74 |
+
* SUPPORT REQUEST MANAGEMENT SYSTEM
|
75 |
+
* SMTP AUTH AUTORESPONDER
|
76 |
+
* POPUP ANIMATIONS
|
77 |
+
* SOCIAL POPUPS
|
78 |
+
* VIDEO EMBEDDING (Youtube and Vimeo)
|
79 |
+
|
80 |
+
[TRY IT FOR FREE!](https://www.itroteam.com/download-free-trial-itro-wordpress-marketing/)
|
81 |
|
82 |
== Installation ==
|
83 |
|
84 |
+
FOR TUTORIAL AND FAQ VISIT THE OFFICIAL SITE [CLICK HERE!](https://www.itroteam.com/itro-wordpress-popup-plugin-guide/)
|
85 |
+
|
86 |
+
LIKE IT? [LEAVE A 5 STAR REVIEW ;)](https://wordpress.org/support/view/plugin-reviews/itro-popup?filter=5)
|
87 |
|
|
|
88 |
|
89 |
1. Unzip `itro-plugin.zip` to the `/wp-content/plugins/` directory or select it by "Add new" in the 'Plugins' menu in WordPress
|
90 |
2. Activate the plugin through the 'Plugins' menu in WordPress
|
91 |
3. Go to "Settings->ITRO Popup" in the admin menu
|
92 |
4. Enjoy it
|
93 |
|
94 |
+
How to... video tutorials - [CLICK HERE!](https://www.itroteam.com/video-tutorial-itro-popup-plugin/)
|
95 |
+
|
96 |
== Frequently Asked Questions ==
|
97 |
|
98 |
+
FOR FAQ VISIT THE OFFICIAL SITE [CLICK HERE!](https://www.itroteam.com/itro-wordpress-popup-plugin-faq/)
|
99 |
+
|
100 |
+
LIKE IT? [LEAVE A 5 STAR REVIEW ;)](https://wordpress.org/support/view/plugin-reviews/itro-popup?filter=5)
|
101 |
+
|
102 |
+
|
103 |
+
= Will the popup cause problems for SEO(Search Engine Optimization)? =
|
104 |
+
No it is a simple div in your pages no meta tag no keywords, so it will not affect your search engine indexing.
|
105 |
+
|
106 |
+
= I want to display popup only one time in any page of my site. =
|
107 |
+
Set the max value (720 hours = 1 month) for “Next time visualization” and select display it in “All pages”.
|
108 |
+
|
109 |
+
= I use Ultimate Tinymce or similar, to use more WP editor option but i cant see the icon! (hidden to the right) =
|
110 |
+
Use the full width visualization to enlarge top bar.
|
111 |
|
112 |
+
= I need to unistall plugin without lost my settings. How can i do it? =
|
113 |
+
Simply UNCHECK the box at the bottom of pop-up admin panel, save changes, than unistall the plugin.
|
114 |
+
|
115 |
+
= Does the plugin add some tables in my WordPress database? =
|
116 |
+
Yes. The tables are “wp_itro_plugin_option” “wp_itro_plugin_field”.
|
117 |
+
|
118 |
+
= What are they for? =
|
119 |
+
In the first one are stored all small data options, in the other one bigger data as custom HTML code.
|
120 |
+
|
121 |
+
= Can I create different plugins for different pages? =
|
122 |
+
No, you can’t. If you need different popups maybe you need ITRO WordPress Marketing Plugin: [download a free 14 days trial](https://www.itroteam.com/download-free-trial-itro-wordpress-marketing/), maybe you’ll like it!
|
123 |
+
|
124 |
+
= Is the popup responsive? =
|
125 |
+
Yes it is fully responsive.
|
126 |
|
127 |
== Screenshots ==
|
128 |
|
129 |
+
LIVE DEMOS - [CLICK HERE!](https://www.itroteam.com/wordpress-popup-samples-demos/)
|
130 |
+
|
131 |
+
BACKEND SCREENSHOT - [CLICK HERE!](https://www.itroteam.com/wordpress-popup-samples-demos/#backend)
|
132 |
|
133 |
== Changelog ==
|
134 |
+
= 4.9.7 =
|
135 |
+
FIXED: changed control for the wp_editor for popup content
|
136 |
+
|
137 |
= 4.9.6 =
|
138 |
FIXED: slashes not stripped in popup content
|
139 |
|
376 |
First released version.
|
377 |
|
378 |
== Upgrade Notice ==
|
379 |
+
= 4.9.7 =
|
380 |
+
FIXED: changed control for the wp_editor for popup content
|
381 |
+
|
382 |
= 4.9.6 =
|
383 |
FIXED: slashes not stripped in popup content
|
384 |
|
419 |
IMPROVED: Useless preview page deleted. Preview via GET request.
|
420 |
|
421 |
== Notes ==
|
422 |
+
FOR FAQ VISIT THE OFFICIAL SITE [CLICK HERE!](https://www.itroteam.com/itro-wordpress-popup-plugin-faq/)
|
423 |
|
424 |
+
LIKE IT? [LEAVE A 5 STAR REVIEW ;)](https://wordpress.org/support/view/plugin-reviews/itro-popup?filter=5)
|
425 |
|
426 |
We accept all kind of suggestion.
|
427 |
+
|
428 |
+
Thanks to Jan Odvarko for jscolor: (http://jscolor.com/)
|
429 |
|
430 |
== Features ==
|
431 |
|
432 |
+
★ Pretty fade-in and fade-out animation.
|
433 |
+
★ Need to remove plugin and save data? It is possible!
|
434 |
+
★ Selcted pages where you want to display the popup, by a scrollable list. NO SHORTCODES NEEDED!
|
435 |
+
★ Multilanguage popup with qTransalte-X.
|
436 |
+
★ Close popup with ESC button (not with "age restricted option" checked).
|
437 |
+
★ Automatic popup centering in browser page.
|
438 |
+
★ Fully and easy customizable aspect (background, border, color, etc...).
|
439 |
+
★ Settable countdown for automatic closing.
|
440 |
+
★ Settable coockie expiration time for the next popup visualization.
|
441 |
+
★ Age validation for adult-content site.
|
442 |
+
★ Custom text to display whatever you want with WP editor.
|
443 |
+
★ All great explaned by tips in admin pannel.
|
444 |
+
★ Great and fast support for all your problem with our popup plugin.
|
445 |
+
★ All in a very easy way to use!
|