Smart YouTube PRO - Version 2.6.1

Version Description

Download this release

Release Info

Developer freediver
Plugin Icon 128x128 Smart YouTube PRO
Version 2.6.1
Comparing to
See all releases

Code changes from version 2.6 to 2.6.1

Files changed (2) hide show
  1. readme.txt +1 -1
  2. smartyoutube.php +5 -5
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: freediver
3
  Donate link: https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=520781390
4
  Tags: youtube, video, play, media, Post, posts, admin
5
  Requires at least: 2.0
6
- Tested up to: 2.6.3
7
  Stable tag: trunk
8
 
9
  Smart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS feed.
3
  Donate link: https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=520781390
4
  Tags: youtube, video, play, media, Post, posts, admin
5
  Requires at least: 2.0
6
+ Tested up to: 2.7
7
  Stable tag: trunk
8
 
9
  Smart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS feed.
smartyoutube.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Smart Youtube
4
  Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube
5
  Description: Insert YouTube videos in posts, comments and RSS feeds with ease and full customization.
6
  Author: Vladimir Prelovac
7
- Version: 2.6
8
  Author URI: http://www.prelovac.com/vladimir/
9
 
10
  Updates:
@@ -168,7 +168,7 @@ function yte_options_page()
168
  $embed_img=$wp_yte_plugin_url.'/img/embed_selection-vfl29294.png';
169
 
170
  echo '<script src="' . $wp_yte_plugin_url . '/yt.js" type="text/javascript"></script>' . "\n";
171
- _e('<style type="text/css">
172
  #watch-embed-div,
173
  #watch-url-div{
174
  border-top:1px solid #CCC;
@@ -285,7 +285,7 @@ div#dbx-content a{
285
  text-decoration:none;
286
  }
287
  </style>
288
- ');
289
 
290
 
291
 
@@ -410,7 +410,7 @@ text-decoration:none;
410
 
411
  </div>
412
 
413
- <h5>WordPress plugin by <a href="http://www.prelovac.com/vladimir/">Vladimir Prelovac</a></h5>
414
  </div>
415
  END;
416
 
@@ -430,7 +430,7 @@ global $CustomColors;
430
  $disp_border = get_option('smart_yt_border');
431
  $disp_color = get_option('smart_yt_color');
432
  $autoplay = get_option('smart_yt_autoplay');
433
- $disp_search=(get_option('smart_yt_img')=='on') ? "1":"0";
434
 
435
 
436
  $valid=get_option('smart_yt_valid');
4
  Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube
5
  Description: Insert YouTube videos in posts, comments and RSS feeds with ease and full customization.
6
  Author: Vladimir Prelovac
7
+ Version: 2.6.1
8
  Author URI: http://www.prelovac.com/vladimir/
9
 
10
  Updates:
168
  $embed_img=$wp_yte_plugin_url.'/img/embed_selection-vfl29294.png';
169
 
170
  echo '<script src="' . $wp_yte_plugin_url . '/yt.js" type="text/javascript"></script>' . "\n";
171
+ echo '<style type="text/css">
172
  #watch-embed-div,
173
  #watch-url-div{
174
  border-top:1px solid #CCC;
285
  text-decoration:none;
286
  }
287
  </style>
288
+ ';
289
 
290
 
291
 
410
 
411
  </div>
412
 
413
+ <h5>a plugin by <a href="http://www.prelovac.com/vladimir/">Vladimir Prelovac</a></h5>
414
  </div>
415
  END;
416
 
430
  $disp_border = get_option('smart_yt_border');
431
  $disp_color = get_option('smart_yt_color');
432
  $autoplay = get_option('smart_yt_autoplay');
433
+ $disp_search=(get_option('smart_yt_search')=='on') ? "1":"0";
434
 
435
 
436
  $valid=get_option('smart_yt_valid');