Skip to content

4.5.4

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 02:35

Features / Updates:

  • Updates for Drupal Core
    • Patch (bugfix) release of Drupal Core to v9.5.10
  • Updates for Drupal Contrib
    • Incompatible version for ckeditor/fakeobjects #3363952
    • Update migrate_plus to ^6.0 #3372334
  • Updates for WxT
    • Check $profile is not null condition.
    • Add ability to set permissions for wxt_ext_breadcrumbs #3366800
    • Keep drupal/groups disabled by default #3357710
    • Undefined array key 'editor' in wxt_ext_editor_editor_js_settings_alter #3373991
  • Updates for WxT Bootstrap
    • Issue #3356383 by Liam Morland: Typo in template files: "clas" #3373991
    • Issue #3356385 by Liam Morland: Empty label can lead to empty 'h3', invalid HTML #3373991
  • Updates for WxT Library
    • Issue with wxt_library.module and php 8.1 #3368356
    • Remove IE8 from the wxt build, IE8 cleanup #3374233

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):

N/A