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>2020-08-14 11:10:12 +0300
committersualko <klaus@jsxc.org>2020-08-14 11:10:12 +0300
commit489e1b473fffa35331cd9de1bf0c932a3ff2d3f1 (patch)
tree65a4d650f6e3459a5a040fc43c237072842cf301
parent6b716c4017efda2bcb569349069df5c095219773 (diff)
release: v0.6.0v0.6.0
-rwxr-xr-xappinfo/info.xml2
-rw-r--r--build/appinfo/info.xml4
-rw-r--r--build/js/track.js4
-rw-r--r--package.json2
4 files changed, 6 insertions, 6 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5c25ccc..c4241ce 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.5.4</version>
+ <version>0.6.0</version>
<licence>agpl</licence>
<author>Klaus Herberth</author>
<category>tools</category>
diff --git a/build/appinfo/info.xml b/build/appinfo/info.xml
index 46c07da..c4241ce 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.5.4</version>
+ <version>0.6.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="14" max-version="18"/>
+ <nextcloud min-version="14" max-version="19"/>
</dependencies>
<repair-steps>
diff --git a/build/js/track.js b/build/js/track.js
index a08b055..8003d2e 100644
--- a/build/js/track.js
+++ b/build/js/track.js
@@ -1,5 +1,5 @@
/*!
- * cloud_piwik v0.5.4 - 2020-03-04
+ * cloud_piwik v0.6.0 - 2020-08-14
*
* Copyright (c) 2020 Klaus Herberth <klaus@jsxc.org> <br>
* Released under the MIT license
@@ -7,7 +7,7 @@
* Please see https://github.com/sualko/cloud_piwik
*
* @author Klaus Herberth <klaus@jsxc.org>
- * @version 0.5.4
+ * @version 0.6.0
* @license MIT
*/
diff --git a/package.json b/package.json
index 55d9ea4..7f21bfe 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cloud_piwik",
- "version": "0.5.4",
+ "version": "0.6.0",
"description": "Track Nextcloud users with piwik/matomo",
"repository": {
"type": "git",