Problem/Motivation

Version requirements for 1.1.3 lists the gitlab branch 1.0.x requirements, i.e., core_version_requirement: ^8.6 || ^9.3 || ^10, instead the core_version_requirement: ^9.3 || ^10 from 1.1.x branch.

Steps to reproduce

Running drush updatedb after upgrading from version 1.1.2 to version 1.1.3, error message is displayed - The 'core_version_requirement' can not be used to specify compatibility for a specific version before 8.7.7 in modules/composer/gin_gutenberg/gin_gutenberg.info.yml and the website stops working.

Proposed resolution

Revise the version requirements, i.e., core_version_requirement: ^8 || ^9.3 || ^10.

Remaining tasks

Create patch.

User interface changes

None.

API changes

None.

Data model changes

None.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

martins.bruvelis created an issue. See original summary.

martins.bruvelis’s picture

Issue summary: View changes

mlncn’s picture

Status: Active » Reviewed & tested by the community

This applies against 1.1.x (oddly not selectable as a version) and fixes the blocking error.

doxigo made their first commit to this issue’s fork.

doxigo’s picture

Status: Reviewed & tested by the community » Fixed

Perfect, thanks guys for the patch. merged and will tag a new release

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.