Skip to content

Commit 3bf38fd

Browse files
authored
Merge pull request #88 from phpbb-extensions/release/1.0.6
Release/1.0.6
2 parents 7a1f69b + 7245b32 commit 3bf38fd

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.6 - 2020-11-15
4+
5+
- Added support for Google Analytics Measurement ID. This is for users who have set up a Google Analytics 4 property with a Web data stream (which begins with "G-") instead of Universal Analytics (which begins with "UA-").
6+
37
## 1.0.5 - 2019-11-15
48

59
- Support added for Google Analytics new Global Site tag. Now there is an option to select whether you want to use the new Global Site tag (gtag.js), or the older Analytics tag (analytics.js). Existing installations will not be automatically switched over to the newer Global Site tag, however, fresh installs will default to the newer Global Site tag. Details about the new Global Site tag can be found in your Google Analytics Account Admin.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Google Analytics Extension
22

3-
An extension for phpBB 3.1 that allows administrators to easily add their Google Analytics tracking code to their phpBB forum.
3+
A phpBB official extension that allows administrators to easily add Google Analytics to their forums.
44

55
[![Build Status](https://github.com/phpbb-extensions/googleanalytics/workflows/Tests/badge.svg)](https://github.com/phpbb-extensions/googleanalytics/actions)
66
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/phpbb-extensions/googleanalytics/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/phpbb-extensions/googleanalytics/?branch=master)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "phpbb/googleanalytics",
33
"type": "phpbb-extension",
4-
"description": "An extension that allows administrators to easily add their Google Analytics tracking code to their phpBB forum.",
4+
"description": "A phpBB official extension that allows administrators to easily add Google Analytics to their forums.",
55
"homepage": "https://www.phpbb.com",
6-
"version": "1.0.5",
6+
"version": "1.0.6",
77
"keywords": ["phpbb", "extension", "google", "analytics"],
88
"license": "GPL-2.0-only",
99
"authors": [

0 commit comments

Comments
 (0)