Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
80.66 KB
MD5: d2dd18f5cc44cbc3fb99ba4def34bcaa
SHA-1: 53cc69ae298e3e9a27bf8990ce918827797fa8bf
SHA-256: 3bc072e6f66552242185acca6a6362665c803c0b1639234b6b5edb0668d4ba74
Download zip
110.01 KB
MD5: 306296bf52451c9ca2a14bb3a8f60cc7
SHA-1: 12934b518c5d8aa18761240eb33d917ca0733106
SHA-256: bf3cebdb4d5f1eb29b16e31d2bb42424706f2a091bb18717d76550ab21b88fe6
Release notes
This release of Ooyala module fixes many bugs found since the 2.0-beta1 release. Additionally it adds support for the "V3" Ooyala player, which offers broader support for mobile devices (such as Blackberry OS and Android OS without Flash) and better responsive CSS support.
New features
- #1785176: Support for Player V3.
Bug fixes
- #1892896: Multiple fixes to thumbnail selection.
- #1891934: Backlot import does not work with "ooyala_upload" fields.
- #1891920: Ooyala markers field does not display properly when a single value.
- #1728572: Log exception messages instead of discarding them.
- #1764422: ooyala_cron() doesn't limit api query, takes long time.
- #1882450 by makangus: Extra semicolon in OoyalaApiV2.php.
- #1148406: Standardize embedcode / embed_code / embedCode variables.
- Correcting error handling.
- #1281556 by blakehall, deviantintegral, and quicksketch: Various PHP errors when using old and new APIs.
- #1871808: Installation instructions still reference Ooyala v1 API fields.
- #1287972: Refreshing of custom thumbnails was broken.
- #1814386 Fix query to have where and IN in ooyala_api_video_load_multiple()
- Only add columns if they need to be added.
- Manually add our new column to field tables when enabling the module.
- Don't try to validate empty, optional episodes.
- Be more flexible about the field widgets we alter in ooyala_episode.
- Fix invalid pass-by-reference.
- Fix passing wrong path variable for thumbnails.