From b0d6efc8a4175fca1dfdc1b319142641bc0f2c8e Mon Sep 17 00:00:00 2001 From: Sebastian Thulin Date: Tue, 22 Oct 2024 11:08:38 +0200 Subject: [PATCH] Release 4.8.1 (#77) ## Version 4.8.1 of Municipio Version 4.8.1 of Municipio includes some patches for the latest release, addressing minor issues. ### Municipio Theme (v5.49.1) - A fatal error related to cross-network permalink functionality has been resolved. - The menu system has been patched to render child pages for post-type mapped pages. - A fix for the `archiveCamelCase` functionality has been added ([Credit: Michael Claesson @ Consid](https://github.com/helsingborg-stad/Municipio/pull/1082)). - A new feature to disable discussion (including existing comments) has been added. ### Component Library (v4.27.6) - The image component now includes a parameter to disable automatic aspect ratio calculation, allowing the wrapping component to apply its own aspect ratio if needed. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ef00f0a..cd2a740 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "helsingborg-stad/better-post-ui": "~3.0.3", "helsingborg-stad/blade": "3.5.1", "helsingborg-stad/broken-link-detector": "~3.0.4", - "helsingborg-stad/component-library": "4.27.5", + "helsingborg-stad/component-library": "4.27.6", "helsingborg-stad/content-scheduler": "~3.1.2", "helsingborg-stad/custom-short-links": "~3.0.4", "helsingborg-stad/customer-feedback": "~4.0.8", @@ -81,7 +81,7 @@ "helsingborg-stad/modularity-timeline": "4.1.0", "helsingborg-stad/multi-network-urls": "~2.0.0", "helsingborg-stad/multisite-role-propagation": "3.0.6", - "helsingborg-stad/municipio": "5.48.3", + "helsingborg-stad/municipio": "5.49.1", "helsingborg-stad/redirection-extended": "~3.0.4", "helsingborg-stad/s3-uploads-custom-endpoint": "~2.0.0", "helsingborg-stad/search-notices": "~3.0.3",