Some FVP features stopped working for me after upgrading to WordPress 4.5. Our theme uses the API to embed videos, i.e. we are not using auto-replace from the post thumbnail (‘Manual’ setting in the Dashboard). In this scenario, the video embedding seems to work fine.
However, if you are using any of the auto-replacement settings I can foresee issues if your blog is not able to generate thumbnails. We are no longer able to auto-generate thumbnails from YouTube. From my current diagnosis, this is due to new security settings for allowed file types. The plugin downloads the thumbnail image from a URL, which is saved to a temporary file (*.tmp) before being added as the post thumbnail. My install is giving an error message
Sorry, this file type is not permitted for security reasons
I am continuing to work on this and will post a solution here if I find one.