From 036245bc91427241db0466eb1d70d47969ddfc7d Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 19 Jul 2021 05:40:02 +0200 Subject: [PATCH] Updated: flv.js v1.5.0 -> v1.6.0 (#577) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/flv.js/1.5.0/flv.min.jsm | 7 ------- resources/flv.js/1.6.0/flv.min.jsm | 10 ++++++++++ 5 files changed, 13 insertions(+), 9 deletions(-) delete mode 100644 resources/flv.js/1.5.0/flv.min.jsm create mode 100644 resources/flv.js/1.6.0/flv.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 24801bc9..3c9a0577 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -368,7 +368,7 @@ https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js https://cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.28.0/feather.min.js -https://cdnjs.cloudflare.com/ajax/libs/flv.js/1.5.0/flv.min.js +https://cdnjs.cloudflare.com/ajax/libs/flv.js/1.6.0/flv.min.js https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.min.css https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/font/fontawesome-webfont.woff https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index d65c4336..72b4d257 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -286,7 +286,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/feather-icons/4.')) { return '4.28.0'; } else if (type.startsWith('/flv.js/')) { - return '1.5.0'; + return '1.6.0'; } else if (type.startsWith('/font-awesome/3.')) { return '3.2.1'; } else if (type.startsWith('/font-awesome/4.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 030b1809..d74798d6 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -70,6 +70,7 @@
  • Updated: vue-i18n v9.1.6 -> v9.1.7 (#572)
  • Updated: angular-material v1.2.2 -> v1.2.3 (#574)
  • Updated: gsap v3.7.0 -> v3.7.1 (#575)
  • +
  • Updated: flv.js v1.5.0 -> v1.6.0 (#577)
  • Includes also the following changes, because the release of this version took a long time caused by a broken validation server of Mozilla (More information).