Drupal 10 compatibility

Created on 7 February 2024, 10 months ago
Updated 23 February 2024, 9 months ago

Problem/Motivation

Need a Drupal 10 compatible release

Simple Feedback
Scanned on Mon, 01/29/2024 - 08:28.

2 errors found. 1 warning found. Avoid some manual work by using drupal-rector
for fixing issues automatically or Upgrade Rector to generate patches.

web/modules/contrib/simple_feedback/src/Plugin/Block/SimpleFeedbackBlock.php:
┌──────────┬──────┬─────────────────────────────────────────────────────────┐
│  STATUS  │ LINE │                         MESSAGE                         │
├──────────┼──────┼─────────────────────────────────────────────────────────┤
│ Fix with │ 53   │ Call to deprecated function render(). Deprecated in     │
│ rector   │      │ drupal:9.3.0 and is removed from drupal:10.0.0. Use     │
│          │      │ Drupal\Core\Render\RendererInterface::render() instead. │
│          │      │                                                         │
│ Fix with │ 54   │ Call to deprecated function render(). Deprecated in     │
│ rector   │      │ drupal:9.3.0 and is removed from drupal:10.0.0. Use     │
│          │      │ Drupal\Core\Render\RendererInterface::render() instead. │
│          │      │                                                         │
└──────────┴──────┴─────────────────────────────────────────────────────────┘

web/modules/contrib/simple_feedback/simple_feedback.info.yml:
┌──────────┬──────┬───────────────────────────────────────────────────────────┐
│  STATUS  │ LINE │                          MESSAGE                          │
├──────────┼──────┼───────────────────────────────────────────────────────────┤
│ Check    │ 0    │ Add core_version_requirement: ^9 || ^10 to designate that │
│ manually │      │ the extension is compatible with Drupal 10. See           │
│          │      │ https://drupal.org/node/3070687.                          │
│          │      │                                                           │
└──────────┴──────┴───────────────────────────────────────────────────────────┘

Steps to reproduce

N/A

Proposed resolution

N/A

Remaining tasks

N/A

User interface changes

N/A

API changes

N/A

Data model changes

N/A

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇧🇪Belgium baikho Antwerp, BE

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024