Skip to content

3.0.9

Compare
Choose a tag to compare
@nathanpw nathanpw released this 09 May 18:20
· 134 commits to 8.x-3.x since this release

Security updates:

Features/Updates:

  • Drupal core 8.8.5
  • Updates for Contributed modules
    • Update acquia_connector to 1.21
    • Update admin_toolbar = 2.2
    • Update bg_image_formatter = 1.14
    • Update blog to 2.0-beta1
      • To address this build issue
    • Update consumers to 1.11
    • Update core_context to 1.0-beta1
    • Update crop to 2.1
    • Update diff to 1.0
    • Update entity_browser to 2.5
    • Update entity_embed to 1.1
    • Update entityqueue to 1.0
    • Update fontawesome to 2.16
    • Update image_widget_crop to 2.3
    • Update layout_builder_restrictions to 2.7
    • Update layout_builder_st to 1.0-alpha2
    • Update layout_builder_styles to 1.0-beta2
    • Update lightning_core to 5.1
    • Update lightning_layout to 2.6
    • Update media_entity_twitter to 2.4
    • Update metatag to 1.13
    • Update openapi to 2.0-rc3
    • Update openapi_rest to 2.0-rc2
    • Update pathauto to 1.8
    • Update schemata to 1.0-beta2
    • Update search_api to 1.16
    • Update simple_gmap to 2.1-rc1
    • Update simple_oauth to 4.5
    • Update token to 1.7
    • Update video_embed_field to 2.4
    • Update webform to 5.11
    • Update lightning to 4.103
  • Update WxT Library 1.17.0
    • Update wet-boew to v4.0.35
    • Update gcweb theme to v6.1.0
    • Update for Drupal 9
  • Port drush wxt-cex command to Drush 9

Note: The following modules are no longer provided or used by WXT (they were removed in Lightning 3.0.0). If you use these modules you will need to add them to your project's composer.json file or include them in your codebase using another method:

  • Scheduled Updates (scheduled_updates)
  • Features (features)
  • Configuration Update Manager (config_update)
  • Media Entity (media_entity)
  • Media Entity Document (media_entity_document)
  • Media Entity Image (media_entity_image)

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