- 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 scott_earnest
Ran into error trying to upload file:
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "file_validate_extensions" plugin does not exist.
file_validate_extensions is deprecated, see:
https://api.drupal.org/api/drupal/core%21modules%21file%21file.module/fu...
https://www.drupal.org/node/3363700 βfixed on commit above:
https://git.drupalcode.org/project/site_verify/-/merge_requests/2/diffs?... - Status changed to RTBC
2 months ago 7:27pm 3 September 2024 - πΊπΈUnited States scott_earnest
Tested on:
- Drupal 11.0.1
- PHP 8.3.10
- MySQL 8.0.19Verified:
- Verifications configuration can be viewed (/admin/config/search/verifications)
- Verifications can be added of types:
- meta tag
- file upload
- verification file & contents
- Verification meta tags and files are produced as expected.RTBC +1
- First commit to issue fork.
- π¦πΊAustralia elc
The last addition makes the module code compatible only with ^10.2 || ^11.
file_validate_extensions: Deprecated in drupal:10.2.0 and is removed from drupal:11.0.0.
I propose a new branch to drop support for the older versions and move forward with a D11 compatible version.
Such changes should also not be added to the "project-update-bot-only" branch.
- π¦πΊAustralia elc
Target correct dev branch for D11. Revert to Active just in case UpdateBot finds some needed changes.
- Status changed to Fixed
8 days ago 11:54am 7 November 2024 - π¦πΊAustralia elc
D11 support was fixed in this issue. It is now a duplicate.
@see π Automated Drupal 11 compatibility fixes for site_verify Needs review .