Skip to content

Latest commit

 

History

History
697 lines (556 loc) · 33.3 KB

changelog.md

File metadata and controls

697 lines (556 loc) · 33.3 KB

Changelog for newer versions can be found in readme.md

4.9: June 7th, 2017

  • Compatibility with Yoast SEO 4.9.

4.8: May 23rd, 2017

  • Compatibility with Yoast SEO 4.8.

4.7: May 2nd, 2017

  • Compatibility with Yoast SEO 4.7.

4.6: April 11th, 2017

  • Compatibility with Yoast SEO 4.6.

4.5: March 21st, 2017

  • Only invalidate sitemaps on configured post types.
  • Fixes a bug where there was a fatal error thrown when the plugin was active without Yoast SEO or Yoast SEO Premium.

4.4: February 28th, 2017

  • Adds a minimum and maximum value to the video rating field.
  • Adds the og:video:secure_url meta tag.

4.3: February 14th, 2017

  • Compatibility with Yoast SEO 4.3.

4.2.1: February 3rd, 2017

  • Bugfixes
    • Fixes "Fatal error: Class 'yoast_i18n' not found".

4.2: January 31st, 2017

  • Bugfixes
    • Fixes translator comments that were missing or didn't follow the guidelines.

4.1: January 17th, 2017

  • Bugfixes

    • Fixes link to google article about video sitemaps.
    • Fixes a bug where the video-seo menu would overwrite the go premium menu item.
    • Fixes: If a post uses a custom title/description template with variables, the variables were not being replaced correctly for the Video sitemap.
    • Minor spelling & grammar fixes.
    • If a video was previously detected, but the post type has since been excluded from VideoSEO, the video opengraph and schema tags would still be added to the front-end page. This has been fixed now.
    • Fix case-sensitivity issues with video object meta tags.
    • Minor XHTML syntax fix.
  • Enhancements

    • Improves styling for notices.
    • Minor improvements for compatibility with Yoast SEO.
    • Minor UI improvements for buttons and translations.
    • Add the video:duration tag to video page headers.
    • Clarify what effect the option to allow videos to be embedded by other sites has.
    • Clarify the description of the "Family Friendly" option used in the metabox.
    • Improve support for the Yandex search engine by adding some Yandex specific tags. This can be turned off using the new wpseo_video_yandex_support filter (return false to turn it off).
    • Allow for adding additional schema meta tags - such as transcript to a video object using the new wpseo_video_object_meta_content filter.
    • Clarify the description for the family friendly checkbox.

4.0: December 13th, 2016

  • Fixes the YouTube video player URL to always use a protocol. This solves issues where the Google invalidates the sitemap and where Facebook does not recognize the player. (needs force re-index for existing posts)

3.9: November 29th, 2016

  • Enhancements

    • Added support for the additional Wistia video urls and embed codes. If you use the Wistia video service, re-indexing your videos is highly recommended.
    • Added fallback for the detail retrieval of private Vimeo videos. This will allow these to be recognized. (needs force re-index for existing posts).
    • Added recognition of //player.vimeo.com/... type URLs. (needs force re-index for existing posts).
    • Change the 'og:type' meta value to the more accurate 'video.other'.
    • Change the 'og:video:type' meta value HTML5 which is now more accurate than Flash in most cases.
    • Minor improvements in behaviour when installed on WP multi-site.
  • Bugfixes

    • Fixed the YouTube video player URL. This should solve black screens and/or "Unable to resolve DNS" errors when embedding videos on Facebook and other sites. (needs force re-index for existing posts)
    • Updated the Vimeo video player URL to the new HTML5 player format (with Flash fallback). This should solve black screens and/or "Unable to resolve DNS" errors when embedding these videos on Facebook and other sites. (needs force re-index for existing posts).

