Skip to content

Commit

Permalink
IN-227 educationhistory.lib.unb.ca google_analyics ^2 -> ^4
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Jun 27, 2023
1 parent 9fe8b57 commit 31989ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
],
"require": {
"drupal/core": "9.5.8",
"drupal/google_analytics": "2.5",
"drupal/google_analytics": "^4",
"drupal/health_check": "1.3",
"drupal/redis": "1.6",
"unb-libraries/drupal-builder": "^9"
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true
},
"preferred-install": {
"*": "dist"
Expand Down
6 changes: 4 additions & 2 deletions config-yml/google_analytics.settings.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
_core:
default_config_hash: SMk3vOyh4KT6rXnqkDcNQ51YGpJzRV5hyig5SSIfU6U
account: UA-21618608-4
premium: false
account: G-DV1EVLKR95
domain_mode: 0
cross_domains: ''
visibility:
Expand All @@ -14,6 +13,7 @@ visibility:
track:
outbound: true
mailto: true
tel: false
files: true
files_extensions: '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip'
colorbox: true
Expand All @@ -27,6 +27,7 @@ track:
privacy:
anonymizeip: true
custom:
parameters: { }
dimension: { }
metric: { }
codesnippet:
Expand All @@ -36,3 +37,4 @@ codesnippet:
translation_set: false
cache: false
debug: false
premium: false

0 comments on commit 31989ee

Please sign in to comment.