iek module cannot be installed on Drupal 9.x as it does not have the required following line in the info.yml file
core_version_requirement: ^8 || ^9

Comments

toamit created an issue. See original summary.

marcusvsouza’s picture

Assigned: Unassigned » marcusvsouza

Working on it!

marcusvsouza’s picture

Status: Active » Needs review
StatusFileSize
new306 bytes

The .info.yml has already changed, i worked on the .json file.

vikashsoni’s picture

Thanks for the patch
patch apply successfully

marcusvsouza’s picture

Assigned: marcusvsouza » Unassigned
audioroger’s picture

StatusFileSize
new1.45 KB

I was having issues installing this due to core: 8.x not wanting to live alongside the core_version_requirement:.

I've updated iek.info.yml and composer.json and confirmed this installs on 9.2.6. I've also updated the readme to include mention of D9 compatibility.

There is still a theoretical issue where someone could attempt to install Drupal 8.0.x - 8.1.x and run into compatibility issues, but since those versions are old and deprecated I think the risk is tolerable.

Also worth noting that this patch is against the 1.1.0 tag https://git.drupalcode.org/project/iek/-/tags/8.x-1.1 since a tag wasn't cut for the latest commit https://git.drupalcode.org/project/iek/-/commit/1d911c0558cd13f33420ff43... and I didn't want to base off of a dev branch.

lonalore’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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