Changeset 2954576
- Timestamp:
- 08/16/2023 07:28:02 PM (3 years ago)
- Location:
- better-video-playlist/trunk
- Files:
-
- 3 edited
-
README.TXT (modified) (1 diff)
-
better-video.php (modified) (2 diffs)
-
js/better-video.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
better-video-playlist/trunk/README.TXT
r2848612 r2954576 4 4 Tags: video, playlist, video playlist, html5 video, start video, resume video, progress 5 5 Requires at least: 5.0 6 Tested up to: 6. 17 Stable tag: 2.0. 26 Tested up to: 6.3 7 Stable tag: 2.0.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later -
better-video-playlist/trunk/better-video.php
r2848612 r2954576 4 4 * Plugin URI: https://garridodiaz.com/html5-playlist-video-player/ 5 5 * Description: Improves video capabilities for wordpress and adds video playlist features. 6 * Version: 2.0. 26 * Version: 2.0.3 7 7 * Author: Chema Garrido 8 8 * Author URI: https://garridodiaz.com … … 16 16 /* enqueue scripts and style from parent theme */ 17 17 function bbpl_assets() { 18 wp_enqueue_script( 'better-video', plugin_dir_url( __FILE__ ) . 'js/better-video.js', array('jquery'), '2.0. 2', true );18 wp_enqueue_script( 'better-video', plugin_dir_url( __FILE__ ) . 'js/better-video.js', array('jquery'), '2.0.3', true ); 19 19 20 20 wp_localize_script( -
better-video-playlist/trunk/js/better-video.js
r2848612 r2954576 1 1 /** 2 2 * Better Video and playlist jQuery plugin 3 * Version: 2.0 3 * Version: 2.0.3 4 4 */ 5 5 jQuery(document).ready(function( $ ) {
Note: See TracChangeset
for help on using the changeset viewer.