From 1574821c3b0241d0dc05d3b1905567c17dbbe26b Mon Sep 17 00:00:00 2001 From: Sebastian Thulin Date: Mon, 4 Nov 2024 11:17:19 +0100 Subject: [PATCH] Release 4.8.3 (#79) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Municipio Theme (v5.51.6) - Improves the validation of images that are lacking alt-texts, preventing inserts of images that are not described properly. - Adds functionality to completely disable WordPress discussions. - Menus that are a combination of WordPress manually defined items populated with page tree children will now render properly. # Component Library (v4.29.0) - The signature component now has the ability to hide placeholders for avatars, only displaying defined values. - A new component, "newsitem," has been introduced to better render news-like posts. # Modularity (v6.42.1) - Pagination on the posts module is disabled whenever posts are selected manually. - The manual input module now has new features allowing logged-in users to hide selected items. - Editors now have the ability to hide the avatar from contact modules. - The default number of posts has been changed in the posts module to 10. The ability to set an unlimited length has been removed (-1), and a maximum limit has been defined to 100 items. # Modularity – Like Posts (v2.7.0) - Adds support for persistent storage of liked posts in user meta whenever a user is logged in. # Algolia Index - JS SearchPage (3.2.3) - Removed rendering of images in mobile devices. --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d720476..49750c4 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "helsingborg-stad/acf-ux-collapse": "~2.0.0", "helsingborg-stad/active-directory-api-wp-integration": "~3.0.7", "helsingborg-stad/algolia-index": "3.1.8", - "helsingborg-stad/algolia-index-js-searchpage-addon": "3.2.2", + "helsingborg-stad/algolia-index-js-searchpage-addon": "3.2.3", "helsingborg-stad/algolia-index-modularity-addon": "3.0.5", "helsingborg-stad/api-alarm-integration": "^4.0.5", "helsingborg-stad/api-event-manager-integration": "2.0.22", @@ -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.29.0", + "helsingborg-stad/component-library": "4.32.0", "helsingborg-stad/content-scheduler": "~3.1.2", "helsingborg-stad/custom-short-links": "~3.0.4", "helsingborg-stad/customer-feedback": "~4.0.8", @@ -61,11 +61,11 @@ "helsingborg-stad/gdi-modularity-my-pages-about-me": "~1.0.4", "helsingborg-stad/job-listings": "~4.1.4", "helsingborg-stad/kirki": "~5.1.2", - "helsingborg-stad/like-posts": "2.6.4", + "helsingborg-stad/like-posts": "2.7.0", "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.40.2", + "helsingborg-stad/modularity": "6.42.1", "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.51.6", + "helsingborg-stad/municipio": "5.52.1", "helsingborg-stad/redirection-extended": "~3.0.4", "helsingborg-stad/s3-uploads-custom-endpoint": "~2.0.0", "helsingborg-stad/search-notices": "~3.0.3",