Drupal: update module

This commit is contained in:
Robert 2020-12-02 13:52:48 +01:00
parent 29b86c1887
commit ad0243e7b7
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
* Whether to show the cookie compliance banner.
*/
function hook_eu_cookie_compliance_geoip_match_alter(&$geoip_match) {
$geoip_match = FALSE;
$geoip_match['in_eu'] = FALSE;
}
/**

View File

@ -4,8 +4,8 @@ core = 7.x
configure = admin/config/system/eu-cookie-compliance
dependencies[] = ctools
; Information added by Drupal.org packaging script on 2020-10-21
version = "7.x-1.35"
; Information added by Drupal.org packaging script on 2020-11-28
version = "7.x-1.36"
core = "7.x"
project = "eu_cookie_compliance"
datestamp = "1603297775"
datestamp = "1606569905"