3.8: November 8th, 2016

  • Enhancements

    • The wpseo_sitemaps_base_url filter will now be respected by the VideoSEO plugin.
    • Makes the oEmbed recognition compatible with the upcoming WP 4.7.
  • Bugfixes

    • Minor improvements in video URL recognition.
    • Fixes a fatal error on PHP 5.2 when adding a YouTube video (undefined method DateTime::add() / undefined class DateInterval()).
    • Fixes a bug where adding a video in a custom post type would show an undefined index content_width when used in combination with non-compliant themes
    • Fixes support for Advanced Responsive Video Embedder plugin.
    • Fixes support for Automatic YouTube Video Post plugin.
    • Fixes a bug where the sitemap had the wrong style when a custom post type 'video' exists.
    • Makes sure that the video sitemap will be available as soon as this plugin is activated and unavailable after deactivation.
    • Fixes "Disable video for this post" per-post setting not being respected for the og: meta tags which led to Facebook still displaying the video even if the video for the post was disabled.
    • If an invalid date is encountered for the publication date of a video post, the publication date will be re-evaluated.
    • If a video post title or content/excerpt is - or has been - updated, this will now be reflected in the sitemap and the video metadata. (needs force re-index for existing posts)
    • If a video post SEO title or SEO description is - or has been - added/adjusted, this will now be reflected in the sitemap. (needs force re-index for existing posts)
    • If a SEO description template had been set for the post type which includes the video, this will now be respected. (needs force re-index for existing posts)
    • If a video post was first saved as draft and only published later, the publication date would be stuck on the draft date in the sitemap, this has been fixed. (needs force re-index for existing posts)
    • The "Force re-index" functionality was broken with the implementation of the progress bar. This has now been fixed. Checking the "Force re-index" checkbox will now work again as expected, including the regeneration of thumbnails.
    • The "Re-index" functionality did not properly respect the post types to be indexed for the Video sitemap as set on the VideoSEO settings page, which unintentionally led to fewer items being re-indexed than they should. This has now been fixed.
    • The re-index functionality has been made more efficient and should now - for the same number of posts - be faster.
    • The sitemap cache was not automatically cleared after a re-index. This has now been fixed.
    • Fixes the minimum requirement checks on activation of the plugin.

3.7: October 11th, 2016

  • Enhancements
    • Added iframe-based support for uStudio videos.
    • Added missing index.php files.

3.6: September 27th, 2016

  • Changes
    • Updated translations.

3.5: September 7th, 2016

  • Changes
    • Adds support for Featured Video Plugin, props ahoereth

3.4: July 19th, 2016

  • Changes
    • Updated translations.

3.3: June 14th, 2016

  • Enhancements

    • Adds the Yoast i18n module to the Yoast SEO Video settings page, which informs users the plugin isn't available in their language and what they can do about it.
  • Bugfixes

    • Fixes a bug where the support beacon for Yoast SEO Video was added to all Yoast SEO settings pages.
    • Fixes a bug where updates were not working reliably when multiple paid Yoast plugins were active.

3.2: April 20th, 2016

  • Fixes a bug where the video sitemap cache wasn't cleared on activation.
  • Fixes a bug where video specific checks that were added to the content analysis would no longer work in combination with Yoast SEO 3.2 and higher.
  • Fixes a bug where clicking the 'Update now' button on the plugin page didn't update correctly.

3.1: March 1st, 2016

  • Bug fixes

    • Fixes a JS error on the post edit page causing the content analysis to break in combination with Yoast SEO versions higher than 3.0.7.
    • Fixes a bug where our license manager could sometimes not reach our licensing system due to problems with ssl.
  • Enhancements

    • Makes sure users don't have to reactivate their license after updating or disabling/enabling the plugin.
    • Adds a support beacon on the Video SEO settings page enabling users to ask for support from the WordPress backend.

3.0: November 18th, 2015

  • Synchronized plugin version with all other Yoast SEO plugins for WordPress.

  • Bug fixes

    • Fixes a fatal error that could occur while reïndexing the video sitemap.
    • Fixes the video metabox that was broken in combination with Yoast SEO 3.0.
    • Fixes deprecation warnings for filters that have been removed in Yoast SEO 3.0
  • Enhancements

    • Made sure video specific content analysis checks work well with the Real Time content analysis tool in Yoast SEO 3.0.

2.0.4: June 23rd, 2015

  • Bug fixes
    • Fixes a bug where https YouTube URLs weren't recognized.
    • Fixes a bug where the sitemap cache wouldn't be cleared when saving options.
    • Changed to the YouTube v3 API, making the YouTube integration work again.

