Skip to content

Commit 3c21c4a

Browse files
committed
Bump to version 1.0.4
1 parent de26841 commit 3c21c4a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 1.0.4 - 2018-05-17
4+
5+
- Added an option to enable visitor IP anonymization. This is recommended by Google to make the data collected for Analytics compliant with the EU‘s GDPR laws which go into effect May 25, 2018.
6+
- Added German translation (formal and casual)
7+
38
## 1.0.3 - 2017-08-04
49

510
- Minor code improvements

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"description": "An extension that allows administrators to easily add their Google Analytics tracking code to their phpBB forum.",
55
"homepage": "https://www.phpbb.com",
6-
"version": "1.0.3",
6+
"version": "1.0.4",
77
"keywords": ["phpbb", "extension", "google", "analytics"],
88
"license": "GPL-2.0-only",
99
"authors": [
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"name": "Matt Friedman",
24-
"homepage": "http://mattfriedman.me",
24+
"homepage": "http://vsephpbb.github.io",
2525
"role": "Extensions Development Team Lead"
2626
},
2727
{

0 commit comments

Comments
 (0)