From 43a2c80605603342e0679d556a34065b79cc29bc Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 18 Dec 2021 06:34:35 +0100 Subject: [PATCH] history v5.1.0 -> v5.2.0 (#814) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/history/5.1.0/history.min.jsm | 2 -- resources/history/5.2.0/history.min.jsm | 2 ++ resources/history/{5.1.0 => 5.2.0}/note | 0 6 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 resources/history/5.1.0/history.min.jsm create mode 100644 resources/history/5.2.0/history.min.jsm rename resources/history/{5.1.0 => 5.2.0}/note (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 4dd089ea..8b7991e7 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1134,7 +1134,7 @@ https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/xcode.min.css https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/xt256.min.css https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/zenburn.min.css https://cdnjs.cloudflare.com/ajax/libs/history/4.10.1/history.min.js -https://cdnjs.cloudflare.com/ajax/libs/history/5.1.0/history.production.min.js +https://cdnjs.cloudflare.com/ajax/libs/history/5.2.0/history.production.min.js https://cdnjs.cloudflare.com/ajax/libs/hls.js/0.14.17/hls.min.js https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.1.2/hls.min.js https://cdnjs.cloudflare.com/ajax/libs/hogan.js/3.0.2/hogan.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 62857f17..686fb674 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -212,7 +212,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/highlight.js/10.')) return '10.7.3'; if (type.startsWith('/highlight.js/11.')) return '11.3.1'; if (type.startsWith('/history/4.')) return '4.10.1'; - if (type.startsWith('/history/5.')) return '5.1.0'; + if (type.startsWith('/history/5.')) return '5.2.0'; if (type.startsWith('/hls.js/0.')) return '0.14.17'; if (type.startsWith('/hls.js/1.')) return '1.1.2'; if (type.startsWith('/hogan.js/')) return '3.0.2'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index e0e744b2..0da65df8 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -51,6 +51,7 @@
  • hls.js v1.1.1 -> v1.1.2 (#811)
  • plyr v3.6.9 -> v3.6.12 (#812)
  • underscore.js v1.13.1 -> v1.13.2 (#813)
  • +
  • history v5.1.0 -> v5.2.0 (#814)
  • Mapping