- Issue created by @project update bot
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module β these changes make this module compatible with Drupal 11! π
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot β to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #11-121090This patch was created using these packages:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.7
- palantirnet/drupal-rector: 0.20.1
- πΊπΈUnited States mark_fullmer Tucson
I did some additional auditing and analysis of the codebase for Drupal 11 compatibility. Overall, this looks like it should be pretty straightforward!
Composer
- [ ] This module has a composer.json file. Manually review it for Drupal 11 compatibility, such as external requirements, core version constraints, and PHP version constraints
PHPStan Audit of Drupal deprecations
[OK] No errors
Drupal-Rector Audit of Drupal deprecations
[OK] Rector is done!
Audit of deprecated PHP <8.3 calls
If no errors are listed below, php-compatibility did not find any.
........ 8 / 8 (100%) Time: 51ms; Memory: 8MB
jQuery 4 compatibility: List of all custom JavaScript files
Any files listed below should be reviewed for jQuery 4 compatibility
web/modules/contrib/layout_builder_iframe_modal/js/iframe.js web/modules/contrib/layout_builder_iframe_modal/js/redirect.js
Diff for updating coreversionrequirement
diff --git a/layout_builder_iframe_modal.info.yml b/layout_builder_iframe_modal.info.yml index 3c52813..143ec43 100644 --- a/layout_builder_iframe_modal.info.yml +++ b/layout_builder_iframe_modal.info.yml @@ -1,7 +1,7 @@ name: Layout Builder iFrame Modal type: module description: 'Render Layout Builder edit forms in an iframe' -core_version_requirement: ^8 || ^9 || ^10 +core_version_requirement: ^10 || ^11 lifecycle: stable configure: layout_builder_iframe_modal.settings
- Status changed to Active
2 months ago 10:38pm 27 September 2024 - πΊπΈUnited States mark_fullmer Tucson
Merge request created, demonstrating passing FunctionalJavascript tests on Drupal 10 and Drupal 11. Setting to "Needs review"!
- πΊπΈUnited States mmarler
Tested in Drupal 10.3.10 and 11.0.9. Setting to RTBC.
- Status changed to RTBC
6 days ago 9:47pm 27 November 2024 - π§πͺBelgium svendecabooter Gent
Looks good to me.
Hopefully a new D11-compatible release can be tagged soon by the maintainers.