Problem/Motivation
The recent release includes core_version_requirement: ^8 || ^9 || ^10, with no core key the older versions of d8 will not be supported.
Proposed resolution
Change core_version_requirement to core_version_requirement: ^8.9 || ^9 || ^10.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | d8-compatibility.patch | 416 bytes | omkar-pd |
Issue fork twitter_api_block-3302775
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:
- 4.0.x
compare
- 3302775-d8-compatibility
changes, plain diff MR !5
Comments
Comment #4
omkar-pd commentedComment #6
matthieuscarset commentedThank you for this report @omkar-pd
I didn't know the minor version needed to be specify for D8.
Your patch is applied on
4.0.2.Could you please confirm this fixes the issue?
Comment #7
omkar-pd commentedWorking fine. Thank you :)
Comment #8
matthieuscarset commented