WP Video Lightbox - Version 1.6.4

Version Description

  • plugin is now compatible with WordPress 3.8.
Download this release

Release Info

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

Code changes from version 1.6.3 to 1.6.4

Files changed (2) hide show
  1. readme.txt +5 -2
  2. wp-video-lightbox.php +2 -2
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Tips and Tricks HQ, Ruhul Amin, wptipsntricks
3
  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.7
7
- Stable tag: 1.6.3
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.
@@ -96,6 +96,9 @@ None
96
 
97
  == Changelog ==
98
 
 
 
 
99
  = 1.6.3 =
100
  * plugin now works with multisite install.
101
 
3
  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.8
7
+ Stable tag: 1.6.4
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.
96
 
97
  == Changelog ==
98
 
99
+ = 1.6.4 =
100
+ * plugin is now compatible with WordPress 3.8.
101
+
102
  = 1.6.3 =
103
  * plugin now works with multisite install.
104
 
wp-video-lightbox.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: WP Video Lightbox
4
- Version: 1.6.3
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.3';
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.4
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.4';
17
  var $db_version = '1.0';
18
  var $plugin_url;
19
  var $plugin_path;