Plugin Directory

Changeset 931306


Ignore:
Timestamp:
06/12/2014 05:19:38 PM (12 years ago)
Author:
sutherlandboswell
Message:

Version 2.9.1

Location:
video-thumbnails
Files:
2 added
4 deleted
24 edited
35 copied
1 moved

Legend:

Unmodified
Added
Removed
  • video-thumbnails/tags/2.9.1/php/providers/class-blip-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Blip_Thumbnails extends Video_Thumbnails_Providers {
     22class Blip_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7676}
    7777
    78 // Add to provider array
    79 add_filter( 'video_thumbnail_providers', array( 'Blip_Thumbnails', 'register_provider' ) );
    80 
    8178?>
  • video-thumbnails/tags/2.9.1/php/providers/class-collegehumor-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class CollegeHumor_Thumbnails extends Video_Thumbnails_Providers {
     22class CollegeHumor_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7272}
    7373
    74 // Add to provider array
    75 add_filter( 'video_thumbnail_providers', array( 'CollegeHumor_Thumbnails', 'register_provider' ) );
    76 
    7774?>
  • video-thumbnails/tags/2.9.1/php/providers/class-dailymotion-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Dailymotion_Thumbnails extends Video_Thumbnails_Providers {
     22class Dailymotion_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7474}
    7575
    76 // Add to provider array
    77 add_filter( 'video_thumbnail_providers', array( 'Dailymotion_Thumbnails', 'register_provider' ) );
    78 
    7976?>
  • video-thumbnails/tags/2.9.1/php/providers/class-facebook-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Facebook_Thumbnails extends Video_Thumbnails_Providers {
     22class Facebook_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    8080}
    8181
    82 // Add to provider array
    83 add_filter( 'video_thumbnail_providers', array( 'Facebook_Thumbnails', 'register_provider' ) );
    84 
    8582?>
  • video-thumbnails/tags/2.9.1/php/providers/class-funnyordie-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Funnyordie_Thumbnails extends Video_Thumbnails_Providers {
     22class Funnyordie_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7373}
    7474
    75 // Add to provider array
    76 add_filter( 'video_thumbnail_providers', array( 'Funnyordie_Thumbnails', 'register_provider' ) );
    77 
    7875?>
  • video-thumbnails/tags/2.9.1/php/providers/class-googledrive-thumbnails.php

    r870830 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class GoogleDrive_Thumbnails extends Video_Thumbnails_Providers {
     22class Googledrive_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    105105}
    106106
    107 // Add to provider array
    108 add_filter( 'video_thumbnail_providers', array( 'GoogleDrive_Thumbnails', 'register_provider' ) );
    109 
    110107?>
  • video-thumbnails/tags/2.9.1/php/providers/class-justintv-thumbnails.php

    r926743 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Justintv_Thumbnails extends Video_Thumbnails_Providers {
     22class Justintv_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    6666}
    6767
    68 // Add to provider array
    69 add_filter( 'video_thumbnail_providers', array( 'Justintv_Thumbnails', 'register_provider' ) );
    70 
    7168?>
  • video-thumbnails/tags/2.9.1/php/providers/class-kaltura-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Kaltura_Thumbnails extends Video_Thumbnails_Providers {
     22class Kaltura_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7373}
    7474
    75 // Add to provider array
    76 add_filter( 'video_thumbnail_providers', array( 'Kaltura_Thumbnails', 'register_provider' ) );
    77 
    7875?>
  • video-thumbnails/tags/2.9.1/php/providers/class-metacafe-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Metacafe_Thumbnails extends Video_Thumbnails_Providers {
     22class Metacafe_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    6767}
    6868
    69 // Add to provider array
    70 add_filter( 'video_thumbnail_providers', array( 'Metacafe_Thumbnails', 'register_provider' ) );
    71 
    7269?>
  • video-thumbnails/tags/2.9.1/php/providers/class-mpora-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Mpora_Thumbnails extends Video_Thumbnails_Providers {
     22class Mpora_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    6565}
    6666
    67 // Add to provider array
    68 add_filter( 'video_thumbnail_providers', array( 'Mpora_Thumbnails', 'register_provider' ) );
    69 
    7067?>
  • video-thumbnails/tags/2.9.1/php/providers/class-rutube-thumbnails.php

    r917499 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Rutube_Thumbnails extends Video_Thumbnails_Providers {
     22class Rutube_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7676}
    7777
    78 // Add to provider array
    79 add_filter( 'video_thumbnail_providers', array( 'Rutube_Thumbnails', 'register_provider' ) );
    80 
    8178?>
  • video-thumbnails/tags/2.9.1/php/providers/class-sapo-thumbnails.php

    r926743 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class SAPO_Thumbnails extends Video_Thumbnails_Providers {
     22class Sapo_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7474}
    7575
    76 // Add to provider array
    77 add_filter( 'video_thumbnail_providers', array( 'SAPO_Thumbnails', 'register_provider' ) );
    78 
    7976?>
  • video-thumbnails/tags/2.9.1/php/providers/class-ted-thumbnails.php

    r922717 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class TED_Thumbnails extends Video_Thumbnails_Providers {
     22class Ted_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    6666}
    6767
    68 // Add to provider array
    69 add_filter( 'video_thumbnail_providers', array( 'TED_Thumbnails', 'register_provider' ) );
    70 
    7168?>
  • video-thumbnails/tags/2.9.1/php/providers/class-tudou-thumbnails.php

    r926743 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Tudou_Thumbnails extends Video_Thumbnails_Providers {
     22class Tudou_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    9090}
    9191
    92 // Add to provider array
    93 add_filter( 'video_thumbnail_providers', array( 'Tudou_Thumbnails', 'register_provider' ) );
    94 
    9592?>
  • video-thumbnails/tags/2.9.1/php/providers/class-twitch-thumbnails.php

    r917499 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Twitch_Thumbnails extends Video_Thumbnails_Providers {
     22class Twitch_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7373}
    7474
    75 // Add to provider array
    76 add_filter( 'video_thumbnail_providers', array( 'Twitch_Thumbnails', 'register_provider' ) );
    77 
    7875?>
  • video-thumbnails/tags/2.9.1/php/providers/class-video-thumbnails-provider.php

    r926743 r931306  
    1717*/
    1818
    19 class Video_Thumbnails_Providers {
     19class Video_Thumbnails_Provider {
    2020
    2121    public $options = array();
     
    102102}
    103103
    104 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-youtube-thumbnails.php' );
    105 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-vimeo-thumbnails.php' );
    106 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-facebook-thumbnails.php' );
    107 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-vine-thumbnails.php' );
    108 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-blip-thumbnails.php' );
    109 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-justintv-thumbnails.php' );
    110 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-dailymotion-thumbnails.php' );
    111 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-metacafe-thumbnails.php' );
    112 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-vk-thumbnails.php' );
    113 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-funnyordie-thumbnails.php' );
    114 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-mpora-thumbnails.php' );
    115 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-wistia-thumbnails.php' );
    116 // require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-kaltura-thumbnails.php' );
    117 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-youku-thumbnails.php' );
    118 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-tudou-thumbnails.php' );
    119 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-collegehumor-thumbnails.php' );
    120 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-rutube-thumbnails.php' );
    121 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-sapo-thumbnails.php' );
    122 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-ted-thumbnails.php' );
    123 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-twitch-thumbnails.php' );
    124 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-googledrive-thumbnails.php' );
    125 
    126104?>
  • video-thumbnails/tags/2.9.1/php/providers/class-vimeo-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
    21 
    22 class Vimeo_Thumbnails extends Video_Thumbnails_Providers {
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
     21
     22class Vimeo_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    127127}
    128128
    129 // Add to provider array
    130 add_filter( 'video_thumbnail_providers', array( 'Vimeo_Thumbnails', 'register_provider' ) );
    131 
    132129// Vimeo API class
    133130if( !class_exists( 'phpVimeo' ) ) :
  • video-thumbnails/tags/2.9.1/php/providers/class-vine-thumbnails.php

    r917499 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Vine_Thumbnails extends Video_Thumbnails_Providers {
     22class Vine_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7474}
    7575
    76 // Add to provider array
    77 add_filter( 'video_thumbnail_providers', array( 'Vine_Thumbnails', 'register_provider' ) );
    78 
    7976?>
  • video-thumbnails/tags/2.9.1/php/providers/class-vk-thumbnails.php

    r917499 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class VK_Thumbnails extends Video_Thumbnails_Providers {
     22class Vk_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7676}
    7777
    78 // Add to provider array
    79 add_filter( 'video_thumbnail_providers', array( 'VK_Thumbnails', 'register_provider' ) );
    80 
    8178?>
  • video-thumbnails/tags/2.9.1/php/providers/class-wistia-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Wistia_Thumbnails extends Video_Thumbnails_Providers {
     22class Wistia_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    9696}
    9797
    98 // Add to provider array
    99 add_filter( 'video_thumbnail_providers', array( 'Wistia_Thumbnails', 'register_provider' ) );
    100 
    10198?>
  • video-thumbnails/tags/2.9.1/php/providers/class-youku-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Youku_Thumbnails extends Video_Thumbnails_Providers {
     22class Youku_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    8080}
    8181
    82 // Add to provider array
    83 add_filter( 'video_thumbnail_providers', array( 'Youku_Thumbnails', 'register_provider' ) );
    84 
    8582?>
  • video-thumbnails/tags/2.9.1/php/providers/class-youtube-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class YouTube_Thumbnails extends Video_Thumbnails_Providers {
     22class Youtube_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    8787}
    8888
    89 // Add to provider array
    90 add_filter( 'video_thumbnail_providers', array( 'YouTube_Thumbnails', 'register_provider' ) );
    91 
    9289?>
  • video-thumbnails/tags/2.9.1/readme.txt

    r931299 r931306  
    55Requires at least: 3.2
    66Tested up to: 3.9
    7 Stable tag: 2.9
     7Stable tag: 2.9.1
    88
    99Video Thumbnails simplifies the process of automatically displaying video thumbnails in your WordPress template.
     
    132132
    133133== Changelog ==
     134
     135= 2.9.1 =
     136* Improved provider class extensibility
    134137
    135138= 2.9 =
  • video-thumbnails/tags/2.9.1/video-thumbnails.php

    r926743 r931306  
    66Author: Sutherland Boswell
    77Author URI: http://sutherlandboswell.com
    8 Version: 2.9
     8Version: 2.9.1
    99License: GPL2
    1010Text Domain: video-thumbnails
     
    3131define( 'VIDEO_THUMBNAILS_PATH', dirname(__FILE__) );
    3232define( 'VIDEO_THUMBNAILS_FIELD', '_video_thumbnail' );
    33 define( 'VIDEO_THUMBNAILS_VERSION', '2.9' );
     33define( 'VIDEO_THUMBNAILS_VERSION', '2.9.1' );
    3434
    3535// Providers
    36 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     36require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/providers.php' );
    3737
    3838// Extensions
  • video-thumbnails/trunk/php/providers/class-blip-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Blip_Thumbnails extends Video_Thumbnails_Providers {
     22class Blip_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7676}
    7777
    78 // Add to provider array
    79 add_filter( 'video_thumbnail_providers', array( 'Blip_Thumbnails', 'register_provider' ) );
    80 
    8178?>
  • video-thumbnails/trunk/php/providers/class-collegehumor-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class CollegeHumor_Thumbnails extends Video_Thumbnails_Providers {
     22class CollegeHumor_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7272}
    7373
    74 // Add to provider array
    75 add_filter( 'video_thumbnail_providers', array( 'CollegeHumor_Thumbnails', 'register_provider' ) );
    76 
    7774?>
  • video-thumbnails/trunk/php/providers/class-dailymotion-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Dailymotion_Thumbnails extends Video_Thumbnails_Providers {
     22class Dailymotion_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7474}
    7575
    76 // Add to provider array
    77 add_filter( 'video_thumbnail_providers', array( 'Dailymotion_Thumbnails', 'register_provider' ) );
    78 
    7976?>
  • video-thumbnails/trunk/php/providers/class-facebook-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Facebook_Thumbnails extends Video_Thumbnails_Providers {
     22class Facebook_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    8080}
    8181
    82 // Add to provider array
    83 add_filter( 'video_thumbnail_providers', array( 'Facebook_Thumbnails', 'register_provider' ) );
    84 
    8582?>
  • video-thumbnails/trunk/php/providers/class-funnyordie-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Funnyordie_Thumbnails extends Video_Thumbnails_Providers {
     22class Funnyordie_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7373}
    7474
    75 // Add to provider array
    76 add_filter( 'video_thumbnail_providers', array( 'Funnyordie_Thumbnails', 'register_provider' ) );
    77 
    7875?>
  • video-thumbnails/trunk/php/providers/class-googledrive-thumbnails.php

    r870830 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class GoogleDrive_Thumbnails extends Video_Thumbnails_Providers {
     22class Googledrive_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    105105}
    106106
    107 // Add to provider array
    108 add_filter( 'video_thumbnail_providers', array( 'GoogleDrive_Thumbnails', 'register_provider' ) );
    109 
    110107?>
  • video-thumbnails/trunk/php/providers/class-justintv-thumbnails.php

    r926743 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Justintv_Thumbnails extends Video_Thumbnails_Providers {
     22class Justintv_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    6666}
    6767
    68 // Add to provider array
    69 add_filter( 'video_thumbnail_providers', array( 'Justintv_Thumbnails', 'register_provider' ) );
    70 
    7168?>
  • video-thumbnails/trunk/php/providers/class-kaltura-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Kaltura_Thumbnails extends Video_Thumbnails_Providers {
     22class Kaltura_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7373}
    7474
    75 // Add to provider array
    76 add_filter( 'video_thumbnail_providers', array( 'Kaltura_Thumbnails', 'register_provider' ) );
    77 
    7875?>
  • video-thumbnails/trunk/php/providers/class-metacafe-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Metacafe_Thumbnails extends Video_Thumbnails_Providers {
     22class Metacafe_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    6767}
    6868
    69 // Add to provider array
    70 add_filter( 'video_thumbnail_providers', array( 'Metacafe_Thumbnails', 'register_provider' ) );
    71 
    7269?>
  • video-thumbnails/trunk/php/providers/class-mpora-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Mpora_Thumbnails extends Video_Thumbnails_Providers {
     22class Mpora_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    6565}
    6666
    67 // Add to provider array
    68 add_filter( 'video_thumbnail_providers', array( 'Mpora_Thumbnails', 'register_provider' ) );
    69 
    7067?>
  • video-thumbnails/trunk/php/providers/class-rutube-thumbnails.php

    r917499 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Rutube_Thumbnails extends Video_Thumbnails_Providers {
     22class Rutube_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7676}
    7777
    78 // Add to provider array
    79 add_filter( 'video_thumbnail_providers', array( 'Rutube_Thumbnails', 'register_provider' ) );
    80 
    8178?>
  • video-thumbnails/trunk/php/providers/class-sapo-thumbnails.php

    r926743 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class SAPO_Thumbnails extends Video_Thumbnails_Providers {
     22class Sapo_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7474}
    7575
    76 // Add to provider array
    77 add_filter( 'video_thumbnail_providers', array( 'SAPO_Thumbnails', 'register_provider' ) );
    78 
    7976?>
  • video-thumbnails/trunk/php/providers/class-ted-thumbnails.php

    r922717 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class TED_Thumbnails extends Video_Thumbnails_Providers {
     22class Ted_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    6666}
    6767
    68 // Add to provider array
    69 add_filter( 'video_thumbnail_providers', array( 'TED_Thumbnails', 'register_provider' ) );
    70 
    7168?>
  • video-thumbnails/trunk/php/providers/class-tudou-thumbnails.php

    r926743 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Tudou_Thumbnails extends Video_Thumbnails_Providers {
     22class Tudou_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    9090}
    9191
    92 // Add to provider array
    93 add_filter( 'video_thumbnail_providers', array( 'Tudou_Thumbnails', 'register_provider' ) );
    94 
    9592?>
  • video-thumbnails/trunk/php/providers/class-twitch-thumbnails.php

    r917499 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Twitch_Thumbnails extends Video_Thumbnails_Providers {
     22class Twitch_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7373}
    7474
    75 // Add to provider array
    76 add_filter( 'video_thumbnail_providers', array( 'Twitch_Thumbnails', 'register_provider' ) );
    77 
    7875?>
  • video-thumbnails/trunk/php/providers/class-video-thumbnails-provider.php

    r926743 r931306  
    1717*/
    1818
    19 class Video_Thumbnails_Providers {
     19class Video_Thumbnails_Provider {
    2020
    2121    public $options = array();
     
    102102}
    103103
    104 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-youtube-thumbnails.php' );
    105 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-vimeo-thumbnails.php' );
    106 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-facebook-thumbnails.php' );
    107 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-vine-thumbnails.php' );
    108 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-blip-thumbnails.php' );
    109 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-justintv-thumbnails.php' );
    110 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-dailymotion-thumbnails.php' );
    111 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-metacafe-thumbnails.php' );
    112 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-vk-thumbnails.php' );
    113 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-funnyordie-thumbnails.php' );
    114 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-mpora-thumbnails.php' );
    115 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-wistia-thumbnails.php' );
    116 // require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-kaltura-thumbnails.php' );
    117 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-youku-thumbnails.php' );
    118 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-tudou-thumbnails.php' );
    119 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-collegehumor-thumbnails.php' );
    120 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-rutube-thumbnails.php' );
    121 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-sapo-thumbnails.php' );
    122 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-ted-thumbnails.php' );
    123 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-twitch-thumbnails.php' );
    124 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-googledrive-thumbnails.php' );
    125 
    126104?>
  • video-thumbnails/trunk/php/providers/class-vimeo-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
    21 
    22 class Vimeo_Thumbnails extends Video_Thumbnails_Providers {
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
     21
     22class Vimeo_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    127127}
    128128
    129 // Add to provider array
    130 add_filter( 'video_thumbnail_providers', array( 'Vimeo_Thumbnails', 'register_provider' ) );
    131 
    132129// Vimeo API class
    133130if( !class_exists( 'phpVimeo' ) ) :
  • video-thumbnails/trunk/php/providers/class-vine-thumbnails.php

    r917499 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Vine_Thumbnails extends Video_Thumbnails_Providers {
     22class Vine_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7474}
    7575
    76 // Add to provider array
    77 add_filter( 'video_thumbnail_providers', array( 'Vine_Thumbnails', 'register_provider' ) );
    78 
    7976?>
  • video-thumbnails/trunk/php/providers/class-vk-thumbnails.php

    r917499 r931306  
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class VK_Thumbnails extends Video_Thumbnails_Providers {
     22class Vk_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    7676}
    7777
    78 // Add to provider array
    79 add_filter( 'video_thumbnail_providers', array( 'VK_Thumbnails', 'register_provider' ) );
    80 
    8178?>
  • video-thumbnails/trunk/php/providers/class-wistia-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Wistia_Thumbnails extends Video_Thumbnails_Providers {
     22class Wistia_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    9696}
    9797
    98 // Add to provider array
    99 add_filter( 'video_thumbnail_providers', array( 'Wistia_Thumbnails', 'register_provider' ) );
    100 
    10198?>
  • video-thumbnails/trunk/php/providers/class-youku-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class Youku_Thumbnails extends Video_Thumbnails_Providers {
     22class Youku_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    8080}
    8181
    82 // Add to provider array
    83 add_filter( 'video_thumbnail_providers', array( 'Youku_Thumbnails', 'register_provider' ) );
    84 
    8582?>
  • video-thumbnails/trunk/php/providers/class-youtube-thumbnails.php

    r917499 r931306  
    11<?php
    22
    3 /*  Copyright 2013 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
     3/*  Copyright 2014 Sutherland Boswell  (email : sutherland.boswell@gmail.com)
    44
    55    This program is free software; you can redistribute it and/or modify
     
    1818
    1919// Require thumbnail provider class
    20 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     20require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-provider.php' );
    2121
    22 class YouTube_Thumbnails extends Video_Thumbnails_Providers {
     22class Youtube_Thumbnails extends Video_Thumbnails_Provider {
    2323
    2424    // Human-readable name of the video provider
     
    8787}
    8888
    89 // Add to provider array
    90 add_filter( 'video_thumbnail_providers', array( 'YouTube_Thumbnails', 'register_provider' ) );
    91 
    9289?>
  • video-thumbnails/trunk/readme.txt

    r931299 r931306  
    55Requires at least: 3.2
    66Tested up to: 3.9
    7 Stable tag: 2.9
     7Stable tag: 2.9.1
    88
    99Video Thumbnails simplifies the process of automatically displaying video thumbnails in your WordPress template.
     
    132132
    133133== Changelog ==
     134
     135= 2.9.1 =
     136* Improved provider class extensibility
    134137
    135138= 2.9 =
  • video-thumbnails/trunk/video-thumbnails.php

    r926743 r931306  
    66Author: Sutherland Boswell
    77Author URI: http://sutherlandboswell.com
    8 Version: 2.9
     8Version: 2.9.1
    99License: GPL2
    1010Text Domain: video-thumbnails
     
    3131define( 'VIDEO_THUMBNAILS_PATH', dirname(__FILE__) );
    3232define( 'VIDEO_THUMBNAILS_FIELD', '_video_thumbnail' );
    33 define( 'VIDEO_THUMBNAILS_VERSION', '2.9' );
     33define( 'VIDEO_THUMBNAILS_VERSION', '2.9.1' );
    3434
    3535// Providers
    36 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-video-thumbnails-providers.php' );
     36require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/providers.php' );
    3737
    3838// Extensions
Note: See TracChangeset for help on using the changeset viewer.