From 1721f6e9e2d88d9ef4405d77b0b71c61edfd3c46 Mon Sep 17 00:00:00 2001 From: Thomas Skerbis Date: Thu, 15 Aug 2019 21:53:41 +0200 Subject: [PATCH 1/5] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 25b9a640..b55d9e50 100644 --- a/readme.md +++ b/readme.md @@ -686,6 +686,7 @@ Some awesome folks have made plugins for CMSs and Components for JavaScript fram | Vue | Gabe Dunn ([@redxtech](https://github.com/redxtech)) | [https://github.com/redxtech/vue-plyr](https://github.com/redxtech/vue-plyr) | | Neos | Jon Uhlmann ([@jonnitto](https://github.com/jonnitto)) | [https://packagist.org/packages/jonnitto/plyr](https://packagist.org/packages/jonnitto/plyr) | | Kirby | Dominik Pschenitschni ([@dpschen](https://github.com/dpschen)) | [https://github.com/dpschen/kirby-plyrtag](https://github.com/dpschen/kirby-plyrtag) | +| REDAXO | FriendsOfRedaxo / skerbis ([@skerbis](https://friendsofredaxo.github.io)) | [https://github.com/FriendsOfREDAXO/plyr](https://github.com/FriendsOfREDAXO/plyr) | # Issues @@ -728,7 +729,6 @@ Plyr costs money to run, not only my time. I donate my time for free as I enjoy - [koel - A personal music streaming server that works.](http://koel.phanan.net/) - [Oscar Radio](http://oscar-radio.xyz/) - [Sparkk TV](https://www.sparkktv.com/) -- [@halfhalftravel](https://www.halfhalftravel.com/) If you want to be added to the list, open a pull request. It'd be awesome to see how you're using Plyr 😎 From 91503d3698ca7a836bf7b09d16f5ee589325ac50 Mon Sep 17 00:00:00 2001 From: Thomas Skerbis Date: Thu, 15 Aug 2019 21:55:22 +0200 Subject: [PATCH 2/5] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b55d9e50..1ced7e68 100644 --- a/readme.md +++ b/readme.md @@ -729,6 +729,7 @@ Plyr costs money to run, not only my time. I donate my time for free as I enjoy - [koel - A personal music streaming server that works.](http://koel.phanan.net/) - [Oscar Radio](http://oscar-radio.xyz/) - [Sparkk TV](https://www.sparkktv.com/) +- [@halfhalftravel](https://www.halfhalftravel.com/) If you want to be added to the list, open a pull request. It'd be awesome to see how you're using Plyr 😎 From 1bb4c207f19da24623cdb831642ae74860288513 Mon Sep 17 00:00:00 2001 From: James Kerrane Date: Tue, 21 Jan 2020 23:08:55 -0700 Subject: [PATCH 3/5] Change vimeo demo video Change vimeo video to a more general video, fix #1626. --- demo/src/js/sources.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/src/js/sources.js b/demo/src/js/sources.js index 8dbed4e3..77cbd407 100644 --- a/demo/src/js/sources.js +++ b/demo/src/js/sources.js @@ -68,7 +68,7 @@ const sources = { type: 'video', sources: [ { - src: 'https://vimeo.com/76979871', + src: 'https://vimeo.com/383514704', provider: 'vimeo', }, ], From 1b8c51f45e6866fcd8be3a32c788813bc2182941 Mon Sep 17 00:00:00 2001 From: James Kerrane Date: Tue, 21 Jan 2020 23:15:18 -0700 Subject: [PATCH 4/5] Fix broken link to new plugin Fix broken link, and update to an active project replacement https://github.com/chintan9/plyr-react. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6889027f..e21d2c93 100644 --- a/readme.md +++ b/readme.md @@ -682,7 +682,7 @@ Some awesome folks have made plugins for CMSs and Components for JavaScript fram | --------- | -------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | | WordPress | Brandon Lavigne ([@drrobotnik](https://github.com/drrobotnik)) | [https://wordpress.org/plugins/plyr/](https://wordpress.org/plugins/plyr/) | | Angular | Simon Bobrov ([@smnbbrv](https://github.com/smnbbrv)) | [https://github.com/smnbbrv/ngx-plyr](https://github.com/smnbbrv/ngx-plyr) | -| React | Jose Miguel Bejarano ([@xDae](https://github.com/xDae)) | [https://github.com/xDae/react-plyr](https://github.com/xDae/react-plyr) | +| React | Chintan Prajapati ([@chintan9](https://github.com/chintan9)) | [https://github.com/chintan9/plyr-react](https://github.com/chintan9/plyr-react) | | Vue | Gabe Dunn ([@redxtech](https://github.com/redxtech)) | [https://github.com/redxtech/vue-plyr](https://github.com/redxtech/vue-plyr) | | Neos | Jon Uhlmann ([@jonnitto](https://github.com/jonnitto)) | [https://packagist.org/packages/jonnitto/plyr](https://packagist.org/packages/jonnitto/plyr) | | Kirby | Dominik Pschenitschni ([@dpschen](https://github.com/dpschen)) | [https://github.com/dpschen/kirby-plyrtag](https://github.com/dpschen/kirby-plyrtag) | From c3f10e7df3e77c3cf8ad3165ad881bcd11a9b7e3 Mon Sep 17 00:00:00 2001 From: Binyamin Laukstein <7raivis@inbox.lv> Date: Wed, 22 Jan 2020 08:53:08 +0200 Subject: [PATCH 5/5] Uncaught RangeError: Maximum call stack size exceeded Fix formatTime infinite loop #1621 --- src/js/utils/time.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/utils/time.js b/src/js/utils/time.js index ffca88b2..17228de5 100644 --- a/src/js/utils/time.js +++ b/src/js/utils/time.js @@ -13,7 +13,7 @@ export const getSeconds = value => Math.trunc(value % 60, 10); export function formatTime(time = 0, displayHours = false, inverted = false) { // Bail if the value isn't a number if (!is.number(time)) { - return formatTime(null, displayHours, inverted); + return formatTime(undefined, displayHours, inverted); } // Format time component to add leading zero