2.0.3: March 25th, 2015

  • Bug fixes
    • Fixes a bug where the video sitemap could contain wrongly formatted date times.
    • Fixes an undefined index notice for the $post global that was fired when creating a new product in WooCommerce.
    • Fixes a bug where title variables weren't parsed well in the Video Sitemap.
    • Fixes a bug where the video thumbnails were saved without an extension.
  • Enhancement
    • Added 5 new languages: en_GB, es_MX, fr_FR, nl_NL and tr_TR.

2.0.2: Dec 17th, 2014

  • Bug fixes:

    • Fix for notice on the snippet preview
  • Enhancements:

    • Showing progressbar on re-indexing the video sitemap

2.0.1: Nov 11th, 2014

  • Bug fixes:

    • Fixed: Vixxy shortcode/url combi not recognized
    • Fixed: Missing stylesheet error
    • Fixed: Limiting issue on sitemap
  • Enhancements:

    • Added translations for Persian and Brazilian Portuguese
    • Removed translations for French, Dutch and Swedish. If you would like to help translate these languages, please sign up at translate.yoast.com!
    • Improved translations for Danish, German, Hungarian and Italian

2.0: Oct 7th, 2014

  • Bug fixes:

    • Fixed: shortcode list would often not be reset properly.
    • Fixed: escaped shortcodes would still be searched for video.
    • Fixed: no name shortcode attributes wouldn't always be recognized.
    • Fixed: Flickr video detail retrieval was failing, SSL now required.
    • Fixed: Compatibility issue between support for the JW Player plugin and fitvids.js.
    • Fixed: only the first shortcode found would be checked to see if it was a video shortcode, then it would fall back to other methods, now all shortcodes are checked until a video shortcode is found. If none is found, it will still fall back to other methods of finding video.
    • Fixed: small regression where wordpress.tv video details would not always be retrieved.
    • Fixed: [videopress] shortcode - while supported by plugins - was still not recognized.
    • Fixed: regression where numeric video ids would sometimes prevent video detail retrieval.
    • Fixed: most of vidyard detail retrieval failed.
    • Fixed: bug where content of the last recognized meta field would overrule earlier found information.
    • Fixed: bug where a meta field containing a mixture of html/text and a url at the end could be accepted as content_loc.
    • Fixed: the VideoSEO plugin would auto-de-activate on an upgrade of WPSEO. This should no longer happen.
  • Enhancements:

    • Added support for recognizing video attachments without additional plugins.
    • Added support for recognizing .ogv files as video files.
    • Added support for custom Wistia domains.
    • A lot more video URLs will be recognized as such.
    • Better support for protocol-less urls all round.
    • Add Video SEO menu item to the admin bar
    • WP 4.0 removes oembed support for Viddler videos as Viddler no longer supports free personal accounts. For those users who still use Viddler, Video SEO will continue to support both the OEmbedding as well as - of course - the SEO aspect.
  • Supported Services:

    • Added support for 23Video videos (retrieval of video details).
    • Added support for Archive.org videos (retrieval of video details).
    • Added support for CollegeHumor.com videos (retrieval of video details).
    • Added support for Funnyordie.com videos (retrieval of video details - unfortunately this does not (yet) work for short urls).
    • Added support for Hulu.com videos (retrieval of video details).
    • Added support for Revision3 videos (retrieval of video details).
    • Added support for TED videos (retrieval of video details).
    • Added support for VideoJug videos (retrieval of video details).
    • Added support for Snotr videos via Embedly (limited video details).
    • Added support for Spike.com/IFilm videos via Embedly (retrieval of video details).
    • Added support for Vine videos via Embedly (retrieval of video details).
    • If no video detail retrieval is available, Embedly will be used to try and retrieve details anyway.
    • Much improved support for uploaded/locally hosted videos (retrieval of video details).
    • Improved support for YouTube (country) sub-domains and alternative protocols (httpvhd, httpvhp, youtube::). Removed support for audio-only embeds as, well, audio is not video.
    • Improved support for Animoto videos (recognition of urls).
    • Improved support for Blip.tv videos (improved recognition leading to better retrieval of video details).
    • Improved support for Dailymotion.com videos (recognition of short urls).
    • Improved support for Flickr videos (recognition of short urls and better retrieval of video details).
    • Improved support for Viddler videos (retrieval of video details).
    • Improved support for VideoPress and WordPress.tv (retrieval of video details).
    • Improved support for Vimeo videos (url recognition and retrieval of video details).
    • Improved support for Vzaar videos (url recognition and retrieval of video details).
    • Improved support for Wistia videos (recognition of urls and retrieval of video details).
    • Slightly improved support for YouTube videos (retrieval of video details).
  • Supported Plugins:

    • Added support for the Flowplayer HTML5 plugin.
    • Added support for the JetPack plugin shortcodes module.
    • Added support for the VideoPress plugin.
    • Added support for the YouTube Embed Plus plugin.
    • Improved support for the Advanced Responsive Video Embedder plugin - a large number of shortcodes were not recognized.
    • Improved support for the IFrame Embed for YouTube plugin - shortcode was not recognized.
    • Improved support for the Simple Video Embedder plugin - shortcode was recognized, better handling of custom fields.
    • Improved support for the Sublime Video plugin - not all possible video sources were recognized.
    • Improved support for the TubePress plugin - added Vimeo support.
    • Improved support for the Viper Video Quicktags plugin - a large number of shortcodes were not recognized.
    • Improved support for the WP Video Lightbox plugin - thumbnail image was not supported.
    • Improved support for the WP YouTube Player plugin - added support for id instead of url and for width, height attributes.
    • Improved support for the YouTuber plugin - shortcode was not supported.
    • Improved support for the YouTube Embed plugin - alternative protocols recognition.
    • Improved support for the YouTube with Style plugin - playlist syntax would break support.
    • Removed support for the Better Youtube Embeds plugin as the plugin functionality is now included in WP core and the plugin is no longer active.
    • Removed support for the Instabuilder plugin.
    • Removed explicit support for the Premise plugin.
    • Removed explicit support for the Youtube Brackets plugin as the plugin hasn't been updated in eight years.
  • Other:

    • Minimum requirement for WP now 3.6.
    • Added license information
    • Applied some best practices

