-- Domain Access can now be disabled when running XMLRPC commands. See #775028: Disable domain access for xmlrpc by brucepearson. Allow DA to be disabled for XMLRPC.
-- Errors in loading the module will now be handled more gracefully, and error messages may be disabled. See #774692: Googlebot visits trigger unique, mysterious errors in DA and MySQL by hawkdrupal. Allow the error sequence to be skipped. Load default domain in event of installation failure to prevent SQL errors.
6.x-4.0-BETA1 Has now been released. I am releasing this as beta as there have been major changes and additions and I think its stable enough for a beta. We still need help testing this before its implemented in a production environment. This is a rewrite of the 6.x-3.x branch. The major improvements are listed below:
FTP Video Attach. (Ability to FTP all your videos at once and then attach the videos through a dropdown)
Improved upload methods to select default video dimensions. The conversion class now tries to figure out the final dimensions of the video while maintaining its original aspect ratio. It will add black bars on either the top/bottom or left/right depending on the end resolution. This has improved video quality in my tests.
Improved admin ui for easier configuration and understanding. Ability to associate each video extension with its own player.
Drupals hook_cron() Support.
Video thumbnail Integration with Views.
FFMpeg conversion on node save.
Better video and thumbnail cleanup. The module will now clean up and delete the videos and thumbnails when you remove them. There is no more orphans.
Added CSS file terms_of_use.css missing from the last release.
#797200 by nyleve101: Fixed When supplying a terms page link, we now show the entire terms on the page.