Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-02-12 13:53:40 +0300
committersualko <klaus@jsxc.org>2021-02-12 13:53:40 +0300
commit76413f66eba19aa003a633afe205ba7868c08929 (patch)
tree89f815639b956941952a8cf64ea00c9d88488680
parentddb3e73cf6357bcd2235ca2adf53b178faa3d99c (diff)
release: 0.8.0 :tada:v0.8.0
-rwxr-xr-xappinfo/info.xml2
-rw-r--r--build/appinfo/app.php1
-rw-r--r--build/appinfo/info.xml4
-rw-r--r--build/js/track.js6
-rw-r--r--package.json2
5 files changed, 8 insertions, 7 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 904c61c..8f267c3 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Piwik/Matomo Tracking</name>
<summary>Track users with Piwik/Matomo</summary>
<description>Track users with Piwik/Matomo</description>
- <version>0.7.0</version>
+ <version>0.8.0</version>
<licence>agpl</licence>
<author>Klaus Herberth</author>
<category>tools</category>
diff --git a/build/appinfo/app.php b/build/appinfo/app.php
index 158a84c..58b637c 100644
--- a/build/appinfo/app.php
+++ b/build/appinfo/app.php
@@ -28,6 +28,7 @@ if (!empty($url)) {
$policy->addAllowedScriptDomain($allowedUrl);
$policy->addAllowedImageDomain($allowedUrl);
+ $policy->addAllowedConnectDomain($allowedUrl);
\OC::$server->getContentSecurityPolicyManager()->addDefaultPolicy($policy);
}
diff --git a/build/appinfo/info.xml b/build/appinfo/info.xml
index 7ca806d..8f267c3 100644
--- a/build/appinfo/info.xml
+++ b/build/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Piwik/Matomo Tracking</name>
<summary>Track users with Piwik/Matomo</summary>
<description>Track users with Piwik/Matomo</description>
- <version>0.7.0</version>
+ <version>0.8.0</version>
<licence>agpl</licence>
<author>Klaus Herberth</author>
<category>tools</category>
@@ -14,7 +14,7 @@
<repository type="git">https://github.com/sualko/cloud_piwik.git</repository>
<dependencies>
- <nextcloud min-version="17" max-version="20"/>
+ <nextcloud min-version="19" max-version="21"/>
</dependencies>
<repair-steps>
diff --git a/build/js/track.js b/build/js/track.js
index 31ee5d4..d983dbe 100644
--- a/build/js/track.js
+++ b/build/js/track.js
@@ -1,13 +1,13 @@
/*!
- * cloud_piwik v0.7.0 - 2020-10-05
+ * cloud_piwik v0.8.0 - 2021-02-12
*
- * Copyright (c) 2020 Klaus Herberth <klaus@jsxc.org> <br>
+ * Copyright (c) 2021 Klaus Herberth <klaus@jsxc.org> <br>
* Released under the MIT license
*
* Please see https://github.com/sualko/cloud_piwik
*
* @author Klaus Herberth <klaus@jsxc.org>
- * @version 0.7.0
+ * @version 0.8.0
* @license MIT
*/
diff --git a/package.json b/package.json
index 90d310b..c2e6e9f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cloud_piwik",
- "version": "0.7.0",
+ "version": "0.8.0",
"description": "Track Nextcloud users with piwik/matomo",
"repository": {
"type": "git",