From 81ab5936491217e03c705596999f61f863f0371a Mon Sep 17 00:00:00 2001 From: Sebastian Thulin Date: Wed, 30 Oct 2024 15:04:03 +0100 Subject: [PATCH] Release 4.8.2 (#78) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 4.8.2 of Municipio includes some minor patches to various functionalities and introduces a third-party plugin for IdP authentication. #### Municipio Theme (v5.51.6) - Fixes an error that displayed a 404 page when an archive was missing posts for site visitors. - Adds fields to the user profile that match available options in the contact module. - Minor adjustment to category display in projects. - Fixes a GUID error when fetching cross-site posts. - The flexible header now correctly displays the desktop options for mobile devices if a mobile alternative is missing. - Fixes some context issues in the hero area. #### Component Library (v4.29.0) - Adjustment to the logotype alignment in the brand component for small devices. - Fix for the LinkedIn icon to appear in hosting environments that are case-sensitive. - Introduction of a new component representing a generic DOM element. - Added a new state to the button component, β€œis-working,” that displays a spinner. #### Modularity (v6.40.2) - Contact module updated to align with new fields in the user panel provided by Municipio Theme. - Corrected an issue with the context parameter in the slider module. - Implemented a fix for data filtering in the posts module. #### Mini Orange – SAML Single Signon (v5.1.9) - Added a new third-party plugin. The plugin has passed a security review and can be used to connect WordPress user login and management to various IdP providers (e.g., Active Directory). --- composer.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index cd2a740..d720476 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.6", + "helsingborg-stad/component-library": "4.29.0", "helsingborg-stad/content-scheduler": "~3.1.2", "helsingborg-stad/custom-short-links": "~3.0.4", "helsingborg-stad/customer-feedback": "~4.0.8", @@ -65,7 +65,7 @@ "helsingborg-stad/lix-calculator": "~4.1.1", "helsingborg-stad/media-usage": "~3.0.4", "helsingborg-stad/mod-my-pages": "~1.0.5", - "helsingborg-stad/modularity": "6.38.1", + "helsingborg-stad/modularity": "6.40.2", "helsingborg-stad/modularity-contact-banner": "3.2.0", "helsingborg-stad/modularity-entryscape": "^4.0.1", "helsingborg-stad/modularity-form-builder": "3.2.3", @@ -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.49.1", + "helsingborg-stad/municipio": "5.51.6", "helsingborg-stad/redirection-extended": "~3.0.4", "helsingborg-stad/s3-uploads-custom-endpoint": "~2.0.0", "helsingborg-stad/search-notices": "~3.0.3", @@ -126,7 +126,8 @@ "wpackagist-plugin/varnish-http-purge": "~5.2.1", "wpackagist-plugin/wp-multi-network": "~2.5.2", "wpackagist-plugin/wp-nested-pages": "~3.2.7", - "helsingborg-stad/webhooks-manager": "^1.3.0" + "helsingborg-stad/webhooks-manager": "^1.3.0", + "wpackagist-plugin/miniorange-saml-20-single-sign-on":"5.1.9" }, "extra": { "path": "/",