Video Sidebar Widgets - Version 5.7

Version Description

Added check to random video widget, do not print video caption p tags if user did not enter a video caption.

Download this release

Release Info

Developer denzel_chia
Plugin Icon 128x128 Video Sidebar Widgets
Version 5.7
Comparing to
See all releases

Code changes from version 5.6 to 5.7

class-randomvideosidebarwidget.php CHANGED
@@ -242,7 +242,7 @@ extract( $args );
242
  echo "width=\"$RV_width\" height=\"$RV_height\">\n";
243
  echo "</embed>\n";
244
  echo "</object>\n\n";
245
- echo "<p class=\"VideoCaption\">$rv_cap</p>";
246
 
247
 
248
  echo $after_widget;
242
  echo "width=\"$RV_width\" height=\"$RV_height\">\n";
243
  echo "</embed>\n";
244
  echo "</object>\n\n";
245
+ if(!empty($rv_cap)){echo "<p class=\"VideoCaption\">$rv_cap</p>\n\n";};
246
 
247
 
248
  echo $after_widget;
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: http://denzeldesigns.com/wordpress-plugins/video-sidebar-widgets/
4
  Author link: http://denzeldesigns.com
5
  Tags:video, widget, widgets, sidebar, videos, video sidebar widget, video widget, embed video, video embed, video in sidebar, youtube, vimeo, veoh, myspace video, revver, blip tv, tudou, youku, 6.cn, google videos, tangle
6
  Requires at least:2.8.1
7
- Tested up to: 3.5.1
8
- Stable tag:5.6
9
 
10
  == Description ==
11
 
@@ -14,6 +14,10 @@ Stable tag:5.6
14
 
15
  == Changelog ==
16
 
 
 
 
 
17
 
18
  = 5.6 =
19
 
4
  Author link: http://denzeldesigns.com
5
  Tags:video, widget, widgets, sidebar, videos, video sidebar widget, video widget, embed video, video embed, video in sidebar, youtube, vimeo, veoh, myspace video, revver, blip tv, tudou, youku, 6.cn, google videos, tangle
6
  Requires at least:2.8.1
7
+ Tested up to: 4.0
8
+ Stable tag:5.7
9
 
10
  == Description ==
11
 
14
 
15
  == Changelog ==
16
 
17
+ = 5.7 =
18
+
19
+ Added check to random video widget, do not print video caption p tags if user did not enter a video caption.
20
+
21
 
22
  = 5.6 =
23
 
video-sidebar-widgets.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Video Sidebar Widgets
4
  Plugin URI: http://denzeldesigns.com/wordpress-plugins/video-sidebar-widgets/
5
- Version: 5.6
6
  Description: Video Sidebar Widgets to display videos such as Vimeo, YouTube, MySpace Videos etc. Now with added shortcode and quicktag to embed video in post and page content.
7
  Author: Denzel Chia
8
  Author URI: http://denzeldesigns.com/
2
  /*
3
  Plugin Name: Video Sidebar Widgets
4
  Plugin URI: http://denzeldesigns.com/wordpress-plugins/video-sidebar-widgets/
5
+ Version: 5.7
6
  Description: Video Sidebar Widgets to display videos such as Vimeo, YouTube, MySpace Videos etc. Now with added shortcode and quicktag to embed video in post and page content.
7
  Author: Denzel Chia
8
  Author URI: http://denzeldesigns.com/