This repository was archived by the owner on Oct 20, 2022. It is now read-only.
Releases: Orange-OpenSource/adsplayer.js
Releases · Orange-OpenSource/adsplayer.js
Release list
v1.1.1
v1.1.0
v1.1.0 (2017/05/03)
- Add support for 'acceptInvitationLinear', 'fullscreen', exitFullscreen', and 'progress' tracking events
- Add support for multiple Ads in a single VAST
- Add sample demonstration web application
- Bugs fixing:
- Correct HTTPS aboslute urls management
- Fix ad's media 'ended' event handler
- Raise 'start' event only once if multiple consecutive triggers
- Raise 'start' event for mid-roll and end-roll triggers
- Do no send 'pause' tracking event for
v1.0.0
Release Notes v1.0.0 (2016/11/28)
- Source code migration to ES6
- Add 'rewind' tracking event handler
- Bugs fixing:
- Correct mute/unmute tracking events handling
Release Notes v0.5.0 (2016/11/25)
- Parse XML when XHR response not as XML DOM (responseXML), in case of not valid XML 'content-type' in response header fields
- Bugs fixing:
- Correct XML parsing (namespace resolution) for Firefox and IE11 browsers
- Do not consider empty VASTs
Release Notes v0.4.0 (2016/09/30)
- Bugs fixing:
- Correct XML parsing (namespace resolution) for Firefox and IE11 browsers
Release Notes v0.3.0 (2016/09/06)
- Update plugin API according to hasplayer.js v1.5.0
Release Notes v0.2.2 (2016/08/25)
- Modify files downloading timeout (set to 10 sec.)
- Abort files downloading when stopping AdsPlayer
Release Notes v0.2.1 (2016/08/18)
- Bugs fixing:
- Correct support for end-roll ad-insertion
Release Notes v0.2.0 (2016/07/12)
- Handle multiple Impressions per VAST
- Adjust automatically adsplayer volume according to hasplayer's volume
- Add events 'addElement' and 'removeElement' to notify creation and deletion of adsplayer DOM elements (
- Bugs fixing:
- Process multiple VASTs of a trigger in chronological order
Release Notes v0.1.0 (2016/06/28)
- Refactored version
- Supports pre-roll, mid-roll and end-roll ad-insertion
- Add events ('start', 'end', 'play', 'pause', 'click') to enable application handling adsplayer's components display
- Add play/pause methods to enable application to pause/resume playback of current media ad
Release Notes v0.0.1 (2016/05/13)
- 1st version for ad-insertion plugin for hasplayer.js
- Based on Mast specification 0.9 and Vast specification 2.0
- Supports preroll ad-insertion scenario
- Supports successive ads playing supplied by one or multiple Vast
- Supports playing of ads as video files which format is natively supported by the browser
- Supports playing of ads as image files in jpeg, gif and png formats
- Supports click-through link when user clicks on ad (video or image)