Version Description
- Added a fix so a search engine bot cannot access the video lightbox directory.
Download this release
Release Info
Developer | wptipsntricks |
Plugin | WP Video Lightbox |
Version | 1.8.6 |
Comparing to | |
See all releases |
Code changes from version 1.8.5 to 1.8.6
- css/index.html +0 -0
- images/fullscreen/index.html +0 -0
- images/index.html +0 -0
- images/prettyPhoto/dark_rounded/index.html +0 -0
- images/prettyPhoto/dark_square/index.html +0 -0
- images/prettyPhoto/default/index.html +0 -0
- images/prettyPhoto/facebook/index.html +0 -0
- images/prettyPhoto/index.html +0 -0
- images/prettyPhoto/light_rounded/index.html +0 -0
- images/prettyPhoto/light_square/index.html +0 -0
- index.html +0 -0
- js/index.html +0 -0
- languages/index.html +0 -0
- readme.txt +4 -1
- wp-video-lightbox.php +2 -2
css/index.html
ADDED
File without changes
|
images/fullscreen/index.html
ADDED
File without changes
|
images/index.html
ADDED
File without changes
|
images/prettyPhoto/dark_rounded/index.html
ADDED
File without changes
|
images/prettyPhoto/dark_square/index.html
ADDED
File without changes
|
images/prettyPhoto/default/index.html
ADDED
File without changes
|
images/prettyPhoto/facebook/index.html
ADDED
File without changes
|
images/prettyPhoto/index.html
ADDED
File without changes
|
images/prettyPhoto/light_rounded/index.html
ADDED
File without changes
|
images/prettyPhoto/light_square/index.html
ADDED
File without changes
|
index.html
ADDED
File without changes
|
js/index.html
ADDED
File without changes
|
languages/index.html
ADDED
File without changes
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://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: 4.9
|
7 |
-
Stable tag: 1.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.
|
@@ -114,6 +114,9 @@ None
|
|
114 |
|
115 |
== Changelog ==
|
116 |
|
|
|
|
|
|
|
117 |
= 1.8.5 =
|
118 |
* Video Lightbox is now compatible with WordPress 4.9.
|
119 |
|
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: 4.9
|
7 |
+
Stable tag: 1.8.6
|
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.
|
114 |
|
115 |
== Changelog ==
|
116 |
|
117 |
+
= 1.8.6 =
|
118 |
+
* Added a fix so a search engine bot cannot access the video lightbox directory.
|
119 |
+
|
120 |
= 1.8.5 =
|
121 |
* Video Lightbox is now compatible with WordPress 4.9.
|
122 |
|
wp-video-lightbox.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: WP Video Lightbox
|
4 |
-
Version: 1.8.
|
5 |
Plugin URI: https://www.tipsandtricks-hq.com/?p=2700
|
6 |
Author: Tips and Tricks HQ, Ruhul Amin
|
7 |
Author URI: https://www.tipsandtricks-hq.com/
|
@@ -15,7 +15,7 @@ if (!class_exists('WP_Video_Lightbox'))
|
|
15 |
{
|
16 |
class WP_Video_Lightbox
|
17 |
{
|
18 |
-
var $version = '1.8.
|
19 |
var $db_version = '1.0';
|
20 |
var $plugin_url;
|
21 |
var $plugin_path;
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: WP Video Lightbox
|
4 |
+
Version: 1.8.6
|
5 |
Plugin URI: https://www.tipsandtricks-hq.com/?p=2700
|
6 |
Author: Tips and Tricks HQ, Ruhul Amin
|
7 |
Author URI: https://www.tipsandtricks-hq.com/
|
15 |
{
|
16 |
class WP_Video_Lightbox
|
17 |
{
|
18 |
+
var $version = '1.8.6';
|
19 |
var $db_version = '1.0';
|
20 |
var $plugin_url;
|
21 |
var $plugin_path;
|