Skip to content

Commit 091a793

Browse files
Drop Drupal 9 support
1 parent 89a0baa commit 091a793

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
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",

wmcontroller.info.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Wieni Controller
22
type: 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
55
package: Wieni

0 commit comments

Comments
 (0)