Issue #3286285: Automated Drupal 10 compatibility fixes
Merge request reports
Activity
Filter activity
added 1 commit
- 55f11f51 - Update the return of getBlockDeleteFormTitle to match Drupal 9.3 and up.
2 2 type: module 3 3 description: 'Adds specific permissions for administering blocks.' 4 4 package: Block 5 core: '8.x' 6 core_version_requirement: ^8 || ^9 5 core_version_requirement: ^8 || ^9 || ^10 @sinn I don't believe it will. The
core_version_requirement
was introduced in 8.7.7 so the minimum D8 version would have to be that. Also the tests for the module are now using theolivero
theme, which was added with Drupal 9.I believe it's generally considered a best practice to use the
stark
theme for tests so that might be able to be changed.Considering Drupal 8 is not longer receiving any core support, I would suggest making it easy and just releasing the module with D9/10 compatible with a new major version.
changed this line in version 5 of the diff
added 5 commits
-
f884982f...c969b0dc - 2 commits from branch
project:8.x-1.x
- a4bedca3 - Issue #3286285 - Adding Drupal 10 support
- 11912bbc - Update the return of getBlockDeleteFormTitle to match Drupal 9.3 and up.
- 16fa1f7c - Fix tests due to missing bartik theme.
Toggle commit list-
f884982f...c969b0dc - 2 commits from branch
Please register or sign in to reply