Fixed log message

This commit is contained in:
Sam
2016-06-09 09:57:16 +01:00
parent 383515c1b7
commit 161dd48312
5 changed files with 16 additions and 8 deletions

View File

@ -1,5 +1,8 @@
# Changelog
# v1.8.1
- Fixed inaccurate log message
# v1.8.0
- ***(Important)*** `setup()` now returns the element Plyr was setup on rather than the `plyr` object. This means `var player = plyr.setup()[0];` would now be `var player = plyr.setup()[0].plyr;`. This improves support for React and other virtual dom frameworks as mentioned in #254
- Fixed using a relative URL for `iconUrl` in IE (fixes #269)