- Fix frontend ajax requests. (*)
- Fix for illegal video message when using oEmbed. (*, *)
- Fix for are you sure error on post creation. (*, *)
- Now compatible with Video SEO! (*, *, *)
- Fix AJAX vulnerability reported by @jamesgol.
- Disallow raw embeds (
iframe
,object
,embed
) by default for new videos -- can be enabled in the settings. Could have been misused if somebody had gained access to an editor account beforehand. Reported by @jamesgol. - "Single" now actually means single posts and pages. (*, *)
- Fix some problem with fixed size specifications. (*, *, *, *)
- Fix for not correctly hidden preload images. (*, *, *)
- Replace features videos more reliably on AJAX requests. (*)
- Now compatible with infinite scroll! (*, *, *)
- Fix bad overlay sizing when loading from cache. (*)
- Fix local video responsiveness in recent WordPress videos.
- The
has_post_video
function is now pluggable. - The
get_the_post_video_url
function post id argument is now optional (*).
- Shortcodes can now be used as featured content (e.g.
[gallery]
). - Added fine tuned autoplay options.
- New option for hiding YouTube video annotations. (*)
- Expose a JS function to manually re-initialize the plugin's JS behavior like responsive sizing and overlays. Specifically interesting when using FVP in combination with a infinite scroll plugin. (*)
- Fetch high quality thumbnails for YouTube and Dailymotion. (*)
- Fix bug which suppressed the removal of foreign featured images. (*)
- Fix 'undefined function exif_imagetype' error. (*, *, *)
- Implement a workaround for a bug with iframes in Google Chrome, see [0], [1]. (*)
- Fix bug which resulted in a invisible video playing in the background when using autoplay and overlay mode. (*)
- Fix play and loading featured image overlay for some themes. (*)
- Fix broken
remove featured image
link. (*, *, *)
- Display options are now chained using OR - if one of them holds, the replace mode is used.
- Added
always use replace mode when viewing single posts and pages
option, was implicitly true since 2.0.0. (*) - Fixed undefined warnings when using
WP_DEBUG
. (*) - Fixed double-wrapped .post-thumbnails. (*)
- Lazy loading a video no longer breaks other videos. (*)
- Remove usage of PHP short array syntax in order to support PHP versions lower than 5.4 (*)
- Fixed undefined warnings when saving posts with fresh featured videos.
- Requires WordPress 3.7 or higher now! This reflects versions of WordPress which are "officially" supported. The plugin will from now on try to stick to supporting all versions listed there.
- Major code refactor which results in many bugs scrubbed.
- Support for raw embed codes and all WordPress core media providers.
- Updated wp.org icon and cover.
- Last update compatible all the way back to WordPress 3.2!
- You can now specify the 'end' parameter for YouTube embeds (*)
- Added option for only displaying videos on single posts/pages (*,*,*)
- Removed hardcoded http protocol for embeds *
- Replaced Video.js with MediaElement.js (ships with WordPress since 3.6 - breaks local videos partially if you use an older WordPress version!)
- Added Spanish translations! Translation by WebHostingHub.com
- Updated FitVids.js to 1.0.3
- Video.js 4.0
- Customize the local video player
- Better autoplay handling
- Remove anchors wrapping videos
- General bug fixes
- Fixed manual usage option (*)
- Added featured image mouse over effect for featured video AJAX usage
- Added functionality to display featured video in an lightbox using AJAX on featured image click (*)
- Added functionality to replace featured image with featured video on demand when image is clicked using AJAX (*)
get_the_post_video_url
has a new second parameter (boolean) to get the fallback video's URL (*)- Tested with WordPress 3.6
- Fixed removing featured image when no featured video is specified (*)
- Added
get_the_post_video_url($post_id)
PHP-Function - Added YouTube
enablejsapi
parameter withplayerapiid
(fvpid + $post_id
) and iframe id (*) - Added a filter for
get_the_post_video
:get_the_post_video_filter
(*) - Added option for using the featured image as video thumbnail for local videos
- Fixed local videoJS (*)
- Fixed auto width and height for the Dailymotion and videoJS players
- Fixed YouTube videos for which the plugin cannot access the YouTube API (*)
- Fixed Featured Video box on new-post.php
- Enhanced Featured Image ajax behavior
- AJAXified the Featured Video box - just like Featured Images
- Added options for a) disabling VideoJS JS/CSS, b) enabling VideoJS CDN and c) YouTube
wmode
- Plugin no longer breaks WP image editor (*)
- WP 3.5 Media Manager seamless integrated
- Time-links now available for YouTube and Dailymotion (append #t=1m2s)
- New
autoplay
setting - Specify your Dailymotion Syndication Key
- Added
get_the_post_video_image
&get_the_post_video_image_url
- Local videos no longer break when domain changes or attachment is edited
- Better Featured Image handling
- Internationalization: Added German translations
- Added customizations for YouTube and Dailymotion
- Revamped video sizing
- Better error handling
- Contextual help on media settings and post edit screen
- LiveLeak (very experimental, they have no API)
- Local Videos: mp4, webm, ogg
- More dynamic user interface
- Minimized JS and CSS
- Dailymotion
- Fixed YouTube time-links
- Enhanced interaction of Featured Videos & Featured Images
- Release