Changeset 2959725
- Timestamp:
- 08/29/2023 08:06:01 AM (3 years ago)
- Location:
- better-video-playlist
- Files:
-
- 4 added
- 3 edited
- 4 copied
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
tags/2.0.4 (copied) (copied from better-video-playlist/trunk)
-
tags/2.0.4/README.TXT (copied) (copied from better-video-playlist/trunk/README.TXT) (5 diffs)
-
tags/2.0.4/better-video.php (copied) (copied from better-video-playlist/trunk/better-video.php) (2 diffs)
-
tags/2.0.4/js/better-video.js (copied) (copied from better-video-playlist/trunk/js/better-video.js) (1 diff)
-
trunk/README.TXT (modified) (5 diffs)
-
trunk/better-video.php (modified) (2 diffs)
-
trunk/js/better-video.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
better-video-playlist/tags/2.0.4/README.TXT
r2954576 r2959725 3 3 Donate link: https://paypal.me/chema/10EUR 4 4 Tags: video, playlist, video playlist, html5 video, start video, resume video, progress 5 Requires at least: 5.05 Requires at least: 6.0 6 6 Tested up to: 6.3 7 Stable tag: 2.0. 37 Stable tag: 2.0.4 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 15 15 == Description == 16 16 17 Super fast player and playlist player using native HTML5 video player and jQuery. This will work also in WordPress. Uses browser local storage for most features.17 Super fast video player and playlist player using native HTML5 video player and jQuery. Uses browser local storage for most features. 18 18 19 19 If user is logged in we store video position in the database. So even if changes browser will save the progress. … … 33 33 - Mark video as played 34 34 - Start playing from video via url parameter using ?start_video=ID_VIDEO 35 - Stored in user browser storage , not in DB35 - Stored in user browser storage and at WordPress Database 36 36 37 37 … … 106 106 </script> 107 107 108 To add the JS to your post/page you can use a plugin like https://es.wordpress.org/plugins/header-and-footer-scripts/108 To add the JS to your post/page you can use a plugin like [this one](https://wordpress.org/plugins/header-and-footer-scripts/). 109 109 110 110 … … 118 118 == Changelog == 119 119 120 121 = 2.0.4 = 122 * Improved description and FAQ's 123 124 = 2.0.3 = 125 * WP 6.3 tested 126 120 127 = 2.0.2 = 121 128 * smooth scroll to video -
better-video-playlist/tags/2.0.4/better-video.php
r2954576 r2959725 2 2 /** 3 3 * Plugin Name: Better Video & Playlist 4 * Plugin URI: https://garridodiaz.com/ html5-playlist-video-player/4 * Plugin URI: https://garridodiaz.com/better-video-plugin-for-wordpress/ 5 5 * Description: Improves video capabilities for wordpress and adds video playlist features. 6 * Version: 2.0. 37 * Author: Chema Garrido6 * Version: 2.0.4 7 * Author: Chema 8 8 * Author URI: https://garridodiaz.com 9 9 * License: GPL2 … … 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. 3', true );18 wp_enqueue_script( 'better-video', plugin_dir_url( __FILE__ ) . 'js/better-video.js', array('jquery'), '2.0.4', true ); 19 19 20 20 wp_localize_script( -
better-video-playlist/tags/2.0.4/js/better-video.js
r2954576 r2959725 1 1 /** 2 2 * Better Video and playlist jQuery plugin 3 * Version: 2.0. 33 * Version: 2.0.4 4 4 */ 5 5 jQuery(document).ready(function( $ ) { -
better-video-playlist/trunk/README.TXT
r2954576 r2959725 3 3 Donate link: https://paypal.me/chema/10EUR 4 4 Tags: video, playlist, video playlist, html5 video, start video, resume video, progress 5 Requires at least: 5.05 Requires at least: 6.0 6 6 Tested up to: 6.3 7 Stable tag: 2.0. 37 Stable tag: 2.0.4 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 15 15 == Description == 16 16 17 Super fast player and playlist player using native HTML5 video player and jQuery. This will work also in WordPress. Uses browser local storage for most features.17 Super fast video player and playlist player using native HTML5 video player and jQuery. Uses browser local storage for most features. 18 18 19 19 If user is logged in we store video position in the database. So even if changes browser will save the progress. … … 33 33 - Mark video as played 34 34 - Start playing from video via url parameter using ?start_video=ID_VIDEO 35 - Stored in user browser storage , not in DB35 - Stored in user browser storage and at WordPress Database 36 36 37 37 … … 106 106 </script> 107 107 108 To add the JS to your post/page you can use a plugin like https://es.wordpress.org/plugins/header-and-footer-scripts/108 To add the JS to your post/page you can use a plugin like [this one](https://wordpress.org/plugins/header-and-footer-scripts/). 109 109 110 110 … … 118 118 == Changelog == 119 119 120 121 = 2.0.4 = 122 * Improved description and FAQ's 123 124 = 2.0.3 = 125 * WP 6.3 tested 126 120 127 = 2.0.2 = 121 128 * smooth scroll to video -
better-video-playlist/trunk/better-video.php
r2954576 r2959725 2 2 /** 3 3 * Plugin Name: Better Video & Playlist 4 * Plugin URI: https://garridodiaz.com/ html5-playlist-video-player/4 * Plugin URI: https://garridodiaz.com/better-video-plugin-for-wordpress/ 5 5 * Description: Improves video capabilities for wordpress and adds video playlist features. 6 * Version: 2.0. 37 * Author: Chema Garrido6 * Version: 2.0.4 7 * Author: Chema 8 8 * Author URI: https://garridodiaz.com 9 9 * License: GPL2 … … 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. 3', true );18 wp_enqueue_script( 'better-video', plugin_dir_url( __FILE__ ) . 'js/better-video.js', array('jquery'), '2.0.4', true ); 19 19 20 20 wp_localize_script( -
better-video-playlist/trunk/js/better-video.js
r2954576 r2959725 1 1 /** 2 2 * Better Video and playlist jQuery plugin 3 * Version: 2.0. 33 * Version: 2.0.4 4 4 */ 5 5 jQuery(document).ready(function( $ ) {
Note: See TracChangeset
for help on using the changeset viewer.