Video Sidebar Widgets - Version 5.3

Version Description

fix loading in widget page in IE 9

Download this release

Release Info

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

Code changes from version 5.2 to 5.3

Files changed (3) hide show
  1. helper-functions.php +3 -1
  2. readme.txt +13 -4
  3. video-sidebar-widgets.php +1 -1
helper-functions.php CHANGED
@@ -21,6 +21,8 @@ function VSWShowVideo($videosource,$videoid,$autoplaysetting,$videowidth,$videoh
21
 
22
  $source = $v_source;
23
 
 
 
24
  //test for source and assign codes accordingly
25
  switch ($source) {
26
 
@@ -184,7 +186,7 @@ function VSWShowVideo($videosource,$videoid,$autoplaysetting,$videowidth,$videoh
184
  echo "</embed>\n";
185
  echo "</object>\n\n";
186
  }
187
-
188
 
189
  }//end of function VSWShowVideo
190
 
21
 
22
  $source = $v_source;
23
 
24
+ if(!empty($source)): //do this only if video source not empty, to fix widget page loading in IE 9
25
+
26
  //test for source and assign codes accordingly
27
  switch ($source) {
28
 
186
  echo "</embed>\n";
187
  echo "</object>\n\n";
188
  }
189
+ endif;
190
 
191
  }//end of function VSWShowVideo
192
 
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.3
8
- Stable tag:5.2
9
 
10
  == Description ==
11
 
@@ -14,6 +14,10 @@ Stable tag:5.2
14
 
15
  == Changelog ==
16
 
 
 
 
 
17
  = 5.2 =
18
 
19
  Replaced all null value to blank, to tackle an IE 9 bug reported by user.
@@ -90,9 +94,14 @@ Refer to http://wordpress.org/support/topic/plugin-video-sidebar-widgets-ie9-wid
90
  As of version 3.0, shortcode is added to enable user to post video in content.
91
  User can use the video Quicktag at Tinymce editor to insert video shortcode.
92
 
93
- == How to use this plugin ? ==
 
 
 
 
 
94
 
95
- Please visit plugin site for details. http://denzelchia.com
96
 
97
 
98
  == Frequently Asked Questions ==
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.3
9
 
10
  == Description ==
11
 
14
 
15
  == Changelog ==
16
 
17
+ = 5.3 =
18
+
19
+ fix loading in widget page in IE 9
20
+
21
  = 5.2 =
22
 
23
  Replaced all null value to blank, to tackle an IE 9 bug reported by user.
94
  As of version 3.0, shortcode is added to enable user to post video in content.
95
  User can use the video Quicktag at Tinymce editor to insert video shortcode.
96
 
97
+ == How to use Video Sidebar Widget ? ==
98
+
99
+ Please visit plugin site for details. http://denzeldesigns.com
100
+
101
+
102
+ == How to use Random Video Sidebar Widget ? ==
103
 
104
+ Please visit plugin site for details. http://denzeldesigns.com
105
 
106
 
107
  == Frequently Asked Questions ==
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.2
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.3
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/