- 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 (MR) 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 or merging the MR, will allow the Project Update Bot β to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-127659These packages were used to generate the fixes:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.9
- palantirnet/drupal-rector: 0.20.1
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) 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 or merging the MR, will allow the Project Update Bot β to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-199781These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.2
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.3
Hello,
I have created a patch for 1.4.x to make it compatible with Drupal 11.- π¨π¦Canada jeslin.shaji
Fixed an error "ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct()"
- First commit to issue fork.
- πͺπΈSpain estoyausente
Hi,
I fixed a couple of bugs and tested with a clean Drupal 11 instance and it seems work. I used the bot branch as a base branch to work and check. only found a couple of error, both are fixed.
The changes made are:
- Fixed a bug in the config form, now the ConfigFormBase need an extra param. Added.
- Fixed the file_validate_extensions in the import form. The options is not available anymore and its replaced by FileExtension.The MR still have the warnings but they're not related with the D11 version, they should be fixed in a different issue I think.
-
nginex β
committed c78fee77 on 1.4.x authored by
estoyausente β
Resolve #3434592 "Drupal11 compatibility"
-
nginex β
committed c78fee77 on 1.4.x authored by
estoyausente β
- πΊπ¦Ukraine nginex
Thanks all for the contribution, I have made a few tricks, so the module still works on Drupal 9.3 and above.
I tested it on Drupal 10 and 11, works like a charm