diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index fc7ef413..52275c51 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -179,7 +179,7 @@ https://cdnjs.cloudflare.com/ajax/libs/asciinema-player/2.6.1/asciinema-player.m https://cdnjs.cloudflare.com/ajax/libs/asciinema-player/2.6.1/asciinema-player.min.js https://cdnjs.cloudflare.com/ajax/libs/autocomplete.js/0.38.1/autocomplete.min.js https://cdnjs.cloudflare.com/ajax/libs/axios/0.27.2/axios.min.js -https://cdnjs.cloudflare.com/ajax/libs/axios/1.1.2/axios.min.js +https://cdnjs.cloudflare.com/ajax/libs/axios/1.1.3/axios.min.js https://cdnjs.cloudflare.com/ajax/libs/backbone.js/0.9.10/backbone-min.js https://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.4.1/backbone-min.js https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.11.1/baguetteBox.min.css @@ -1667,7 +1667,7 @@ https://cdnjs.cloudflare.com/ajax/libs/slider-pro/1.6.0/js/jquery.sliderPro.min. https://cdnjs.cloudflare.com/ajax/libs/snowplow/2.18.2/sp.min.js https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.4.0/socket.io.min.js https://cdnjs.cloudflare.com/ajax/libs/socket.io/3.1.3/socket.io.min.js -https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.5.2/socket.io.min.js +https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.5.3/socket.io.min.js https://cdnjs.cloudflare.com/ajax/libs/spin.js/2.3.2/spin.min.js https://cdnjs.cloudflare.com/ajax/libs/spin.js/3.1.0/spin.min.js https://cdnjs.cloudflare.com/ajax/libs/spin.js/4.1.1/spin.min.js @@ -1791,7 +1791,7 @@ https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.6.0/webcomponents-loade https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/6.4.8/adapter.min.js https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/7.7.1/adapter.min.js -https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/8.1.2/adapter.min.js +https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/8.2.0/adapter.min.js https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js https://cdnjs.cloudflare.com/ajax/libs/zumper-angular-payments/1.0.7/angular-payments.js https://cdn.jsdelivr.net/combine/npm/jquery@2.2.4/dist/jquery.min.js,npm/hogan.js@3.0.2/dist/hogan-3.0.2.min.js,npm/algoliasearch@3.30.0/dist/algoliasearch.min.js,npm/autocomplete.js@0.31.0/dist/autocomplete.min.js @@ -1848,7 +1848,7 @@ https://cdn.jsdelivr.net/npm/p2p-media-loader-hlsjs@0.6.2/build/p2p-media-loader https://cdn.jsdelivr.net/npm/plyr@3.7.2/dist/plyr.css https://cdn.jsdelivr.net/npm/plyr@3.7.2/dist/plyr.min.js https://cdn.jsdelivr.net/npm/raven-js@3.27.2/dist/raven.min.js -https://cdn.jsdelivr.net/npm/react-intl@6.2.0/react-intl.iife.min.js +https://cdn.jsdelivr.net/npm/react-intl@6.2.1/react-intl.iife.min.js https://cdn.jsdelivr.net/npm/react-lifecycles-compat@3.0.4/react-lifecycles-compat.min.js https://cdn.jsdelivr.net/npm/search-insights@1.8.0/dist/search-insights.min.js https://cdn.jsdelivr.net/npm/search-insights@2.2.1/dist/search-insights.min.js diff --git a/_locales/hu/messages.json b/_locales/hu/messages.json index 96161c42..e411e32e 100644 --- a/_locales/hu/messages.json +++ b/_locales/hu/messages.json @@ -296,7 +296,7 @@ "description": "What will be synchronized when I select »sync« as storage type?" }, "helpBrowserCompatibilityTitle": { - "message": "", + "message": "Böngésző kompatibilitás", "description": "Browser compatibility" }, "helpIntroductionDescription": { diff --git a/manifest.json b/manifest.json index 4b67e263..7e6e35b7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "LocalCDN", - "version": "2.6.37", + "version": "2.6.38", "browser_specific_settings": { "gecko": { "id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}", diff --git a/modules/internal/targets.js b/modules/internal/targets.js index e6bdb076..e27fb7a5 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -134,7 +134,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/appboy-web-sdk/3.')) return '3.5.1'; if (type.startsWith('/asciinema-player/2.')) return '2.6.1'; if (type.startsWith('/axios/0.')) return '0.27.2'; - if (type.startsWith('/axios/1.')) return '1.1.2'; + if (type.startsWith('/axios/1.')) return '1.1.3'; if (type.startsWith('/backbone.js/0.')) return '0.9.10'; if (type.startsWith('/backbone.js/1.')) return '1.4.1'; if (type.startsWith('/baguettebox.js/1.')) return '1.11.1'; @@ -385,7 +385,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/react-dom/18.')) return '18.2.0'; if (type.startsWith('/react-intl/')) { // NOTE: Parameters swapped. (= anything greater than v5.0.0) - if (helpers.compareVersion(version, '5.0.0')) return '6.2.0'; // >= v5.0.0 + if (helpers.compareVersion(version, '5.0.0')) return '6.2.1'; // >= v5.0.0 } if (type.startsWith('/react-redux/7.')) return '7.2.8'; if (type.startsWith('/react-redux/8.')) return '8.0.4'; @@ -416,7 +416,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/snowplow/2.')) return '2.18.2'; if (type.startsWith('/socket.io/2.')) return '2.4.0'; if (type.startsWith('/socket.io/3.')) return '3.1.3'; - if (type.startsWith('/socket.io/4.')) return '4.5.2'; + if (type.startsWith('/socket.io/4.')) return '4.5.3'; if (type.startsWith('/spin.js/2.')) return '2.3.2'; if (type.startsWith('/spin.js/3.')) return '3.1.0'; if (type.startsWith('/spin.js/4.')) return '4.1.1'; @@ -473,7 +473,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/webfont')) return '1.6.28'; if (type.startsWith('/webrtc-adapter/6.')) return '6.4.8'; if (type.startsWith('/webrtc-adapter/7.')) return '7.7.1'; - if (type.startsWith('/webrtc-adapter/8.')) return '8.1.2'; + if (type.startsWith('/webrtc-adapter/8.')) return '8.2.0'; if (type.startsWith('/wow/1.')) return '1.1.2'; if (version === null) return 'latest'; return ''; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 32cb9088..425d35bb 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -27,29 +27,14 @@

Updated

-

Added

+

Fixed

-

Mapping

-
@@ -88,6 +73,33 @@
+ Previous Versions
+

2022-10-15 (v2.6.37)

+

Updated

+ +

Added

+ +

Mapping

+

2022-10-01 (v2.6.36)

Updated