Skip to content

Commit 90cd197

Browse files
authored
Merge pull request #399 from ethercreative/v5-dev
V5 dev
2 parents 9604cce + d03bf99 commit 90cd197

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.1 - 2024-06-27
2+
### Security
3+
- Removed Polyfill.io (https://sansec.io/research/polyfill-supply-chain-attack)
4+
15
## 5.0.0 - 2024-04-04
26
### Fixed
37
- Fix referred on Mapbox geo requests (Fixes #338, via @maxdmyers)

src/fields/MapField.php

-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ private function _renderMap (Map $value, bool $isSettings = false): string
479479

480480
$containerId = 'map-' . $this->id . 'container';
481481
$vueContainerId = $view->namespaceInputId($containerId);
482-
$view->registerJsFile('https://polyfill.io/v3/polyfill.min.js?flags=gated&features=default%2CIntersectionObserver%2CIntersectionObserverEntry');
483482
$view->registerAssetBundle(MapAsset::class);
484483
$view->registerJs('new Vue({ el: \'#' . $vueContainerId . '\' });');
485484
$view->registerTranslations('simplemap', [

0 commit comments

Comments
 (0)