From 922fb17822ee06f2533d6e8f6ca977b308893619 Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Wed, 26 Jun 2024 13:03:34 +0200 Subject: [PATCH] Fix bug with copy/paste and moving of children in TYPO3 11.x --- Documentation/guides.xml | 4 ++-- Resources/Private/PartialsPre12/PageLayout/Record.html | 4 ++-- ext_emconf.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 3d745cc..3765e4d 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -16,8 +16,8 @@ interlink-shortcode="evoweb/sf-books" /> diff --git a/Resources/Private/PartialsPre12/PageLayout/Record.html b/Resources/Private/PartialsPre12/PageLayout/Record.html index 1be8a95..57877dc 100644 --- a/Resources/Private/PartialsPre12/PageLayout/Record.html +++ b/Resources/Private/PartialsPre12/PageLayout/Record.html @@ -19,7 +19,7 @@ - diff --git a/ext_emconf.php b/ext_emconf.php index 2349fa3..e6efb8d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'author_email' => 'ew-collapsible-container@evoweb.de', 'author_company' => 'evoWeb', 'state' => 'stable', - 'version' => '1.4.3', + 'version' => '1.4.4', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-13.4.99',