Plugin Directory

Changeset 1461678


Ignore:
Timestamp:
07/27/2016 10:13:55 PM (9 years ago)
Author:
vprenner
Message:

support pre 5.4 php versions

Location:
free-responsive-iframe-video-embeds/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • free-responsive-iframe-video-embeds/trunk/iplayerhd-embed.php

    r1450540 r1461678  
    44Plugin URI: http://wordpress.org/plugins/free-responsive-iframe-video-embeds/
    55Description: Use the [iplayerhd] shortcode to easily add responsive iframe-based video embeds to your website (YouTube, Vimeo, iPlayerHD and more...)
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: iPlayerHD
    88Author URI: http://iplayerhd.com
     
    1818
    1919wp_enqueue_script('jquery');
    20 wp_enqueue_script( 'iplayerhd-embed', plugins_url('/iplayerhd-embed.js', __FILE__ ), ['jquery']);
     20wp_enqueue_script( 'iplayerhd-embed', plugins_url('/iplayerhd-embed.js', __FILE__ ), array('jquery'));
    2121wp_enqueue_style( 'iplayerhd-embed-style', plugins_url('/iplayerhd-embed.css', __FILE__ ));
    2222
  • free-responsive-iframe-video-embeds/trunk/readme.txt

    r1450540 r1461678  
    44Requires at least: 3.0
    55Tested up to: 4.5.3
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    1212== Description ==
    1313
    14 While being tailored for [iPlayerHD Video Hosting](https://iplayerhd.com) users, the plugin should work
     14While being tailored for [iPlayerHD Video Hosting](https://www.iplayerhd.com/cms/refer/10235175-966c-4d78-a75d-04c6159c0e02) users, the plugin should work
    1515with any video which can be embedded via an iframe. Simply set the width and height attributes to fit
    1616your video's format and you're all set!
    1717
    18 [iPlayerHD](https://iplayerhd.com) users can get a shortcode link with all of the required parameters
    19 automatically though the [iPlayerHD](https://iplayerhd.com) CMS.
     18[iPlayerHD](https://www.iplayerhd.com/cms/refer/10235175-966c-4d78-a75d-04c6159c0e02) users can get a shortcode link with all of the required parameters
     19automatically though the [iPlayerHD](https://www.iplayerhd.com/cms/refer/10235175-966c-4d78-a75d-04c6159c0e02) CMS.
    2020
    21 [iPlayerHD](https://iplayerhd.com) users also get additional options such as playlist embeds and popup embeds.
     21[iPlayerHD](https://www.iplayerhd.com/cms/refer/10235175-966c-4d78-a75d-04c6159c0e02) users also get additional options such as playlist embeds and popup embeds.
    2222
    2323= Shortcode examples: =
     
    3131* **width** - width of video in pixels, defaults to 640 - if the video is in 16:9 format you can omit this parameter
    3232* **height** - height of video in pixels, defaults to 360 - if the video is in 16:9 format you can omit this parameter
    33 * **popup** - **for [iPlayerHD](https://iplayerhd.com) users only** - embeds a thumbnail which opens the video in a lightbox-style popup, defaults to 'false'
    34 * **player-mode** - **for [iPlayerHD](https://iplayerhd.com) users only** - possible values: 'video', 'playlistRight', 'playlistBottom' - user for embedding iPlayerHD playlists, defaults to 'video'
     33* **popup** - **for [iPlayerHD](https://www.iplayerhd.com/cms/refer/10235175-966c-4d78-a75d-04c6159c0e02) users only** - embeds a thumbnail which opens the video in a lightbox-style popup, defaults to 'false'
     34* **player-mode** - **for [iPlayerHD](https://www.iplayerhd.com/cms/refer/10235175-966c-4d78-a75d-04c6159c0e02) users only** - possible values: 'video', 'playlistRight', 'playlistBottom' - user for embedding iPlayerHD playlists, defaults to 'video'
    3535
    3636== Installation ==
     
    4343== Changelog ==
    4444
     45= 1.0.2 =
     46* Added support for pre-5.4 PHP versions
     47
    4548= 1.0.1 =
    4649* Fixed installation folder name issue
Note: See TracChangeset for help on using the changeset viewer.