Municipio 5.9.1

SNT
Sebastian Nordqvist Thulin

Release type: Patch. This release focuses on stability and correctness across three updated packages. It fixes alarm date formatting issues, hardens broken-link checks against null API responses, and resolves navigation/rendering issues in Municipio (including JobPosting breadcrumbs and backdrop banner loading). Users should expect safer data handling and fewer runtime edge-case errors without major feature or workflow changes.

API Alarm Integration [5.0.7…5.0.9]

  • Alarm Date Handling: Forces alarm date values to be treated as strings, preventing incorrect parsing and inconsistent output in alarm views.
  • Data Transformation Flow: Improves template/object transformation paths used by alarm modules, reducing edge-case failures when rendering alarm data.

Broken Link Detector [4.2.26…4.2.28]

  • Null Response Safety: Adds type checks and null handling for link-check responses, preventing crashes when external checks return incomplete data.
  • Editor Reliability: Improves defensive handling in link update/highlight flows so content editing remains stable during failed or partial checks.

Municipio Theme [6.33.12…6.33.17]

  • JobPosting Breadcrumbs: Fixes breadcrumb generation for JobPosting content so navigation paths are shown correctly.
  • Post Type Normalization: Handles array-shaped post type values safely by selecting the expected item before processing.
  • Backdrop Banner Loading: Enqueues backdrop banner assets explicitly, ensuring banner scripts/styles are loaded consistently on affected pages.