Skip to content

Commit 76413f6

Browse files
committed
release: 0.8.0 🎉
1 parent ddb3e73 commit 76413f6

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Piwik/Matomo Tracking</name>
55
<summary>Track users with Piwik/Matomo</summary>
66
<description>Track users with Piwik/Matomo</description>
7-
<version>0.7.0</version>
7+
<version>0.8.0</version>
88
<licence>agpl</licence>
99
<author>Klaus Herberth</author>
1010
<category>tools</category>

build/appinfo/app.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
$policy->addAllowedScriptDomain($allowedUrl);
3030
$policy->addAllowedImageDomain($allowedUrl);
31+
$policy->addAllowedConnectDomain($allowedUrl);
3132

3233
\OC::$server->getContentSecurityPolicyManager()->addDefaultPolicy($policy);
3334
}

build/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Piwik/Matomo Tracking</name>
55
<summary>Track users with Piwik/Matomo</summary>
66
<description>Track users with Piwik/Matomo</description>
7-
<version>0.7.0</version>
7+
<version>0.8.0</version>
88
<licence>agpl</licence>
99
<author>Klaus Herberth</author>
1010
<category>tools</category>
@@ -14,7 +14,7 @@
1414
<repository type="git">https://github.com/sualko/cloud_piwik.git</repository>
1515

1616
<dependencies>
17-
<nextcloud min-version="17" max-version="20"/>
17+
<nextcloud min-version="19" max-version="21"/>
1818
</dependencies>
1919

2020
<repair-steps>

build/js/track.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*!
2-
* cloud_piwik v0.7.0 - 2020-10-05
2+
* cloud_piwik v0.8.0 - 2021-02-12
33
*
4-
* Copyright (c) 2020 Klaus Herberth <klaus@jsxc.org> <br>
4+
* Copyright (c) 2021 Klaus Herberth <klaus@jsxc.org> <br>
55
* Released under the MIT license
66
*
77
* Please see https://github.com/sualko/cloud_piwik
88
*
99
* @author Klaus Herberth <klaus@jsxc.org>
10-
* @version 0.7.0
10+
* @version 0.8.0
1111
* @license MIT
1212
*/
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloud_piwik",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Track Nextcloud users with piwik/matomo",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)