Sam Potts
a21ffe983c
Demo fixes
2017-10-02 14:52:31 +11:00
Sam Potts
9fb79f29fd
Readme fix
2017-10-02 14:25:14 +11:00
Sam Potts
032d73408f
CDN URL updates
v2.0.14
2017-10-02 14:18:44 +11:00
Sam Potts
3fe0c7c84b
Update readme.md
2017-08-13 21:07:22 +10:00
Sam Potts
6828bc00f8
Delete notes.md
2017-05-16 10:31:07 +10:00
Sam Potts
e95c81cc5b
Update bower.json
2017-05-16 10:17:57 +10:00
Sam Potts
c0eee58732
Plugin versions
2017-05-16 10:14:01 +10:00
Sam Potts
bcf88cd024
Vimeo demo bug fix + repo move
v2.0.13
2017-05-16 10:08:59 +10:00
Sam Potts
4957e4d80c
Version bump to 2.0.12
v2.0.12
2017-03-25 10:58:41 +11:00
Sam Potts
605f8a8249
Changelog update
2017-03-25 10:57:52 +11:00
Sam Potts
7490a7e7f3
Merge pull request #468 from jronallo/captions-listener
...
allow for setting additional listener for captions
2017-03-25 10:51:54 +11:00
Sam Potts
f32527feb4
Merge pull request #504 from ShimShamSam/master
...
Add blankUrl option to set the URL for blank.mp4
2017-03-25 10:50:55 +11:00
Sam Potts
a971850d26
Update readme.md
2017-03-09 15:35:29 +11:00
Samuel Hodge
382397407f
Generated dist files
2017-02-12 00:15:21 -05:00
Samuel Hodge
82809235b9
Documented the blankUrl option
2017-02-11 23:59:14 -05:00
Samuel Hodge
7d5c507f16
Allow configuration of the blank.mp4 URL
...
This is useful for people behind firewalls who need to host a blank mp4 themselves.
2017-02-11 23:50:49 -05:00
Sam Potts
bc139f16a7
Update readme.md
2017-02-10 11:21:20 +11:00
Sam Potts
f6f3284dc5
Update readme.md
2017-02-10 11:19:37 +11:00
Sam Potts
f4d2f1856f
Update readme.md
2017-02-09 23:38:52 +11:00
Sam Potts
871e19ed92
Update readme.md
2017-02-09 23:37:29 +11:00
Sam Potts
72998c4c41
Merge pull request #437 from tv2/playground
...
Fixed typo
2017-01-10 20:21:01 +11:00
Sam Potts
da48be495b
Merge pull request #477 from iamrobert/patch-1
...
Update index.html
2017-01-10 14:51:40 +11:00
Robert Stark
c843ed3460
Update index.html
...
Just missing the closing </li>
2017-01-10 11:50:26 +08:00
Sam Potts
4232aa9ea4
Update issue_template.md
2017-01-10 09:47:46 +11:00
Sam Potts
f6612fa78c
Update issue_template.md
2017-01-10 09:45:41 +11:00
Jason Ronallo
96ae866baa
allow for setting additional listener for captions
2016-12-26 17:06:59 -05:00
Morten Vestergaard Hansen
a1d5bccac2
Fixed typo
2016-11-30 08:54:24 +01:00
Sam Potts
a9bb8afca4
v2.0.11
v2.0.11
2016-11-27 20:18:30 +11:00
Sam Potts
28cd92b708
Merge branch 'master' of https://github.com/Selz/plyr
2016-11-27 20:15:19 +11:00
Sam Potts
a44c7ecc3a
Fix for iPad and YouTube issues
2016-11-27 20:15:15 +11:00
Sam Potts
5214c5d55d
Merge pull request #425 from sebastiancarlsson/cleanup-called-twice-bug
...
fixes bug where cleanUp would be called twice
2016-11-18 09:40:34 +11:00
Sebastian Carlsson
3e6ed7b69b
fixes bug where cleanUp would be called twice
2016-11-17 15:43:26 +01:00
Sam Potts
7d2a8d343a
Update
2016-11-16 09:41:06 +11:00
Sam Potts
03aacf483f
Update readme.md
2016-11-16 09:40:09 +11:00
Sam Potts
73a1391f2f
Update readme.md
2016-11-02 18:45:37 +11:00
Sam Potts
660ff0434d
Cache bust
2016-11-02 18:29:38 +11:00
Sam Potts
94208dce76
v2.0.10
...
- Added seek event fixes for Vimeo and YouTube (fixes #409 )
- Added support for embed URLs rather than ID only (fixes #345 )
v2.0.10
2016-11-02 18:14:06 +11:00
Sam Potts
efe54fbba4
Added seek event fixes ( fixes #409 ), Added support for URLs ( fixes #345 )
2016-11-02 18:09:40 +11:00
Sam Potts
10561d6c83
Merge pull request #408 from gurupras/urlparser
...
Added logic to parse youtube video id
2016-11-02 16:59:28 +11:00
Guru Prasad Srinivasa
0ef87f93a6
Added logic to parse youtube video id
...
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.
2016-10-30 00:49:17 -04:00
Sam Potts
a3ed309342
v2.0.9
...
- Temporary patch for the YouTube API issues with `getDuration()` (relates to #374 )
v2.0.9
2016-10-23 15:18:53 +11:00
Sam Potts
08b4c09b89
Temporary patch for the YouTube API issues with getDuration()
(relates to #374 )
2016-10-23 15:18:08 +11:00
Sam Potts
a509a5e1bc
v2.0.8
...
- 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
v2.0.8
2016-10-23 13:48:05 +11:00
Sam Potts
bec10e7836
Fix for caption size ( fixes #390 ), Fix for Firefox Dev ( fixes #392 )
2016-10-23 13:35:49 +11:00
Sam Potts
f9a184800b
Add Issue and PR templates
2016-10-23 13:34:44 +11:00
Sam Potts
f428c3ff8b
Manually merged #395
2016-10-23 12:19:39 +11:00
Sam Potts
97eb40a8e3
Merge pull request #389 from darrena092/master
...
Added .isPaused().
2016-10-23 11:51:10 +11:00
Darren Anderson
8211631950
Gulp build done.
2016-10-06 15:43:41 +01:00
Darren Anderson
a17cbb0e8b
Added .isPaused to API
2016-10-06 15:33:49 +01:00
Sam Potts
8098be6f93
Merge pull request #379 from magourex/master
...
Support WebVTT with CRLF or LF Line separator with firefox #378
2016-10-01 22:10:35 +10:00