- 🇦🇹Austria maxilein
CONTRIBUTED PROJECTS
--------------------------------------------------------------------------------
Formatter Suite 8.x-1.3
Scanned on Thu, 2023-01-26 - 17:09.2 errors found. 2 warnings found. Avoid some manual work by using drupal-rector
for fixing issues automatically or Upgrade Rector to generate patches.modules/contrib/formatter_suite/formatter_suite.module:
┌──────────┬──────┬──────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼──────────────────────────────────────────────────────────────┤
│ Fix with │ 602 │ Call to deprecated function drupal_get_path(). Deprecated in │
│ rector │ │ drupal:9.3.0 and is removed from drupal:10.0.0. Use │
│ │ │ Drupal\Core\Extension\ExtensionPathResolver::getPath() │
│ │ │ instead. │
│ │ │ │
└──────────┴──────┴──────────────────────────────────────────────────────────────┘modules/contrib/formatter_suite/src/Plugin/Field/FieldFormatter/GeneralFileLinkF
ormatter.php:
┌──────────┬──────┬──────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼──────────────────────────────────────────────────────────────┤
│ Fix with │ 757 │ Call to deprecated function file_create_url(). Deprecated in │
│ rector │ │ drupal:9.3.0 and is removed from drupal:10.0.0. Use the │
│ │ │ appropriate method on │
│ │ │ \Drupal\Core\File\FileUrlGeneratorInterface instead. │
│ │ │ │
└──────────┴──────┴──────────────────────────────────────────────────────────────┘modules/contrib/formatter_suite/formatter_suite.libraries.yml:
┌──────────┬──────┬──────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼──────────────────────────────────────────────────────────────┤
│ Check │ 0 │ The 'formatter_suite.text_with_expand_collapse_buttons' │
│ manually │ │ library is depending on a deprecated library. The │
│ │ │ core/jquery.once asset library is deprecated in Drupal 9.3.0 │
│ │ │ and will be removed in Drupal 10.0.0. Use the core/once │
│ │ │ library instead. See https://www.drupal.org/node/3158256 → │
│ │ │ │
└──────────┴──────┴──────────────────────────────────────────────────────────────┘modules/contrib/formatter_suite/formatter_suite.info.yml:
┌──────────┬──────┬────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼────────────────────────────────────────────────────────────┤
│ Check │ 0 │ Value of core_version_requirement: ^8.8 || ^9 is not │
│ manually │ │ compatible with the next major version of Drupal core. See │
│ │ │ https://drupal.org/node/3070687. │
│ │ │ │
└──────────┴──────┴────────────────────────────────────────────────────────────┘ - 🇺🇸United States inglesaaron
This is an updated patch to resolve the remaining Drupal 10 issues found by the Upgrade Status module.
- 🇺🇸United States inglesaaron
This fixes an issue with updating the info file in my last patch.
- Status changed to Fixed
7 months ago 2:24pm 17 April 2024 - 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
2.0.x is compatible with Drupal 10 and 8.x-1.x is no longer supported.
Automatically closed - issue fixed for 2 weeks with no activity.