Skip to content

Commit

Permalink
Merge branch 'release/1.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Fischer committed Jun 26, 2024
2 parents c07a54a + 922fb17 commit 91e84cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Documentation/guides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
interlink-shortcode="evoweb/sf-books"
/>
<project title="ew_collapsible_container"
release="1.4.3"
version="1.4.3"
release="1.4.4"
version="1.4.4"
copyright="since 2024 by evoWeb"
/>
<inventory id="t3tsref" url="https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/"/>
Expand Down
4 changes: 2 additions & 2 deletions Resources/Private/PartialsPre12/PageLayout/Record.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</f:render>
</div>
<f:if condition="{allowEditContent} && {item.column.contentEditable} && {item.column.allowNewContent} && {column.active}">
<div class="t3-page-ce-actions t3js-page-new-ce" id="colpos-{item.column.columnNumber}-page-{item.context.pageId}-{item.column.uniqueId}">
<div class="t3-page-ce-actions t3js-page-new-ce t3-page-ce-wrapper-new-ce" id="colpos-{item.column.columnNumber}-page-{item.context.pageId}-{item.column.uniqueId}">
<f:if condition="{item.column.childAllowedTypesCount} == 1">
<f:then>
<a href="{item.newContentAfterUrl}" title="{newContentTitle}" class="btn btn-default btn-sm">
Expand All @@ -38,6 +38,6 @@
</f:if>
</div>
</f:if>
<div class="t3-page-ce-dropzone t3js-page-ce-dropzone-available"></div>
<div class="t3-page-ce-dropzone-available t3js-page-ce-dropzone-available"></div>
</div>
</html>
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'author_email' => '[email protected]',
'author_company' => 'evoWeb',
'state' => 'stable',
'version' => '1.4.3',
'version' => '1.4.4',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-13.4.99',
Expand Down

0 comments on commit 91e84cc

Please sign in to comment.