Skip to content

Commit

Permalink
Merge pull request #399 from ethercreative/v5-dev
Browse files Browse the repository at this point in the history
V5 dev
  • Loading branch information
Tam authored Jun 27, 2024
2 parents 9604cce + d03bf99 commit 90cd197
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 @@
## 5.0.1 - 2024-06-27
### Security
- Removed Polyfill.io (https://sansec.io/research/polyfill-supply-chain-attack)

## 5.0.0 - 2024-04-04
### Fixed
- Fix referred on Mapbox geo requests (Fixes #338, via @maxdmyers)
Expand Down
1 change: 0 additions & 1 deletion src/fields/MapField.php
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,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 90cd197

Please sign in to comment.