Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

79 lines (63 loc) · 2.49 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.2] - 2024-01-07

Fixed

  • Fix 'ParameterBag::get(): Argument #1 ($key) must be of type string, null given'

[2.0.1] - 2024-01-07

Fixed

  • Fix 'ParameterBag::get(): Argument #1 ($key) must be of type string, null given'

[2.0.0] - 2024-01-07

Added

  • Add Drupal 10 support

Removed

  • Drop support for Drupal versions below 9.1

[2.0.0-alpha3] - 2023-09-13

Added

[2.0.0-alpha2] - 2022-06-28

Fixed

  • Fix wmtwig version constraint

[2.0.0-alpha1] - 2022-06-28

Added

  • Add support for node previews
  • Add support for the Preview Link module
  • Add support for content moderation

Changed

  • Change controllers to plugins
  • Allow early rendering in controllers

Removed

  • Remove the wmcontroller.settings.module option since controllers can now be provided in any module.

[1.1.1] - 2023-07-19

Added

[1.1.0] - 2022-06-28

Added

  • Add v2 upgrade guide & script
  • Add stubs of new modules, including only database schema

[1.0.1] - 2022-01-20

Fixed

  • Avoid null notice on strlen

[1.0.0] - 2021-08-24

Added

  • Add support for all entities with canonical routes
  • Add issue & pull request templates
  • Add coding standard fixers
  • Add Drupal 9 support

Changed

  • Increase PHP dependency to 8.0
  • Update module name & description
  • Make bundle-specific controllers optional, falling back to the default controller
  • Add helpful error message when throwing 404 because the entity is not translated
  • Stop extending Drupal\Core\Controller\ControllerBase in Drupal\wmcontroller\Controller\FrontController
  • Apply code style related fixes
  • Only validate language in FrontController when entity is translatable
  • Allow adding attachments to ViewBuilder

Removed

  • Remove dependency on the node module