Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates the plugin to make it work with videojs 7. (#10)
* Updates the plugin to make it work with videojs 7. * Adds an example page. Stores the player object since due to some reason the call to `this.player()` returns undefined the second time it is called on the close function. * Adds a parameter to disable or enable the socials filtering due to the mobile device check. * Fixes husky warnings. * Upgrades videojs version on package.json and on travis config file. * Updates videojs dependency so that it acepts either ^6 || ^7. * Bumps up the plugin version. Since this not working anymore with versions 5 and under the version has been numped up to indicate breaking changes.
- Loading branch information