23.05.2025

Gentics CMS EE 6.1.31

SUP-18541
Bugfix

The preview for a modified tag was not rendered correctly (did not show the modified, but the original content),
when the tag rendered the modified part by referencing the text attribute of that part.
This has been fixed.

SUP-18540
Bugfix

Database records with empty uuid could lead to NullPointerExceptions during various actions.
This has been modified so that the action involving the empty uuid will succeed and a warning will be logged.

SUP-18497
Bugfix

Editor User Interface: Fixed visual artifacts which could occur when opening the tag-editor.

SUP-18495
Bugfix

Administrator User Interface: Fixed the formatting of durations in the scheduler module.

SUP-18514
Bugfix

When rendering “empty“ for a tag of a page in an overview with sticky channel
incorrectly always rendered “0” even if the tag was not empty.
This has been fixed.

SUP-18508
Bugfix

When changing the flag “publish directory segments” for a node with channels,
the flag was only changed for the direct child channels, but not for subchannels.
This has been fixed now.

SUP-18507
Bugfix

Objects, which were disinherited from channels or excluded from inheritance where not always
properly removed from the branches of the Mesh Content.Repository.
This has been fixed.

Gentics Aloha Editor 2.0.11

No changes

Gentics Mesh 2.1.20

SUP-18502
Bugfix

Plugins: If a static file handler fails to unpack the static resource to the plugin storage folder, currently a misleading `HTTP 404 binary_data_not_found` is thrown. This has been now changed to `HTTP 500` with a detailed failure description.

Gentics Mesh EE 2.1.21

SUP-18502
Bugfix

Plugins: If a static file handler fails to unpack the static resource to the plugin storage folder, currently a misleading `HTTP 404 binary_data_not_found` is thrown. This has been now changed to `HTTP 500` with a detailed failure description.

Gentics Mesh Commercial Plugins 2.1.3

No changes

Gentics Portal | java 3.1.12

SUP-18549
Bugfix

The default GraphQL queries for loading folder and navigation information no longer contain the startpageurl field. This field was introduced when the possibility was added to define external pages as the startpage of a folder, but this functionality requires a respective tagmap entry in the used Content.Repository. Otherwise the portal start up will fail. To enable external start pages, add the field startpageurl(linkType: SHORT) to the following GraphQL query fragments:

1. queries/fragments/navigation.graphql
2. queries/fragments/folderFields.graphql

Gentics Portal | php 3.1.5

SUP-18549
Bugfix

The default GraphQL queries for loading folder and navigation information no longer contain the startpageurl field. This field was introduced when the possibility was added to define external pages as the startpage of a folder, but this functionality requires a respective tagmap entry in the used Content.Repository. Otherwise the portal start up will fail. To enable external start pages, add the field startpageurl(linkType: SHORT) to the following GraphQL query fragments:

1. resources/graphql/fragments/contentInfo.graphql
2. resources/graphql/fragments/navigation_breadcrumb.graphql
3. resources/graphql/fragments/navigation.graphql

SUP-16528
Bugfix

Fixed multilingual sitemap generation to support both legacy behavior and the standard multilingual approach that includes all available language variants. Configuration options allow you to choose which mode to use.

SUP-17900
Bugfix

Fixed an issue where dynamic Blade tag rendering caused cache duplication.