From fce9287234274daa6659d68cc4adbbfc51dc8940 Mon Sep 17 00:00:00 2001 From: Stefan Froemken Date: Mon, 3 Aug 2026 17:29:40 +0200 Subject: [PATCH 1/2] Load assets for embedded map in EditPoiCollection partial --- .../Private/Partials/Maps2/EditPoiCollection.fluid.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Private/Partials/Maps2/EditPoiCollection.fluid.html b/Resources/Private/Partials/Maps2/EditPoiCollection.fluid.html index b818534e..6dc54b41 100644 --- a/Resources/Private/Partials/Maps2/EditPoiCollection.fluid.html +++ b/Resources/Private/Partials/Maps2/EditPoiCollection.fluid.html @@ -6,6 +6,8 @@ + + {environment.contentRecord.uid} @@ -14,7 +16,8 @@ -
From 47f32139f5d3e4a00965415c308b94b7a397ff88 Mon Sep 17 00:00:00 2001 From: Stefan Froemken Date: Mon, 3 Aug 2026 17:29:58 +0200 Subject: [PATCH 2/2] Update to version 13.0.2 --- Documentation/ChangeLog/Index.rst | 5 +++++ Documentation/guides.xml | 2 +- composer.json | 2 +- ext_emconf.php | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index 417fadbe..97fa7f59 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -7,6 +7,11 @@ ChangeLog ========= +Version 13.0.2 +============== + +* BUGFIX: Load assets for embedded map in EditPoiCollection partial + Version 13.0.1 ============== diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 78f826e8..bec6fc82 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -9,5 +9,5 @@ project-issues="https://github.com/jweiland-net/maps2/issues" edit-on-github-branch="main" edit-on-github="jweiland/maps2" typo3-core-preferred="stable"/> - + diff --git a/composer.json b/composer.json index d9b23c7a..75ea1f90 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ "providesPackages": {} }, "extension-key": "maps2", - "version": "13.0.1", + "version": "13.0.2", "web-dir": ".Build/public" } } diff --git a/ext_emconf.php b/ext_emconf.php index 4c48bd60..b990f360 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Maps2', 'description' => 'Create maps with Marker, Area, Routes or Radius based on Google Maps or OpenStreetMap', - 'version' => '13.0.1', + 'version' => '13.0.2', 'category' => 'plugin', 'state' => 'stable', 'author' => 'Stefan Froemken',