Skip to content

Commit

Permalink
Release 4.8.2 (#78)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
sebastianthulin authored Oct 30, 2024
1 parent b0d6efc commit 81ab593
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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": "/",
Expand Down

0 comments on commit 81ab593

Please sign in to comment.