Skip to content

3.0.7

Compare
Choose a tag to compare
@sylus sylus released this 05 Feb 02:46
· 189 commits to 8.x-3.x since this release

Features/Updates:

  • Update Drupal Core to 8.8.2
  • Update Lightning 4.1.2
  • Moved docker logic into docker-scaffold
  • Drupal.org + Tarball generated builds now against drupal/legacy-project
  • Updates for WxT
    • Update Coder and CodeSniffer
  • Updates for WxT Bootstrap
    • Accessibility fix for Signed in as
    • PHPCS code linting fix
    • Added class for display-inline
    • Additional documentation for subtheme
  • Updates for WxT Library
    • Correct issues with language negotiation
  • Updates for Contributed modules
    • Update Webform to 3.8
    • Update autosave_form to 1.1
    • Update bg_image_formatter to 1.12
    • Update entity_block to 1.0-beta2
    • Update group to 1.0-rc5
    • Update layout_builder_restrictions to 2.5
    • Update media_entity_twitter to 2.3
  • Pathauto must be updated first if below Pathauto 8.x-1.5 to prevent data loss

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