a1d5bccac2 
					 
					
						
						
							
							Fixed typo  
						
						
						
						
							
						
					 
					
						2016-11-30 08:54:24 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a9bb8afca4 
					 
					
						
						
							
							v2.0.11  
						
						
						
						
							
 
						
					 
					
						2016-11-27 20:18:30 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						28cd92b708 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Selz/plyr  
						
						
						
						
							
						
					 
					
						2016-11-27 20:15:19 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a44c7ecc3a 
					 
					
						
						
							
							Fix for iPad and YouTube issues  
						
						
						
						
							
						
					 
					
						2016-11-27 20:15:15 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3e6ed7b69b 
					 
					
						
						
							
							fixes bug where cleanUp would be called twice  
						
						
						
						
							
						
					 
					
						2016-11-17 15:43:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7d2a8d343a 
					 
					
						
						
							
							Update  
						
						
						
						
							
						
					 
					
						2016-11-16 09:41:06 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						03aacf483f 
					 
					
						
						
							
							Update readme.md  
						
						
						
						
							
						
					 
					
						2016-11-16 09:40:09 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						73a1391f2f 
					 
					
						
						
							
							Update readme.md  
						
						
						
						
							
						
					 
					
						2016-11-02 18:45:37 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						660ff0434d 
					 
					
						
						
							
							Cache bust  
						
						
						
						
							
						
					 
					
						2016-11-02 18:29:38 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 ) 
						
						
							
 
						
					 
					
						2016-11-02 18:14:06 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						efe54fbba4 
					 
					
						
						
							
							Added seek event fixes ( fixes   #409 ), Added support for URLs ( fixes   #345 )  
						
						
						
						
							
						
					 
					
						2016-11-02 18:09:40 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						10561d6c83 
					 
					
						
						
							
							Merge pull request  #408  from gurupras/urlparser  
						
						... 
						
						
						
						Added logic to parse youtube video id 
						
						
							
						
					 
					
						2016-11-02 16:59:28 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a3ed309342 
					 
					
						
						
							
							v2.0.9  
						
						... 
						
						
						
						- Temporary patch for the YouTube API issues with `getDuration()` (relates to #374 ) 
						
						
							
 
						
					 
					
						2016-10-23 15:18:53 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						08b4c09b89 
					 
					
						
						
							
							Temporary patch for the YouTube API issues with getDuration() (relates to  #374 )  
						
						
						
						
							
						
					 
					
						2016-10-23 15:18:08 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						
						
							
 
						
					 
					
						2016-10-23 13:48:05 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bec10e7836 
					 
					
						
						
							
							Fix for caption size ( fixes   #390 ), Fix for Firefox Dev ( fixes   #392 )  
						
						
						
						
							
						
					 
					
						2016-10-23 13:35:49 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f9a184800b 
					 
					
						
						
							
							Add Issue and PR templates  
						
						
						
						
							
						
					 
					
						2016-10-23 13:34:44 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f428c3ff8b 
					 
					
						
						
							
							Manually merged  #395  
						
						
						
						
							
						
					 
					
						2016-10-23 12:19:39 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						97eb40a8e3 
					 
					
						
						
							
							Merge pull request  #389  from darrena092/master  
						
						... 
						
						
						
						Added .isPaused(). 
						
						
							
						
					 
					
						2016-10-23 11:51:10 +11:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8211631950 
					 
					
						
						
							
							Gulp build done.  
						
						
						
						
							
						
					 
					
						2016-10-06 15:43:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a17cbb0e8b 
					 
					
						
						
							
							Added .isPaused to API  
						
						
						
						
							
						
					 
					
						2016-10-06 15:33:49 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1c73c9fbfe 
					 
					
						
						
							
							Update plyr.js  
						
						
						
						
							
						
					 
					
						2016-09-27 10:57:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						978606edb4 
					 
					
						
						
							
							CSS path  
						
						
						
						
							
						
					 
					
						2016-09-06 23:54:04 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						435b5c74bf 
					 
					
						
						
							
							Fixed API method, added new methods ( fixes   #346 ,  #351 )  
						
						... 
						
						
						
						- Fixed `getCurrentTime()` method (fixes  #351 )
- Added `getVolume()` , `isMuted()` and `getDuration()` API methods (fixes  #346 ) 
						
						
							
 
						
					 
					
						2016-08-29 23:36:43 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						15fd7041ab 
					 
					
						
						
							
							Fixed AMD definition  
						
						
						
						
							
 
						
					 
					
						2016-08-26 21:43:51 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1ced6b4d67 
					 
					
						
						
							
							Vimeo IE9/10 ( Fixes   #348 ), HTML5 ready event ( Fixes   #349 )  
						
						
						
						
							
 
						
					 
					
						2016-08-26 18:15:24 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6694c1e6cf 
					 
					
						
						
							
							Fix for Firefox full screen ( fixes   #343 )  
						
						
						
						
							
 
						
					 
					
						2016-08-23 00:34:43 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						19ca906e50 
					 
					
						
						
							
							Update changelog.md  
						
						
						
						
							
						
					 
					
						2016-08-22 20:41:49 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						12e94775d6 
					 
					
						
						
							
							Global keyboard shortcut changes  
						
						
						
						
							
 
						
					 
					
						2016-08-22 14:44:18 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						df7f52d885 
					 
					
						
						
							
							Added ‘global’ keyboard shortcut option  
						
						
						
						
							
 
						
					 
					
						2016-08-22 14:15:49 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d5b5faafbb 
					 
					
						
						
							
							Version bump for NPM  
						
						
						
						
							
 
						
					 
					
						2016-08-22 13:08:19 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a318e8588b 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/Selz/plyr  
						
						
						
						
							
						
					 
					
						2016-08-22 13:07:07 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						51fb252cd8 
					 
					
						
						
							
							Update changelog.md  
						
						
						
						
							
						
					 
					
						2016-08-22 13:06:26 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						86b2f61b56 
					 
					
						
						
							
							Bump to v2.0.0  
						
						
						
						
							
 
						
					 
					
						2016-08-22 13:00:47 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						232a9fe868 
					 
					
						
						
							
							Update changelog.md  
						
						
						
						
							
						
					 
					
						2016-08-22 12:53:38 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e8bfe73b1d 
					 
					
						
						
							
							Update readme.md  
						
						
						
						
							
						
					 
					
						2016-08-22 08:40:02 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab0d762675 
					 
					
						
						
							
							Update readme.md  
						
						
						
						
							
						
					 
					
						2016-08-21 22:46:11 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a6a314e011 
					 
					
						
						
							
							Update readme.md  
						
						
						
						
							
						
					 
					
						2016-08-21 21:53:16 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						514bdff92e 
					 
					
						
						
							
							Update readme.md  
						
						
						
						
							
						
					 
					
						2016-08-21 21:53:02 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						745e56a3a3 
					 
					
						
						
							
							Update readme.md  
						
						
						
						
							
						
					 
					
						2016-08-21 21:40:24 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						130fb78b4c 
					 
					
						
						
							
							Version bump  
						
						
						
						
							
						
					 
					
						2016-08-21 19:47:13 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3718ec69ba 
					 
					
						
						
							
							Use minified  
						
						
						
						
							
						
					 
					
						2016-08-21 19:45:45 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4610f4a8c9 
					 
					
						
						
							
							Firefox and Edge fixes  
						
						
						
						
							
						
					 
					
						2016-08-21 19:44:46 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a8062354ec 
					 
					
						
						
							
							Loading tweaks, Microsoft Edge tweaks  
						
						
						
						
							
						
					 
					
						2016-08-21 19:25:21 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aac0a5a3a9 
					 
					
						
						
							
							Work on docs  
						
						
						
						
							
						
					 
					
						2016-08-21 10:30:11 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						92b9e3400b 
					 
					
						
						
							
							Keyboard shortcuts  
						
						
						
						
							
						
					 
					
						2016-08-20 23:39:18 +10:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bea513f5dd 
					 
					
						
						
							
							Jshint tweaks, changelog  
						
						
						
						
							
						
					 
					
						2016-08-20 20:11:21 +10:00