/**
* Changelog:
*
* 2.6
* - Add change slide image option to vimeo, youtube and layer slides
* - Video background option added to layer slides
*
* 2.5.1
* - Fix post feed slide warning
* - Use $ instead of jQuery in dynamic JS
* - Allow links to be clicked in layers when a background image url is specified
* - Fix YouTube slide error with R. Slides
*
* 2.5
* - Hide events without thumbnails from post feed
* - Add {thumb} template tag to post feed
* - Refactor method for generating thumbnails
* - Add External URL slide type
* - Move classes from
to
for flexslider slideshows
* - Change autoload from private to public
*
* 2.4.6
* - Hide layers until slideshow is ready
* - Re-crop thumbnails when original image is re-cropped
* - Add metaslider_flex_slider_filmstrip_parameters filter
*
* 2.4.5
* - Add filter for post feed args - see https://gist.github.com/tomhemsley/100930dafd179bae2d1d
* - Run post feed content filter before the default tags have been parsed
* - Fix Responsive Slides second animation flash
*
* 2.4.4
* - Fix layer background link functionality
* - Return filtered CSS correctly
* - Don't clone layers without animation
* - Fix navigation defaulting to thumbnails
*
* 2.4.3 (internal)
* - Add actions for youtube & vimeo iframes
*
* 2.4.2
* - Show warning in layer editor when no layer is selected
* - Fix layer editor styling
*
* 2.4.1
* - Fix downscale only setting
* - Fix layer scaling initiation code
*
* 2.4
* - Theme Editor refactored
* -- Caption text align added
* -- Caption border radius added
* -- Custom Prev / Next arrows added
* -- Enable or disable arrow / bullets / navigation custom styling
*
* - Post Feed slides improved
* -- Custom templates added
* -- WooCommerce support added
* -- Filters added for output (in line with standard image slides)
*
* CKEditor updated to 4.4 (IE11 fixes)
* Avoid wpautop errors with Layer Slides
* Video slides now use jpeg mime type to avoid getID3 errors
* Post Feed slides, call wp_reset_query after thumbnail extraction
* Layer Editor: process qTranslate shortcodes
* Added 'Loop' options for Flex & Nivo Slider
* Fix HTTPS video previews
* Check slideshow width and height before launching layer editor
* Layer Slide scaling JS extracted to it's own jQuery plugin
*
* 2.3.2
* - Post Feed: Fix Taxonomy restriction
*
* 2.3.1
* - Menu Order added to Post Feed Slide
* - Post Content (With Formatting) option added to Post Feed Slide
*
* 2.3
* - Filmstrip navigation option added (Flex Slider)
* - Layer Scaling options added
*
* 2.3-beta (internal)
* - New Feature: Layer Slide background link, SEO options
* - Change: Tabbed interface on all slides
*
* 2.2.8 (internal)
* - Fix: Orderby parameter on Post Feed slides
*
* 2.2.7 (internal)
* - Change: Add List item classes to slide types (flexslider only)
*
* 2.2.6 (internal)
* - Change: Add metaslider_post_feed_caption filter
*
* 2.2.5 (internal)
* - Fix: Vimeo auto play bug (When first slide is set to autoPlay)
*
* 2.2.4
* - Fix: Allow layers to scale up past 100%
*
* 2.2.3
* - Fix: Post Feed/Nivo Slider captions (for Meta Slider 2.6)
*
* 2.2.2
* - Fix: PHP Warnings
*
* 2.2.1
* - Fix: Invalid CSS
*
* 2.2
* - New Feature: Auto Play setting for YouTube videos
* - New Feature: Auto Play setting for Vimeo videos
* - Fix: Force CKEditor to use 'en' lang files
* - TGM Plugin activation check for Meta Slider Lite
*
* 2.1.2 (internal)
* - Fix: WPML: Check 'is_plugin_active' function exists before calling
*
* 2.1.1 (internal)
* - Change: Lang files removed from CKEditor to reduce plugin size
* - Change: Images in Layers given a max-width
* - Improvement: Fix to work with 'SvegliaT buttons' plugin
*
* 2.1 (internal)
* - Improvement: YouTube & Vimeo settings
* - Fix: Reset wp_query after post feed to fix comment setting on page
*
* 2.0.4
* - Fix: Responsive layer scaling
*
* 2.0.3
* - Fix: Strict warning for Walker Class compatibility (Since WP3.6 change)
*
* 2.0.2
* - Improvement: "Title & Excerpt" option added for post feed caption
* - Fix: Responsive slider - Pause Vimeo/YouTube when navigating to next slide
*
* 2.0.1
* - Fix: Vimeo HTTPS
* - Fix: Hover Pause is now compatible with YouTube slides (Flex Slider)
* - Fix: Play/Pause video functionality and Auto Play (Flex Slider)
* - Improvement: Responsive Slides output tidied up for YouTube & Vimeo slides
*
* 2.0
* - New Feature: Thumbnail navigation for Flex & Nivo Slider
* - Improvement: Pro functionality refactored into 'modules'
* - Improvement: Theme editor CSS output tidied up
* - Fix: YouTube thumbnail date
* - Fix: YouTube videos on HTTPS
*
* 1.2.2
* - Fix: Vimeo slideshows not pausing correctly
*
* 1.2.1
* - Fix: Vertical slides with HTML Overlay not working
* - Fix: YouTube & Vimeo slides not saving on some installations
* - Change: Post Feed limit changed to 'number' input type
*
* 1.2
* - WYSIWYG Editor Added to HTML Overlay slides
* - Plugin localized
* - Fix: Post Feeds now only count posts with featured images set
*
* 1.1.4
* - Fix for YouTube and Vimeo slides when thumbnail download fails
*
* 1.1.3
* - Youtube debug removed
*
* 1.1.2
* - PHP Short tag fixed
* - Theme editor CSS fixed
* - "More Slide Types" menu item removed
* - Alt text added to HTML Overlay slide type
* - HTML Validation Fixes
*
* 1.1.1
* - HTML Overlay bug fixed when slideshow has a single slide
*
* 1.1
* - Theme Editor added
* - Vimeo thumbnail loader now uses build in WordPress functionality
*
* 1.0.1
* - Hide overflow on HTML Slides (to stop animations from 'leaking' into other slides)
*
* 1.0
* - Initial Version
*/