Problem/Motivation
The Drupal Core versions before 8.7.7 do not recognize the core_version_requirement key in info file.
Steps to reproduce
Try installing the module in D8 versions < 8.8
Proposed resolution
Could solve the issue by doing any one of these changes
1. Add core: 8.x to the info file
2. Replace core_version_requirement to ^8.8 || ^9 || ^10
A better solution is the second one.
Issue fork active_campaign_api_integration-3403708
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
vivek_lnwebworks commentedComment #3
vivek_lnwebworks commentedComment #4
chancenyasulu commentedComment #7
chetan 11 commentedHi,
I have updated the latest code as mentioned on above, please check the raised MR.
Thanks.
Comment #8
chancenyasulu commentedComment #9
chancenyasulu commented