Changeset 2255406
- Timestamp:
- 03/06/2020 05:44:00 AM (6 years ago)
- Location:
- wp-video-lightbox/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
wp-video-lightbox.php (modified) (2 diffs)
-
wpvl-settings.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-video-lightbox/trunk/readme.txt
r2205738 r2255406 5 5 Requires at least: 3.0 6 6 Tested up to: 5.3 7 Stable tag: 1.8. 87 Stable tag: 1.8.9 8 8 License: GPLv2 or later 9 9 … … 118 118 == Changelog == 119 119 120 = 1.8.9 = 121 * Made some changes to the settings. 122 120 123 = 1.8.8 = 121 124 * Video lightbox is now compatible with WordPress 5.0. -
wp-video-lightbox/trunk/wp-video-lightbox.php
r1987457 r2255406 2 2 /* 3 3 Plugin Name: WP Video Lightbox 4 Version: 1.8. 84 Version: 1.8.9 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. 8';18 var $version = '1.8.9'; 19 19 var $db_version = '1.0'; 20 20 var $plugin_url; -
wp-video-lightbox/trunk/wpvl-settings.php
r1968732 r2255406 136 136 $wpvl_prettyPhoto->modal = (isset($_POST["modal"]))?'true':'false'; 137 137 $wpvl_prettyPhoto->deeplinking = (isset($_POST["deeplinking"]))?'true':'false'; 138 /* 138 139 $wpvl_prettyPhoto->overlay_gallery = (isset($_POST["overlay_gallery"]))?'true':'false'; 139 140 $wpvl_prettyPhoto->overlay_gallery_max = trim($_POST["overlay_gallery_max"]); 141 */ 140 142 $wpvl_prettyPhoto->keyboard_shortcuts = (isset($_POST["keyboard_shortcuts"]))?'true':'false'; 141 143 $wpvl_prettyPhoto->ie6_fallback = (isset($_POST["ie6_fallback"]))?'true':'false'; … … 308 310 </fieldset></td> 309 311 </tr> 310 312 <!-- 311 313 <tr valign="top"> 312 314 <th scope="row"><?php _e('Overlay gallery', 'wp-video-lightbox')?></th> … … 322 324 <p class="description"><?php echo sprintf(__('Maximum number of pictures in the overlay gallery [default: %s]', 'wp-video-lightbox'), '30')?></p></td> 323 325 </tr> 324 326 --> 325 327 <tr valign="top"> 326 328 <th scope="row"><?php _e('Keyboard shortcuts', 'wp-video-lightbox')?></th>
Note: See TracChangeset
for help on using the changeset viewer.