Skip to content

Commit 6a662ea

Browse files
authored
Merge pull request #398 from ethercreative/v4-dev
V4 dev
2 parents c51add1 + 87efd6c commit 6a662ea

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+
## 4.0.8 - 2024-06-27
2+
### Security
3+
- Removed Polyfill.io (https://sansec.io/research/polyfill-supply-chain-attack)
4+
15
## 4.0.7 - 2024-06-06
26
### Fixed
37
- Fix issue when using count query on location search results (Fixes #391)

src/fields/MapField.php

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

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

0 commit comments

Comments
 (0)