---------
* added soundcloud and experimental google drive video support [pigeonflight]
* now works with Plone 5 [pigeonflight]
* further customisations to the embeddedvideo listings view and individual view [pigeonflight]
* added dependency on plone.patternslib and videos now use pat-inject to load inline;fixed thumbnailing so that thumbnails are created on creation not just modification of a video link [pigeonflight]
* refactored to use a custom marker interface "IVideoLinkOembedable" as a strategy for overriding the default link view with a video view; we no longer implement our own display view in the display menu [pigeonflight]
* test suite updated to work with plone.app.testing