Plugin Directory

Changeset 1739659


Ignore:
Timestamp:
10/02/2017 03:06:51 PM (8 years ago)
Author:
fluidplayer
Message:

Fixing simple shortcode bug

Location:
fluid-player/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fluid-player/trunk/FluidPlayerPlugin.php

    r1734122 r1739659  
    6464            static::VTT_FILE => '',
    6565            static::VTT_SPRITE => '',
     66            static::FP_VIDEO_SOURCES => static::prepareVideoSources([['label' => '720', 'url' => $attrs['video']]], []),
    6667            static::FP_LAYOUT => static::FP_LAYOUT_DEFAULT_VALUE,
    6768        ], $attrs);
     
    329330    const SCRIPT_SIMPLE = <<<SCRIPT
    330331<video id='fp-video-{id}' controls style="width: 100%;">
    331     <source src='{video}' type='video/mp4' />       
     332    {video_sources}
    332333</video>
    333334
  • fluid-player/trunk/fluid-player.php

    r1734122 r1739659  
    44Plugin URI: https://wordpress.org/support/plugin/fluid-player/
    55Description: Easily embed a Fluid Player instance on your website by using the fluid-player shortcode.
    6 Version: 1.1.2
     6Version: 1.1.2.1
    77Author: Florin Tudor
    88Author URI: https://www.fluidplayer.com
  • fluid-player/trunk/readme.txt

    r1734122 r1739659  
    66Donate link: http://example.com/
    77Tags: Fluid Player, html5 video player, VAST, thumbnails
    8 Version: 0.1
     8Version: 1.1.2.5
    99Requires at least: 4.6
    10 Tested up to: 4.7.3
     10Tested up to: 4.8.2
    1111Stable tag: trunk
    1212License: GPLv2 or later
     
    3636* vtt_sprite : path to VTT sprites file (optional)
    3737* layout : any of the following themes are provided with the player: default/funky/metal, if no value is passed it will fall back to 'default'
    38 * auto-play : toggle vidoe autoplay, defaults to false
     38* auto-play : toggle video autoplay, defaults to false
    3939* logo : Logo url
    4040* logo-position: logo positioning, default value "top right"
Note: See TracChangeset for help on using the changeset viewer.