mjordan / ip_range_access

Drupal 10 Context module to control access to content based on user's IP address
GNU General Public License v2.0
1 stars 2 forks source link

Drupal 9 compatability #8

Closed RodBruce closed 5 months ago

RodBruce commented 1 year ago

When I try to install the module on an Islandora site using Drupal 9 I get the error: Unable to install modules: module 'ip_range_access' is incompatible with this version of Drupal core.

I added : core_version_requirement: ^8 || ^9

To the ip_range_access.info.yml file and was then able to install the module.

Thanks

mjordan commented 5 months ago

Changed to `core_version_requirement: ^9 || ^10.