Skip to content

Commit

Permalink
Merge pull request #398 from ethercreative/v4-dev
Browse files Browse the repository at this point in the history
V4 dev
  • Loading branch information
Tam authored Jun 27, 2024
2 parents c51add1 + 87efd6c commit 6a662ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.8 - 2024-06-27
### Security
- Removed Polyfill.io (https://sansec.io/research/polyfill-supply-chain-attack)

## 4.0.7 - 2024-06-06
### Fixed
- Fix issue when using count query on location search results (Fixes #391)
Expand Down
1 change: 0 additions & 1 deletion src/fields/MapField.php
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ private function _renderMap (Map $value, bool $isSettings = false): string

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

0 comments on commit 6a662ea

Please sign in to comment.