- 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
- First commit to issue fork.
- 🇺🇸United States wylbur Minneapolis, Minnesota, USA
Today I tested the automated Drupal 11 compatibility fixes. I installed the module with the fixes on a D11 dev site, and visually tested the module. While placing blocks with default values, the exposed defaults were available.
I also ran phpunit tests, which passed.
I updated the vbnefd_test_config_info.yml file, adding project names to views dependencies. This also passed phpunit testing.
One question, do you want to continue to provide support of Drupal 8 and 9? The current version supports ^8 || ^9 || ^10, while the proposed version is just ^10 || ^11. This could be addressed with a new major version instead of another rc release. That's more of a style issue up to the maintainers.
Ready for review.
- First commit to issue fork.
- 🇮🇳India rajeshreeputra Pune
Added GitLab CI to run tests. Pipeline is green, hence requesting review.