Changelog

3.2.0 (2024-12-12)

Changed

  • Upgraded Laravel from 10.20 to 11.35.

3.1.1 (2024-05-29)

Changed

3.1.4 (2025-02-25)

Fixed

  • 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

3.1.3 (2024-07-24)

Fixed

  • Fixes an error with resolving the start page for requests to /. SUP-16611

3.1.2 (2024-07-19)

Fixed

  • 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

3.1.1 (2024-05-29)

Fixed

  • Fixed return value of getProjectName. This fixes a bug where cache keys were missing the current project name. SUP-16811

3.1.0 (2023-08-28)

Changed

  • Upgraded PHP from 8.1 to 8.2 and Laravel from 9.19 to 10.20.

3.0.2 (2024-03-20)

Fixed

  • 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

3.0.1 (2023-08-09)

Fixed

  • 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

3.0.0 (2023-06-29)

Changed

  • Gentics Portal | php is now compatible with Gentics CMP 8.0 components