Releases

Releases of Drupal WxT

The following table is a list of all the releases that are housed under the Drupal WxT organization on GitHub:

ReleaseCreated DateDescription
5.0.02023-09-30

Features / Updates:

  • Build Infrastructure
    • Add DB_VERSION variable to .env
  • Security Updates for Drupal Core
  • Updates for Drupal Core
    • N/A
  • Updates for Drupal Contrib
    • Build update for wxt, upgrade ckeditor4_codemirror 3382999
  • Updates for WxT
    • Minor naming adjustments and proper location of config objects
    • Call to deprecated function file_create_url() 3387600
  • Updated for WxT Bootstrap
    • Support for composer/installers 2.x 3382948
  • Updates for WxT Library
    • Support for composer/installers 2.x 3382948

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

This is the first stable release of v5.0.0 please ensure you have read the release notes from the previous release candidates.

5.0.0-rc22023-08-21

Features / Updates:

  • Updates for Drupal Contrib
    • core_context to 1.1
  • Updates for WxT
    • Remove duplicate editor/filter config 3381990
    • CKEditor JS error with JS aggregation enabled 3381980
    • CKEditor5 and CKEditor compatibility support 3382168
  • Updated for WxT Bootstrap
  • Updates for WxT Library
    • Correct logic for Search block visibility reliance on core search

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

There were some issues in 5.0.0-rc1 related to the text formats and filters logic.

The rich_text format now functions as before using CKEditor4.

There is a new rich_text_ckeditor5 format which uses the newer CKEditor5.

5.0.0-rc12023-08-14

Features / Updates:

  • Build Infrastructure
    • [CI] Point build system to 10.0.x docker-scaffold
    • [PHP] Build properly on php 8.1+
    • Remove drupal-console-extend-plugin
  • Security Updates for Drupal Core
  • Updates for Drupal Core Patch (bugfix) release of Drupal Core to v10.0.10
  • Updates for Drupal Contrib
    • [Composer] Update all contrib to Drupal 10 versions
    • Support for CKEditor 5 3255971
    • Add codemirror back to CKEditor5 3361536
  • Updates for WxT
    • Check $profile is not null condition
    • Remove non-existant permissions from wxt_ext_user
    • Give users ability to edit existing alerts and panels in CKEditor 5 3361560
    • Remove And/Or plugin from wxt_ext_editor 3361566
    • Add gcweb styles to CKEditor5 3362435
    • Add selection handle to allow moving alert and panel widgets 3362705
    • Default well panels being converted to default panels 3362702
    • Add ability to set permissions for wxt_ext_breadcrumbs 3366800
    • Vanilla rich text ckeditor4 notice when editing existing french content 3362793
    • Keep drupal/groups disabled by default 3357710
    • The drush si then drush sql-drop then drush si again results in file exists 3374003
    • Using non-existent parameter “config.export.commands” 3377173
    • Enable linkit in rich text editor 3377252
    • Issue with password_policy and PostgreSQL 3377970
    • Panels Restore Style Settings and classes 3377979
    • Improve placement of bootstrap ckeditor library 3376951
    • The ckeditor5 div class attribute is removed/deleted 3362788
    • password policy is preventing hooks from firing 3313274
    • Add SVG icons to alert/panel widgets in CKE5 3380029
    • ckeditor 5 footnotes related 3377942
    • Enable Table of Contents filter 3380730
    • codemirror support for both ckeditor4 and ckeditor5 3362801
  • Updated for WxT Bootstrap
    • Update *.info.yml + composer.json to allow install on D10
    • Update Bootstrap to v3.27
    • Fix reference to deprecated node_type plugin in optional config
    • Fix twig errors with input template and it’s extensions
    • Replace ckeditor-stylesheets with ckeditor5 version
    • Twig deprecation fix for wxt_bootstrap spaceless 3362712
    • Bootstrap requires underscore.js but it was removed from D10 core 3362764
    • wxt_ext_blog - Firstname Lastname - Date 3367309
    • Drupal 10.1.1 requires bootstrap 3.29 , 3.29 also compatible with D10.0.10 and D9.5.10 3374741
    • Typo in template files: “clas” 3356383
    • Empty label can lead to empty ‘h3’, invalid HTML 3356385
  • Updates for WxT Library
    • Update *.info.yml + composer.json to allow install on D10
    • Drupal 10 comptaibility updates 3346270
    • language switcher fix related to Core Security update 3349214
    • 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):

This is an upgrade from 9.5.x to 10.0.x however changes are minimal and is expected upgrades will be fairly smooth.

4.5.42023-08-14

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

4.5.32023-04-26

Features / Updates:

  • Remove accidentally committed composer.lock file

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

There is a core regression of the language switcher block which throws exception when no route is matched.

WxT Library is patched so it will not have this problem.

Repositories for Drupal WxT

The following table is a list of all the repositories that are housed under the Drupal WxT organization on GitHub:

NameWebsiteDescriptionSize
composer-extdepsdrupalwxt/composer-extdepsComposer repository for external dependencies on Drupal WxTSize: 56 Bytes
docker-scaffolddrupalwxt/docker-scaffoldDocker Scaffold for Drupal WxTSize: 181 Bytes
drupalwxt.github.iodrupalwxt/drupalwxt.github.ioGitHub Pages for Drupal WxT.Size: 12026 Bytes
helm-drupaldrupalwxt/helm-drupalHelm chart for running Drupal on KubernetesSize: 67026 Bytes
site-wxtdrupalwxt/site-wxtAn example composer project for the Drupal WxT distribution used for integration testing.Size: 3733 Bytes
terraform-kubernetes-drupalwxtdrupalwxt/terraform-kubernetes-drupalwxtTerraform module for Drupal WxTSize: 68 Bytes
themes-cdndrupalwxt/themes-cdnContent Delivery Network (CDN) files for the theme repositories of the Web Experience Toolkit (WET)Size: 12445 Bytes
wxtdrupalwxt/wxtDrupal 9 / 10 variant of the Web Experience Toolkit (WxT).Size: 2802 Bytes
wxt-projectdrupalwxt/wxt-projectComposer project template for Drupal 9 sites built with the WxT distribution.Size: 88 Bytes
wxt_bootstrapdrupalwxt/wxt_bootstrapBootstrap derived sub-theme aligned for use with the Web Experience Toolkit jQuery Framework.Size: 1202 Bytes
wxt_librarydrupalwxt/wxt_libraryWeb Experience Toolkit Framework integration for Drupal.Size: 134 Bytes