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/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 @@
-
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',