iframe - Version 1.7

Version Description

  • Fixing minor bugs;
Download this release

Release Info

Developer webvitaly
Plugin Icon wp plugin iframe
Version 1.7
Comparing to
See all releases

Code changes from version 1.6.0 to 1.7

Files changed (2) hide show
  1. iframe.php +2 -1
  2. readme.txt +4 -1
iframe.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Iframe
4
  Plugin URI: http://web-profile.com.ua/wordpress/plugins/iframe/
5
  Description: Plugin shows iframe with [iframe src="http://player.vimeo.com/video/3261363" width="100%" height="480"] shortcode.
6
- Version: 1.6.0
7
  Author: webvitaly
8
  Author Email: webvitaly(at)gmail.com
9
  Author URI: http://web-profile.com.ua/wordpress/
@@ -70,6 +70,7 @@ if ( !function_exists( 'iframe_embed_shortcode' ) ) :
70
  }else{
71
  $id_text = '';
72
  }
 
73
  $return .= '<iframe '.$id_text.'class="'.$class.'" width="'.$width.'" height="'.$height.'" src="'.$src.$google_map_fix.'" frameborder="'.$frameborder.'" scrolling="'.$scrolling.'" marginheight="'.$marginheight.'" marginwidth="'.$marginwidth.'" allowtransparency="'.$allowtransparency.'"></iframe>';
74
  // &amp;output=embed
75
  return $return;
3
  Plugin Name: Iframe
4
  Plugin URI: http://web-profile.com.ua/wordpress/plugins/iframe/
5
  Description: Plugin shows iframe with [iframe src="http://player.vimeo.com/video/3261363" width="100%" height="480"] shortcode.
6
+ Version: 1.7
7
  Author: webvitaly
8
  Author Email: webvitaly(at)gmail.com
9
  Author URI: http://web-profile.com.ua/wordpress/
70
  }else{
71
  $id_text = '';
72
  }
73
+ $return .= "\n".'<!-- powered by Iframe plugin ver. 1.7 (wordpress.org/extend/plugins/iframe/) -->'."\n";
74
  $return .= '<iframe '.$id_text.'class="'.$class.'" width="'.$width.'" height="'.$height.'" src="'.$src.$google_map_fix.'" frameborder="'.$frameborder.'" scrolling="'.$scrolling.'" marginheight="'.$marginheight.'" marginwidth="'.$marginwidth.'" allowtransparency="'.$allowtransparency.'"></iframe>';
75
  // &amp;output=embed
76
  return $return;
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: iframe, embed, youtube, vimeo, google-map, google-maps
5
  Author URI: http://web-profile.com.ua/wordpress/
6
  Requires at least: 3.0
7
  Tested up to: 3.3
8
- Stable tag: 1.6.0
9
 
10
  You can embed iframe with [iframe src="http://vimeo.com/123" width="100%" height="480"] shortcode.
11
 
@@ -34,6 +34,9 @@ So you can embed iframe code using this shortcode `[iframe src="http://player.vi
34
 
35
  == Changelog ==
36
 
 
 
 
37
  = 1.6.0 =
38
  * Adding auto-height feature (thanks to Willem Veelenturf);
39
 
5
  Author URI: http://web-profile.com.ua/wordpress/
6
  Requires at least: 3.0
7
  Tested up to: 3.3
8
+ Stable tag: 1.7
9
 
10
  You can embed iframe with [iframe src="http://vimeo.com/123" width="100%" height="480"] shortcode.
11
 
34
 
35
  == Changelog ==
36
 
37
+ = 1.7 =
38
+ * Fixing minor bugs;
39
+
40
  = 1.6.0 =
41
  * Adding auto-height feature (thanks to Willem Veelenturf);
42