Skip to content

3.0.15

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 21:59

Features/Updates:

  • Updates to Drupal
    • Added language token to token module
  • Updates for WxT
    • Ran drupal-check for Drupal 9 support
    • Added new drush command for sub profile generation
    • Section on configuration split added to README.md
    • Updated Search API
    • Optimized default URL alias for french
    • Support for inline webform report a problem block
    • Added Redis contributed module to build
  • Updates for WxT Bootstrap
    • Ran drupal-check for Drupal 9 support
    • Updated Bootstrap to 3.23
    • Additional WCAG logic for "skip to" section
    • Additional WCAG only one li element
  • Updates for WxT Library
    • Ran drupal-check for Drupal 9 support
    • WCAG missing form label
  • Update openapi_jsonapi to 2.0-rc2
  • Update search_api to 1.18
  • Update simple_gmap to 3.0
  • Update lightning to 4.107

Upgrade path:

  • Update your codebase:

    • composer update
  • Run database updates:

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

    • drush cache:rebuild
    • drush update:lightning
  • Run WxT configuration updates:

    • drush cache:rebuild
    • drush update:wxt

Note: The following modules are no longer provided and were never used by WXT. If you use these modules you will need to add them to your project's composer.json file or include them in your code base using another method.

  • Search API Solr (search_api_solr)
  • Facets (facets)