Remove mention of Drupal 9 support from info.yml file

Created on 29 August 2024, 7 months ago
Updated 17 September 2024, 7 months ago

Problem/Motivation

The 2.0-beta9 release of the module adds compression to views configuration which is not available in older unsupported versions of Drupal (such as Drupal 9 or earlier). E.g. Drupal\Component\Utility\UrlHelper::compressQueryParameter() is not in the Drupal 9 API.

The info.yml still has 9.3 mentioned "Works with Drupal: ^9.3 || ^10 || ^11".

Drupal 9 API UrlHelper documentation

Drupal 10 API UrlHelper documentation

Steps to reproduce

  1. Install 2.0-beta9 on any Drupal 9 site (I installed it on 9.5.11)
  2. Create a block view
  3. Place that block in a View Paragraph on a Paragraph enabled page
  4. Attempt to load page

Proposed resolution

Update Drupal version to match supported versions of Drupal.

📌 Task
Status

Fixed

Component

Code

Created by

🇦🇺Australia john twyman

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