aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Readme fixSam Potts2017-10-021-1/+1
|
* CDN URL updatesSam Potts2017-10-0211-933/+1109
|
* Update readme.mdSam Potts2017-08-131-4/+2
|
* Delete notes.mdSam Potts2017-05-161-43/+0
|
* Update bower.jsonSam Potts2017-05-161-2/+2
|
* Plugin versionsSam Potts2017-05-161-2/+2
|
* Vimeo demo bug fix + repo moveSam Potts2017-05-1611-49/+92
|
* Version bump to 2.0.12Sam Potts2017-03-257-11/+11
|
* Changelog updateSam Potts2017-03-251-0/+4
|
* Merge pull request #468 from jronallo/captions-listenerSam Potts2017-03-251-1/+1
|\ | | | | allow for setting additional listener for captions
| * allow for setting additional listener for captionsJason Ronallo2016-12-261-1/+1
| |
* | Merge pull request #504 from ShimShamSam/masterSam Potts2017-03-256-6/+13
|\ \ | | | | | | Add blankUrl option to set the URL for blank.mp4
| * | Generated dist filesSamuel Hodge2017-02-124-5/+5
| | |
| * | Documented the blankUrl optionSamuel Hodge2017-02-111-0/+6
| | |
| * | Allow configuration of the blank.mp4 URLSamuel Hodge2017-02-111-1/+2
| | | | | | | | | This is useful for people behind firewalls who need to host a blank mp4 themselves.
* | | Update readme.mdSam Potts2017-03-091-2/+2
|/ /
* | Update readme.mdSam Potts2017-02-101-0/+1
| |
* | Update readme.mdSam Potts2017-02-101-1/+3
| |
* | Update readme.mdSam Potts2017-02-091-1/+1
| |
* | Update readme.mdSam Potts2017-02-091-0/+6
| |
* | Merge pull request #437 from tv2/playgroundSam Potts2017-01-101-1/+1
|\ \ | | | | | | Fixed typo
| * | Fixed typoMorten Vestergaard Hansen2016-11-301-1/+1
| |/
* | Merge pull request #477 from iamrobert/patch-1Sam Potts2017-01-101-2/+2
|\ \ | | | | | | Update index.html
| * | Update index.htmlRobert Stark2017-01-101-2/+2
|/ / | | | | Just missing the closing </li>
* | Update issue_template.mdSam Potts2017-01-101-1/+1
| |
* | Update issue_template.mdSam Potts2017-01-101-1/+11
|/
* v2.0.11Sam Potts2016-11-275-19/+23
|
* Merge branch 'master' of https://github.com/Selz/plyrSam Potts2016-11-272-4/+8
|\
| * Merge pull request #425 from sebastiancarlsson/cleanup-called-twice-bugSam Potts2016-11-181-49/+51
| |\ | | | | | | fixes bug where cleanUp would be called twice
| | * fixes bug where cleanUp would be called twiceSebastian Carlsson2016-11-171-49/+51
| |/
| * UpdateSam Potts2016-11-161-1/+1
| |
| * Update readme.mdSam Potts2016-11-161-3/+5
| |
* | Fix for iPad and YouTube issuesSam Potts2016-11-276-91/+121
|/
* Update readme.mdSam Potts2016-11-021-4/+5
|
* Cache bustSam Potts2016-11-021-1/+1
|
* v2.0.10Sam Potts2016-11-024-6/+10
| | | | | - Added seek event fixes for Vimeo and YouTube (fixes #409) - Added support for embed URLs rather than ID only (fixes #345)
* Added seek event fixes (fixes #409), Added support for URLs (fixes #345)Sam Potts2016-11-025-37/+74
|
* Merge pull request #408 from gurupras/urlparserSam Potts2016-11-021-0/+19
|\ | | | | Added logic to parse youtube video id
| * Added logic to parse youtube video idGuru Prasad Srinivasa2016-10-301-0/+19
|/ | | | | | | | | This commit is targetted at solving issue#345 and adds functionality to parse youtube video IDs from various types of youtube video URLs. Other embed types like vimeo/soundcloud can be extended by following a similar structure as implemented in this commit.
* v2.0.9Sam Potts2016-10-234-6/+9
| | | | - Temporary patch for the YouTube API issues with `getDuration()` (relates to #374)
* Temporary patch for the YouTube API issues with `getDuration()` (relates to ↵Sam Potts2016-10-232-2/+10
| | | | #374)
* v2.0.8Sam Potts2016-10-237-18/+31
| | | | | | | | | - Added `isPaused()` API method (thanks to @darrena092) - Allowed `.on()` API method to be chainable (thanks to @gurupras) (fixes #357) - Improved the "awful" rendering of captions on small screens in fullscreen mode (fixes #390) - Fix for Firefox VTT compatibility (thanks to @magourex) - Fix for Firefox Developer Edition blank video due to `-webkit-mask-image` issue (fixes #392) - Added Issue and PR templates with the aim of reducing duplicate or duff issues
* Fix for caption size (fixes #390), Fix for Firefox Dev (fixes #392)Sam Potts2016-10-235-15/+24
|
* Add Issue and PR templatesSam Potts2016-10-232-0/+26
|
* Manually merged #395Sam Potts2016-10-232-1/+12
|
* Merge pull request #389 from darrena092/masterSam Potts2016-10-233-3/+4
|\ | | | | Added .isPaused().
| * Gulp build done.Darren Anderson2016-10-062-3/+3
| |
| * Added .isPaused to APIDarren Anderson2016-10-061-0/+1
|/
* Merge pull request #379 from magourex/masterSam Potts2016-10-011-3/+14
|\ | | | | Support WebVTT with CRLF or LF Line separator with firefox #378
| * Update plyr.jsThomas LM2016-09-271-3/+14
|/