Upgraded Laravel from 10.20 to 11.35.
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-16528
Fixed an issue where dynamic Blade tag rendering caused cache duplication. SUP-17900
Fixes an error with resolving the start page for requests to /. SUP-16611
Fix Authentication Refresh Token Handling. Refresh Token is now also set as a cookie instead of server side storage. This allows more stateless setups without a shared cache SUP-16942
Fixed return value of getProjectName. This fixes a bug where cache keys were missing the current project name. SUP-16811
Upgraded PHP from 8.1 to 8.2 and Laravel from 9.19 to 10.20.
Fixed NavigationHelper breadcrumbs check, for the pages without breadcrumb
loaded, to have a default value []
and avoid fatal error thrown for iterating over non-iterable variable SUP-13795
Fix Mesh Client instance and Mesh Admin Client is disabled by default when initializing client and authentication is disabled too. This is a breaking change with compatibility fallback. Setting noAdminClientByDefault
compatibility flag to false
allows the bring back the old behavior SUP-15428
Gentics Portal | php is now compatible with Gentics CMP 8.0 components