Skip to content

4.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 16:52

Features / Updates:

  • Security Updates for Drupal Core (v9.4.10)
  • Updates for Drupal Core
    • Patch (bugfix) release of Drupal Core to v9.4.11
  • Updates for WxT
    • Drupal 9.4.9 profiles updated patch #3326139
    • Remove moderation_sidebar patch #3326106
    • Layout Library beta3 causes WSOD on flush cache via UI #3328389
    • Empty Menu Principale results in Javascript subElm exception #3328480
    • Layout library patch no longer applies #3338961
    • Layout library patch no longer applies #3338961
    • 404 error pages not rendering #3337399
    • Update GCWeb footer structure with new global footer design #3335298
    • Move wxt_ext_page config to optional #3321666
    • Drupal Rector: Automated Drupal 10 compatibility fixes
  • Updates for WxT Library
    • Undefined config can lead to errors #3338077
    • Error with layout_builder pluginId #3300528
    • Drupal Rector: Automated Drupal 10 compatibility fixes
  • Updated for WxT Bootstrap
    • Update GCWeb footer structure with new global footer design #3335298
    • Drupal Rector: Automated Drupal 10 compatibility fixes

Upgrade path:

Important: Please backup your database before running the upgrade process for this release.

  • Update your codebase:

    • composer update
  • Run database updates:

    • drush cache:rebuild
    • drush updatedb
  • Run WxT configuration updates:

    • drush cache:rebuild
    • drush update:wxt

Note(s):

The Government of Canada's design team has mandated changes to the common footer blocks and menu structures which require some updates be made:

Please check and edit the following configuration items to ensure the id and plugin spec are using a hyphen instead of an underscore for the menu name.

This will hopefully be fixed once and for all in Drupal 10.

drush config:edit block.block.brand_fr
drush config:edit system.menu.brand-fr
drush config:edit system.menu.footer-fr
drush config:edit system.menu.sidebar-fr

Note: Some of the configuration items might be named with an underscore when using config:edit to find them.