1.7.2: July 17th, 2014

Fix added whitespace after content cause in 1.7 update.

1.7.1: July 15th, 2014

Fix error in update caused by missing the version number update in 1.7.

1.7: July 14th, 2014

  • Bug fixes:

    • Fixed: bug where $content would be empty for an mrss_item.
    • Fixed: minor bug in upgrade routine.
    • Fixed: bugs in Animoto and Screenr oembed provider addition.
    • Fixed: issue with sitemap errors when conflicting http protocols were given.
    • Fixed: video sitemap could show in sitemap index even when no posts with videos were found.
    • Fixed: video description generated from content could break off in the middle of a word or html entity.
    • Fixed: error on plugin activation.
    • Fixed: sitemap conflict when a custom post type named 'video' would exist.
    • Fixed: issue where durations would not be shown correctly in the metabox.
  • Enhancements:

    • Add oembed support for wistia.net domain and wistia protocol-relative urls.
    • Moved language file loading to the init hook to allow for translation overloading.
    • Improved clean-up of uploaded files.
    • Update snippet preview to use latest Google design changes in line with the earlier update to WP SEO. This fixes the javascript error some people were experiencing.
    • Auto-deactivate plugin in circumstances that it can't work.
    • Increased size of YouTube thumbnail image being retrieved.

1.6.3: March 31st, 2014

  • Bug fixes:
    • Fixed a warning for a missing variable in sanitize_rating.

1.6.2: March 17th, 2014

  • Bug fixes:

    • Fixed a warning for a missing variable.
    • Updated Fitvids.js to fix some issues with it.
  • Enhancements:

    • Fitvids will now be included un-minified when SCRIPT_DEBUG is on.

1.6.1: March 11th, 2014

Fix wrong boolean check.

1.6: March 11th, 2014

Compatibility with WPSEO 1.5 and implementation of the same options & meta philosophy

  • Bug fixes

    • Fixed: Non-static methods should not be called statically
    • Fixed: noindex setting wasn't being respected properly
    • Fixed: some inconsistent admin form texts
    • Fixed: Warning when loading new post.
    • Fixed: Always re-validate license key on change.
  • i18n

    • Updated .pot file
    • Updated it_IT

