Smart YouTube PRO - Version 4.1.1

Version Description

  • Logo-less mode fix
Download this release

Release Info

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

Code changes from version 4.1.0 to 4.1.1

Files changed (2) hide show
  1. readme.txt +3 -0
  2. smartyoutube.php +2 -2
readme.txt CHANGED
@@ -40,6 +40,9 @@ Plugin by Vladimir Prelovac. Also check out <a href="http://managewp.com">Manage
40
 
41
  == Changelog ==
42
 
 
 
 
43
  = 4.1.0 =
44
  * Added wmode=transparent as default paramater
45
  * Added support for new Playlist format
40
 
41
  == Changelog ==
42
 
43
+ = 4.1.1 =
44
+ * Logo-less mode fix
45
+
46
  = 4.1.0 =
47
  * Added wmode=transparent as default paramater
48
  * Added support for new Playlist format
smartyoutube.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Smart Youtube PRO
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: 4.1.0
8
  Author URI: http://www.prelovac.com/vladimir/
9
 
10
 
@@ -1003,7 +1003,7 @@ EOT;
1003
  }
1004
  }
1005
 
1006
- if ( $logoless = 'on' ) {
1007
  $ll = '&modestbranding=1';
1008
  $disp_info = '';
1009
  } else {
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: 4.1.1
8
  Author URI: http://www.prelovac.com/vladimir/
9
 
10
 
1003
  }
1004
  }
1005
 
1006
+ if ( $logoless == 'on' ) {
1007
  $ll = '&modestbranding=1';
1008
  $disp_info = '';
1009
  } else {