- Issue created by @mmarler
- Status changed to Needs review
6 months ago 10:18am 20 May 2024 - 🇮🇳India sarwan_verma
Hi @mmarler,
I have fixed this issue "Drupal 11 compatibility" and also attached patch ,
please review and verify . - First commit to issue fork.
- Merge request !6Update info.yml file to use drupal 10 or 11 and drop 9 support → (Merged) created by ricksta
- Status changed to Fixed
6 months ago 10:12pm 24 May 2024 - 🇺🇸United States ricksta
Hi @sarwan_verma, I just wanted to note that as written above:
"This module uses Gitlab CI for automated testing of proposed code changes. To contribute code changes, create a merge request. Patch files will not trigger automated testing and are not sufficient for review." - 🇺🇸United States ricksta
Below is a new report of the results of the Drupal 11 check for:
- Check for Drupal 11 code compatibility
- Check for PHP 8.3 compatibility
- Check for jQuery 4 compatibility
# Drupal 11 compatibility audit: breadcrumbs_visibility ## References - Drupal 10 deprecations: https://dev.acquia.com/drupal10/deprecation_status/errors - jQuery 4 deprecations: https://blog.jquery.com/2024/02/06/jquery-4-0-0-beta/ ## Composer - [x] This module does not have a composer.json file ## 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. ``` Time: 942ms; Memory: 8MB ``` ## jQuery 4 compatibility: List of all custom JavaScript files Any files listed below should be reviewed for [jQuery 4 compatibility](https://blog.jquery.com/2024/02/06/jquery-4-0-0-beta/) ``` ``` ## Diff for updating core_version_requirement ```diff ```
Automatically closed - issue fixed for 2 weeks with no activity.