module updates (last compatible modules before upgrade core to 9 bis)
This commit is contained in:
parent
38988d1c71
commit
7bc35bdc1f
|
@ -107,7 +107,7 @@
|
|||
"drupal/flood_control": "^2.1",
|
||||
"drupal/gdpr": "^3.0@alpha",
|
||||
"drupal/genpass": "^1.x-dev",
|
||||
"drupal/google_analytics": "^2.5",
|
||||
"drupal/google_analytics": "^4.0",
|
||||
"drupal/graphql": "^4.0",
|
||||
"drupal/image_delta_formatter": "^1.x-dev",
|
||||
"drupal/image_effects": "3.x-dev@dev",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "55bcc6767c87e542ee59934848dd7926",
|
||||
"content-hash": "1db5f54d5aec78f6019b3d4f5eaadfba",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/zippy",
|
||||
|
@ -8701,20 +8701,20 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/google_analytics",
|
||||
"version": "2.5.0",
|
||||
"version": "4.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/google_analytics.git",
|
||||
"reference": "8.x-2.5"
|
||||
"reference": "4.0.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/google_analytics-8.x-2.5.zip",
|
||||
"reference": "8.x-2.5",
|
||||
"shasum": "9e0ff72cc313bf9295fe8bd73a68f5f7688513ab"
|
||||
"url": "https://ftp.drupal.org/files/projects/google_analytics-4.0.0.zip",
|
||||
"reference": "4.0.0",
|
||||
"shasum": "4f761d4c852d11966f7289b0eb6431cc8db27240"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.8.6|^9.0"
|
||||
"drupal/core": "^8.9|^9.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/token": "^1.7"
|
||||
|
@ -8722,15 +8722,15 @@
|
|||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-2.5",
|
||||
"datestamp": "1591298527",
|
||||
"version": "4.0.0",
|
||||
"datestamp": "1634230238",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-8.x-2.x": "2.x-dev"
|
||||
"dev-4.x": "4.x-dev"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
|
@ -8766,7 +8766,7 @@
|
|||
"description": "Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.",
|
||||
"homepage": "https://www.drupal.org/project/google_analytics",
|
||||
"support": {
|
||||
"source": "https://git.drupal.org/project/google_analytics.git",
|
||||
"source": "https://git.drupalcode.org/project/google_analytics",
|
||||
"issues": "https://www.drupal.org/project/issues/google_analytics"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -26,11 +26,10 @@ track:
|
|||
site_search: false
|
||||
adsense: false
|
||||
displayfeatures: false
|
||||
tel: true
|
||||
privacy:
|
||||
anonymizeip: true
|
||||
custom:
|
||||
dimension: { }
|
||||
metric: { }
|
||||
custom: { }
|
||||
codesnippet:
|
||||
create: { }
|
||||
before: ''
|
||||
|
|
Loading…
Reference in New Issue