From bf8506c2b51a00fe7187739903f6b09041a59fb6 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 21 Sep 2026 20:14:35 +0200 Subject: [PATCH] restored google_analitycs --- composer.json | 1 + composer.lock | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 73 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a722d361..d93868bd 100644 --- a/composer.json +++ b/composer.json @@ -103,6 +103,7 @@ "drupal/flood_control": "^2.3", "drupal/gdpr": "^3.1", "drupal/genpass": "^2.0", + "drupal/google_analytics": "4.0.3", "drupal/graphql": "^4.7", "drupal/image_delta_formatter": "^1.2", "drupal/jquery_ui_button": "^2.1", diff --git a/composer.lock b/composer.lock index 663793e6..022b9c8d 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "5e4c3529ac9e47e542248819056349a0", + "content-hash": "b1ff326d85d0971c769c629e54e6feab", "packages": [ { "name": "asm89/stack-cors", @@ -7121,6 +7121,77 @@ "irc": "irc://irc.freenode.org/drupal-contribute" } }, + { + "name": "drupal/google_analytics", + "version": "4.0.3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/google_analytics.git", + "reference": "4.0.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/google_analytics-4.0.3.zip", + "reference": "4.0.3", + "shasum": "faaae65a3b52d842ceef78fd2b2ef6344f3a21a0" + }, + "require": { + "drupal/core": "^9.5 || ^10 || ^11" + }, + "require-dev": { + "drupal/token": "^1.7" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "4.0.3", + "datestamp": "1734385014", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "branch-alias": { + "dev-4.x": "4.x-dev" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "See contributors", + "homepage": "https://www.drupal.org/node/49388/committers" + }, + { + "name": "budda", + "homepage": "https://www.drupal.org/user/13164" + }, + { + "name": "ixismark", + "homepage": "https://www.drupal.org/user/3632333" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "roberto.rivera.ixis", + "homepage": "https://www.drupal.org/user/3632325" + } + ], + "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.drupalcode.org/project/google_analytics", + "issues": "https://www.drupal.org/project/issues/google_analytics" + } + }, { "name": "drupal/graphql", "version": "4.14.0",