WP Video Lightbox - Version 1.6.8

Version Description

  • fixed an issue where vimeo video could not be played on a HTTPS site
Download this release

Release Info

Developer wptipsntricks
Plugin Icon 128x128 WP Video Lightbox
Version 1.6.8
Comparing to
See all releases

Code changes from version 1.6.7 to 1.6.8

Files changed (3) hide show
  1. js/jquery.prettyPhoto.js +1 -1
  2. readme.txt +4 -1
  3. wp-video-lightbox.php +2 -2
js/jquery.prettyPhoto.js CHANGED
@@ -294,7 +294,7 @@
294
  var regExp = /http(s?):\/\/(www\.)?vimeo.com\/(\d+)/;
295
  var match = movie_id.match(regExp);
296
 
297
- movie = 'http://player.vimeo.com/video/'+ match[3] +'?title=0&byline=0&portrait=0';
298
  if(settings.autoplay) movie += "&autoplay=1;";
299
 
300
  vimeo_width = pp_dimensions['width'] + '/embed/?moog_width='+ pp_dimensions['width'];
294
  var regExp = /http(s?):\/\/(www\.)?vimeo.com\/(\d+)/;
295
  var match = movie_id.match(regExp);
296
 
297
+ movie = 'https://player.vimeo.com/video/'+ match[3] +'?title=0&byline=0&portrait=0';
298
  if(settings.autoplay) movie += "&autoplay=1;";
299
 
300
  vimeo_width = pp_dimensions['width'] + '/embed/?moog_width='+ pp_dimensions['width'];
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.tipsandtricks-hq.com/
4
  Tags: wordpress lightbox, wordpress video lightbox, video lightbox, wp video lightbox, wordpress video embed, add video to wordpress, gallery, image, images, lightbox, lightview, overlay, photo, photos, picture, video
5
  Requires at least: 3.0
6
  Tested up to: 3.9
7
- Stable tag: 1.6.7
8
  License: GPLv2 or later
9
 
10
  Very easy to use WordPress lightbox plugin to display YouTube and Vimeo videos in an elegant lightbox overlay.
@@ -103,6 +103,9 @@ None
103
 
104
  == Changelog ==
105
 
 
 
 
106
  = 1.6.7 =
107
  * plugin is now compatible with WordPress 3.9.
108
 
4
  Tags: wordpress lightbox, wordpress video lightbox, video lightbox, wp video lightbox, wordpress video embed, add video to wordpress, gallery, image, images, lightbox, lightview, overlay, photo, photos, picture, video
5
  Requires at least: 3.0
6
  Tested up to: 3.9
7
+ Stable tag: 1.6.8
8
  License: GPLv2 or later
9
 
10
  Very easy to use WordPress lightbox plugin to display YouTube and Vimeo videos in an elegant lightbox overlay.
103
 
104
  == Changelog ==
105
 
106
+ = 1.6.8 =
107
+ * fixed an issue where vimeo video could not be played on a HTTPS site
108
+
109
  = 1.6.7 =
110
  * plugin is now compatible with WordPress 3.9.
111
 
wp-video-lightbox.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: WP Video Lightbox
4
- Version: 1.6.7
5
  Plugin URI: http://www.tipsandtricks-hq.com/?p=2700
6
  Author: Tips and Tricks HQ, Ruhul Amin
7
  Author URI: http://www.tipsandtricks-hq.com/
@@ -13,7 +13,7 @@ if (!class_exists('WP_Video_Lightbox'))
13
  {
14
  class WP_Video_Lightbox
15
  {
16
- var $version = '1.6.7';
17
  var $db_version = '1.0';
18
  var $plugin_url;
19
  var $plugin_path;
1
  <?php
2
  /*
3
  Plugin Name: WP Video Lightbox
4
+ Version: 1.6.8
5
  Plugin URI: http://www.tipsandtricks-hq.com/?p=2700
6
  Author: Tips and Tricks HQ, Ruhul Amin
7
  Author URI: http://www.tipsandtricks-hq.com/
13
  {
14
  class WP_Video_Lightbox
15
  {
16
+ var $version = '1.6.8';
17
  var $db_version = '1.0';
18
  var $plugin_url;
19
  var $plugin_path;