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.
Issue fork gin_gutenberg-3316711
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
Comment #2
martins.bruvelisComment #4
mlncn commentedThis applies against 1.1.x (oddly not selectable as a version) and fixes the blocking error.
Comment #7
doxigo commentedPerfect, thanks guys for the patch. merged and will tag a new release