Changeset 1912134
- Timestamp:
- 07/20/2018 10:55:54 AM (8 years ago)
- Location:
- wp-video-lightbox/trunk
- Files:
-
- 13 added
- 2 edited
-
css/index.html (added)
-
images/fullscreen/index.html (added)
-
images/index.html (added)
-
images/prettyPhoto/dark_rounded/index.html (added)
-
images/prettyPhoto/dark_square/index.html (added)
-
images/prettyPhoto/default/index.html (added)
-
images/prettyPhoto/facebook/index.html (added)
-
images/prettyPhoto/index.html (added)
-
images/prettyPhoto/light_rounded/index.html (added)
-
images/prettyPhoto/light_square/index.html (added)
-
index.html (added)
-
js/index.html (added)
-
languages/index.html (added)
-
readme.txt (modified) (2 diffs)
-
wp-video-lightbox.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-video-lightbox/trunk/readme.txt
r1765678 r1912134 5 5 Requires at least: 3.0 6 6 Tested up to: 4.9 7 Stable tag: 1.8. 57 Stable tag: 1.8.6 8 8 License: GPLv2 or later 9 9 … … 115 115 == Changelog == 116 116 117 = 1.8.6 = 118 * Added a fix so a search engine bot cannot access the video lightbox directory. 119 117 120 = 1.8.5 = 118 121 * Video Lightbox is now compatible with WordPress 4.9. -
wp-video-lightbox/trunk/wp-video-lightbox.php
r1765678 r1912134 2 2 /* 3 3 Plugin Name: WP Video Lightbox 4 Version: 1.8. 54 Version: 1.8.6 5 5 Plugin URI: https://www.tipsandtricks-hq.com/?p=2700 6 6 Author: Tips and Tricks HQ, Ruhul Amin … … 16 16 class WP_Video_Lightbox 17 17 { 18 var $version = '1.8. 5';18 var $version = '1.8.6'; 19 19 var $db_version = '1.0'; 20 20 var $plugin_url;
Note: See TracChangeset
for help on using the changeset viewer.