File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88
9+ ## [ 1.2.0] - 2023-09-13
10+ ### Added
11+ - Add Drupal 10 support. Drop Drupal 9 support.
12+
913## [ 1.1.1] - 2023-07-19
1014### Added
1115- Support ` stale-while-revalidate ` and ` stale-if-error ` cache control header
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^8.0 " ,
14- "drupal/core" : " ^9.3 || ^ 10"
13+ "php" : " ^8.1 " ,
14+ "drupal/core" : " ^10"
1515 },
1616 "require-dev" : {
1717 "ergebnis/composer-normalize" : " ^2.0" ,
Original file line number Diff line number Diff line change 11name : Wieni Controller
22type : module
3- description : Adds support for bundle-specific controllers for Drupal 8 entities.
4- core_version_requirement : ^9.3 || ^ 10
3+ description : Adds support for bundle-specific controllers for Drupal entities.
4+ core_version_requirement : ^10
55package : Wieni
You can’t perform that action at this time.
0 commit comments