1.5.5.1

  • Bug fixes
    • Make sure thumbnail image is available.
    • Move initialisation of plugin to earlier hook to make sure it's there when XML sitemap is generated.

1.5.5

  • Bug fixes

    • Remove dependency on WPSEO_URL constant.
    • Fix use of wrong image in OpenGraph and Schema.org output when a thumbnail is manually selected.
    • Restore $shortcode_tags to original after index_content().
  • Enhancements

    • Use media uploader to change video thumbnail.
    • Add setting to allow video playback directly on Facebook (defaults to on).

1.5.4.6

  • Bug fixes

    • Prevent warning on line 4169, for unset video taxonomies.
    • Prevent issues with custom fields that have spaces in their keys.
    • Added support for more Dailymotion URLs.
  • Enhancements

    • Remove CDATA in favor of proper encoding of entities.
    • Force 200 status codes and proper caching on both video sitemap XML and XSL.
    • Add support for WP YouTube Lyte shortcode.
  • i18n

    • Renamed wpseo-video.pot to yoast-video-seo.pot
    • Updated fr_FR
    • Added hu_HU

1.5.4.5

  • To make best use of the new features in this update, please reindex your videos.

  • Bug fixes

    • Several i18n namespace fixes.
    • Make videos in taxonomy descriptions pick up properly again.
    • Fix for Wistia popover embeds and Wistia https URLs.
    • Prevent output of hd attribute for videos in XML Video sitemap.
    • Make sure opengraph image is always set to "full" size.
    • Add width and height for Youtube videos.
    • Prevent notice in sitemap when video from taxonomy term is displayed.
    • Prevent wrong or empty dates in XML video sitemap.
  • Enhancements

    • Add option to manually add tags per video.
    • Add option to override video category (normally defaults to first post category).
    • Order videos in XML video sitemap by date modified, ascending.
    • Add "proper" Facebook video integration.
    • Added support for Advanced Responsive Video Embedder.
    • Added support for muzu.tv.
    • Allow for custom fields that hold arrays to be detected too.
    • Add support for custom Vimeo URLs. (eg http://vimeo.com/yoast/video-seo)
    • Make sure the video thumbnail is always put out as an og:image too.
    • Added support for Instabuilder video shortcodes
    • Added support for Vidyard
    • Set license key with a constant
    • Added support for Cincopa
    • Added support for Brightcove
    • Added support for videos in the 'Archive Intro Text' (Genesis) in the video sitemap
    • Added support for WP OS FLV plugin
    • Added support for [Wordpress Automatic Youtube Video Post] (http://wordpress.org/plugins/automatic-youtube-video-posts/)

1.5.4.4

  • Bug fixes
    • Spaces in custom fields settings are now properly trimmed.
    • Fix for Vzaar URLs.
    • Wistia embed with extra classes now properly detected.
  • Enhancements
    • Video sitemap now adheres to same pagination as post sitemap.
    • Video XML Sitemap date now properly retrieved from last modified post with movie.

1.5.4.3

  • Enhancements
    • Add support for fvplayer shortcode.
    • Add option to manually change or enter duration.

1.5.4.2

  • Bug fixes:
    • Properly allow normal meta description length when video has been disabled for post.
  • Enhancements:
    • Added option to disable RSS enhancements, to prevent clashes with podcasting plugins.

1.5.4.1

  • Move loading of the plugin to prio 20, in line with upgrades of the core WordPress SEO plugin.

1.5.4

  • Enhancements:
    • Added support for fitvids.js, enable it in the Video SEO settings to make your Youtube / Vimeo / Blip.tv / Viddler / Wistia videos responsive, meaning they'll become fluid. This might not work with all embed codes, let us know when it doesn't work for a particular one.
    • Removed the ping functionality as that's fixed within the core plugin.
    • Added code that forces you to update WordPress to 3.4 or higher and the WordPress SEO plugin to 1.4 or higher to use the plugin.
  • Bug fixes:
    • Fixed a bug that would prevent the time last modified of the video sitemap to update.

1.5.3

  • Enhancements:
    • Improved defaults: now enables all public post-types by default on install.
    • Option to change the basename of the video sitemap, from video-sitemap.xml to whatever-sitemap.xml by setting the YOAST_VIDEO_SITEMAP_BASENAME constant.
    • If post meta values are encoded, the plugin now decodes them.
  • Bug fixes:
    • No longer override opengraph image when one has already been set.
    • Add extra newlines before video schema to allow oEmbed to work.
    • No longer depends on response from Vzaar servers to create sitemap, properly uses the referrer to authenticate requests and adds option in settings to add your Vzaar CNAME.
    • When there's a post-type with the slug video, the plugin now automatically changes the basename to yoast-video.
    • No longer print empty <p> for empty description in meta box.
    • Improve logic whereby "this image" link is shown correctly and only when the video thumb is not overridden.

1.5.2

  • Enhancements:
    • Added support for Vzaar videos, embedded with either iframe, object embed or shortcode through 1 of 2 plugins.
    • Added TubePress support.
  • Bug fixes
    • Wistia.net support added (not just .com).
    • Fixed bug in parsing youtube_sc shortcodes.

1.5.1

  • Bug fixes:
    • Improved activation.
  • Enhancements:
    • Add support for titan lightbox.
    • Prevented some notices.

1.5

  • Bug fixes:
    • Make mrss_gallery_lookup public to prevent notices.
    • Fix some forms of object detection for youtube and others.
    • Fix detection of [video] shortcodes.
  • Enhancements:
    • Allow deactivation of license key so it can be used on another domain.
    • Add link to detected thumbnail on video tab.
    • Changed text-domain from wordpress-seo to yoast-video-seo.
    • Made sure all the strings are translatable.
    • Touch up admin sections styling.
  • i18n:
    • You can now translate the plugin to your native language should you need a translation, check translate.yoast.com for details.
    • Changed text-domain from wordpress-seo to yoast-video-seo.
    • Added .pot file to repository.
    • Added Dutch translation.

1.4.4

  • Bug fixes:
    • Prevent issues with content_width global.
    • Prevent trying to activate an already activated license.
    • Prevent a notice for custom fields.
    • A fix for wistia popover embeds.
  • New features:
    • Add PluginBuddy VidEmbed support.

1.4.3

  • Bug fixes:
    • Now matches multiple iframes / objects on a page.
    • Fix several bugs where embeds without quotes around the URL wouldn't be recognized.
  • New features:
    • Added an option to set the content width for your theme if your theme doesn't set it.
    • Added support for Sublime video and its official WordPress plugin.
    • Added SEO & oEmbed support for Animoto.
    • Added ping for Bing with the video sitemap.
    • Added a bunch of supported plugins & shortcodes for YouTube embeds.

1.4.2

  • Bug fixes / Enhancements:
    • Try to prevent timeout on license validation.
    • Clean up of a lot of regexes in the plugin.
    • Prevent relative image URL paths and images set as just 'h'.
    • Prevent double output of posts.
    • Fixed small bug that would prevent youtube URLs with the video ID in a weird place in the URL from working.
    • Improve Wistia embed support.
    • Lengthen timeout for video info requests.
  • New features:
    • Added support for html5 video elements (d'0h!).
    • Add support for [vimeo id= and [youtube id= embed codes
    • Added support for self-hosted videos with just a file URL in custom field. In these cases the featured image is used as thumbnail.
    • Added generic fallback to post thumbnail image if there is no video thumbnail.

1.4

  • Bug fixes / Enhancements:
    • Fix Vimeo embed detection.
    • Switch Vimeo to oEmbed API.
    • When available, use html5_file for jwplayer embeds.
  • New features:
    • Added video content optimization tips in the page analysis tab of WordPress SEO.
    • Added support for WP Video Lightbox plugin.
    • Added initial support for Flowplayer plugin.
    • Added support for Wistia video hosting platform.
    • Added support for Vippy video hosting platform (thanks to Ronald Huereca).
    • Added support for shortcodes from Weaver theme.

1.3.4

  • Bug fixes:
    • Fixed Viddler check.
    • Fix strip tags for videoObject output.
    • Don't filter content when in a feed.
    • Improve parsing of VideoPress embed ID's.
  • Enhancements:
    • Added support for checking custom fields for videos.
    • Added support for Press75's Simple Video Embedder (and thus for all their themes).

1.3.3

  • Bug fixes:
    • Properly catch thumbnail images when the path is relative instead of absolute.
    • Strip shortcodes for plugins that don't register them properly as well.
    • Prevent empty titles.
    • Wrap XML sitemap and MediaRSS textual content in CDATA tags, this solves about 900.000 issues with encoding.
    • Fixed Veoh support.
  • Enhancements:
    • When a post is in more than one category, the excess categories are now used as tags.
    • Don't print sitemap lines for videos that have no thumbnail and either a content location or a player location.
    • If the description and excerpt are empty, use the title for the description, as an empty description is invalid.
    • Changed the name of the family friendly variable, so it can't go "wrong" with old data.
    • Added support for the video:uploader tag. This automatically links to the post authors posts page.
    • Make terms use their own name as category in XML sitemap.
    • Added support for jwplayer shortcode embeds with file and image attributes instead of mediaid.
    • Added support for the WordPress Video Plugin.
    • Added support for the MediaElements.js plugin.
    • Added support for the WP YouTube Player plugin.
    • Added support for the Advanced YouTube Embed Plugin by Embed Plus plugin.
    • Added support for the VideoJS - HTML5 Video Player for WordPress plugin.
    • Added support for the YouTube Shortcode plugin.

1.3.2

  • Bug fixes:
    • Fix XSLT URL issue, for real this time. Sometimes you have to ignore WordPress internals because they are just plain wrong. This is such a time. The path to the XSL file should now always be correct. Note the word "should" though.
    • Improve matching of Youtube ID's, apparently those can contain underscores too.
    • Improve re-indexation process by running through consecutive loops of 100 posts, to avoid memory issues.
    • Fixed very annoying bug where videos would be mark as non-family-friendly by default.
    • Force view count to be an integer.
  • Enhancements:
    • Switched around the logic for family friendliness. It now assumes all videos are family friendly by default and you have to check the box to make it NON family friendly.

1.3.1

  • Bug fixes:
    • Prevent relative paths to images
    • Prevent post_id from showing up in XML Video Sitemap
    • Fix wrong URL to XSLT
  • Enhancements:
    • Added support for JW Player Plugin embeds (only embeds with mediaid=<number> will work for now).

1.3

  • Bug fixes:
    • Even more YouTube embed fixes, also fixes empty Youtube ID issue.
    • Properly grab thumbnail from YouTube instead of "assuming" a URL.
    • Improve code that grabs duration from YouTube API.
  • Enhancements:
    • Add support for searching through category / tag / term descriptions for video content.
    • Get view count from YouTube API.
    • Add option to hide sitemap from everyone except admins and Googlebot.
    • Add option to disable the video integration on a single post and page by adding a checkbox on the Video tab.
    • Changed the way reindex gets called, so the admin keeps working immediately after a reindex without a refresh.
    • Added option to force re-indexation of old posts that have already been indexed as having video (normally they're just refreshed but no external calls are being done).

1.2.2

  • Bug fixes:
    • Properly work with [youtube]video-id[/youtube] type embed shortcodes.
  • Enhancements:
    • Option to only show the XML video sitemap to admins and to googlebot, not to any other visitors. This prevents other visitors from downloading your video files.

1.2.1

  • Bug fixes:
    • Properly works with index.php URLs.
    • Sends right URL for video sitemap on Google ping at all times.
    • Correctly clean up video descriptions & tags for display in the XML sitemap.
  • Enhancements:
    • Added support for Smart Youtube Pro.
    • Added support for Viddler iframe embeds.
    • Added support for youtu.be oEmbeds.
    • Preliminary Brightcove support.

1.2

  • The Video tab in the meta box now works, so you can change the preview image.
  • The plugin now adds full support for the videoObject schema.
  • Several fixes to video recognition, especially for youtube iframe embeds, be sure to click re-index on the Video SEO page if you have those.

1.1

  • This version should work better on activation.
  • The plugin settings are now moved into its own SEO -> Video SEO admin page and out of the XML Sitemaps page.
  • The plugin now recognizes youtube and vimeo embeds with an object tag or an iframe, to use this just click reindex videos.
  • Improved the snippet preview date display.
  • Fixed a few notices.

1.0

  • Initial version

0.2

  • First private beta release