Changeset 3152421
- Timestamp:
- 09/16/2024 07:36:22 AM (15 months ago)
- Location:
- zoho-forms
- Files:
-
- 4 edited
- 1 copied
-
tags/4.0.1/zohoForms.php (modified) (2 diffs)
-
tags/4.0.2 (copied) (copied from zoho-forms/tags/4.0.1)
-
tags/4.0.2/readme.txt (modified) (2 diffs)
-
tags/4.0.2/zohoForms.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zoho-forms/tags/4.0.1/zohoForms.php
r3141617 r3152421 53 53 } 54 54 $iframeJsCode = 'var f = document.createElement("iframe"); 55 f.src = "'.esc_url ($src).'";55 f.src = "'.esc_url_raw($src).'"; 56 56 f.style.border="none"; 57 57 f.style.height="'.esc_attr($height).'"; … … 87 87 $src.='?'.$urlParams; 88 88 } 89 return '<iframe height="'.esc_attr($height).'" width="'.esc_attr($width).'" frameborder="0" allowTransparency="true" scrolling="auto" src="'.esc_url ($src).'"> </iframe>';89 return '<iframe height="'.esc_attr($height).'" width="'.esc_attr($width).'" frameborder="0" allowTransparency="true" scrolling="auto" src="'.esc_url_raw($src).'"> </iframe>'; 90 90 } 91 91 -
zoho-forms/tags/4.0.2/readme.txt
r3141571 r3152421 109 109 == Changelog == 110 110 111 = 4.0.2 = 112 113 * Bug fixes. 114 111 115 = 4.0.1 = 112 116 … … 155 159 == Upgrade Notice == 156 160 157 = 4.0. 1=161 = 4.0.2 = 158 162 159 * Bug fixes and security updates.163 * Bug fixes. -
zoho-forms/tags/4.0.2/zohoForms.php
r3141617 r3152421 5 5 Plugin URI: http://wordpress.org/extend/plugins/zohoforms 6 6 Description: Embed forms just about anywhere on your WordPress website. Concentrate on just your content and let us take care of the coding for you. 7 Version: 4.0. 17 Version: 4.0.2 8 8 Author: Zoho Forms 9 9 Author URI: https://forms.zoho.com … … 53 53 } 54 54 $iframeJsCode = 'var f = document.createElement("iframe"); 55 f.src = "'.esc_url ($src).'";55 f.src = "'.esc_url_raw($src).'"; 56 56 f.style.border="none"; 57 57 f.style.height="'.esc_attr($height).'"; … … 87 87 $src.='?'.$urlParams; 88 88 } 89 return '<iframe height="'.esc_attr($height).'" width="'.esc_attr($width).'" frameborder="0" allowTransparency="true" scrolling="auto" src="'.esc_url ($src).'"> </iframe>';89 return '<iframe height="'.esc_attr($height).'" width="'.esc_attr($width).'" frameborder="0" allowTransparency="true" scrolling="auto" src="'.esc_url_raw($src).'"> </iframe>'; 90 90 } 91 91 -
zoho-forms/trunk/readme.txt
r3141571 r3152421 6 6 Requires at least: 2.8 7 7 Tested up to: 4.9.6 8 Stable tag: 4.0. 18 Stable tag: 4.0.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.