Custom Endscreen Plugin Changelog
Changelog
10 Feb 2020
v2.3.0
- Added Arabic translations
27 Aug 2019
v2.2.0
- Added translations for Chinese, German, Spanish, French, Japanese, and Korean
24 Apr 2019
v2.1.0
- Added support for ads-style macros in endscreen content
- Bug fix: Properly expose plugin version
- Bug fix: Remove the postinstall script to prevent install issues
- Updated using plugin generator
5 Dec 2017
v2.0.15
- Fixed an issue where the endscreen would incorrectly wait for a post-roll to complete when there was no post-roll
17 Nov 2017
v2.0.14
- Fixed an issue where custom endscreen was not showing at end of non-repeating playlist
15 Nov 2017
v2.0.13
- Fixed an issue where endscreens might not appear for some players without playlists
9 Nov 2017
v2.0.11
- Better playlist support via closing the dialog on the loadstart event
- Avoid possible issues with playlists with autoadvance of zero
4 Oct 2017
v2.0.10
- Removed unnecessary media query so that social share button will display in endscreens on mobile devices
10 Feb 2017
v2.0.9
- Video.js 5 and 6 cross-compatibility
18 Oct 2016
v2.0.8
- Fixed an issue with tapping on mobile devices
29 Jan 2016
v2.0.7
- Fixed an issue with clickability of the endscreen buttons
- Fixed an issue where the social button incorrectly appeared on small screens
- Fixed some issues with the endscreen opening at the wrong time after social had been closed
29 Jan 2016
v2.0.6
- Fixed an issue where closing the social modal would not re-open the custom-endscreen modal.
- IE9 CSS fixes and other minor CSS improvements
29 Jan 2016
v2.0.5
- Fix an issue where social/replay buttons in the modal were not appearing
14 Jan 2016
v2.0.4
- Include videojs-endscreen via NPM
- Fixed an issue where modal content was not being displayed
11 Jan 2016
v2.0.3
- Fixed NPM publish-ability
11 Jan 2016
v2.0.2
- Applied generator-videojs-plugin conventions
- Prepared for publishing as a private NPM package
15 Dec 2015
v2.0.1
- videojs-social is no longer bundled with the output in
dist/
(plugin behavior/API unchanged). - Updated style changes to use HTML classes instead of modifying the
style
directly - Fixed an issue where events were bound, but never unbound
- Fixed an issue where
options.content
was not being localized
23 Nov 2015
v2.0.0
- video.js 5.0 compatibility, videojs-social 3.0.0
17 Feb 2015
v1.0.0
- Add videojs-social and videojs-endscreen to dist files
14 Feb 2015
v0.1.0
- Initial release