Plugin Directory

Changeset 2954576


Ignore:
Timestamp:
08/16/2023 07:28:02 PM (3 years ago)
Author:
deambulando
Message:

test up to 6.3

Location:
better-video-playlist/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • better-video-playlist/trunk/README.TXT

    r2848612 r2954576  
    44Tags: video, playlist, video playlist, html5 video, start video, resume video, progress
    55Requires at least: 5.0
    6 Tested up to: 6.1
    7 Stable tag: 2.0.2
     6Tested up to: 6.3
     7Stable tag: 2.0.3
    88Requires PHP: 7.4
    99License: GPLv2 or later
  • better-video-playlist/trunk/better-video.php

    r2848612 r2954576  
    44    * Plugin URI: https://garridodiaz.com/html5-playlist-video-player/
    55    * Description: Improves video capabilities for wordpress and adds video playlist features.
    6     * Version: 2.0.2
     6    * Version: 2.0.3
    77    * Author: Chema Garrido
    88    * Author URI: https://garridodiaz.com
     
    1616/* enqueue scripts and style from parent theme */       
    1717function 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 );
    1919
    2020    wp_localize_script(
  • better-video-playlist/trunk/js/better-video.js

    r2848612 r2954576  
    11/**
    22 * Better Video and playlist jQuery plugin
    3  * Version: 2.0
     3 * Version: 2.0.3
    44 */
    55jQuery(document).ready(function( $ ) {
Note: See TracChangeset for help on using the changeset viewer.