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-03-04 19:28:34 +0300
committersualko <klaus@jsxc.org>2020-03-04 19:28:34 +0300
commit63c1c0a2b482b5d71ceaf4e8d1f8e5789812af85 (patch)
treef9c8a3f23b85701d3ac2a5ec77c253e3355627b1
parentf88d48334314619c8815300a086e4427bc9c6673 (diff)
build v0.5.4v0.5.4
-rwxr-xr-xappinfo/info.xml2
-rw-r--r--build/appinfo/info.xml4
-rw-r--r--build/js/track.js6
-rw-r--r--package.json2
4 files changed, 7 insertions, 7 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index db93d27..46c07da 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.3</version>
+ <version>0.5.4</version>
<licence>agpl</licence>
<author>Klaus Herberth</author>
<category>tools</category>
diff --git a/build/appinfo/info.xml b/build/appinfo/info.xml
index caa857f..46c07da 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.3</version>
+ <version>0.5.4</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="17"/>
+ <nextcloud min-version="14" max-version="18"/>
</dependencies>
<repair-steps>
diff --git a/build/js/track.js b/build/js/track.js
index 91f11b2..a08b055 100644
--- a/build/js/track.js
+++ b/build/js/track.js
@@ -1,13 +1,13 @@
/*!
- * cloud_piwik v0.5.3 - 2019-08-22
+ * cloud_piwik v0.5.4 - 2020-03-04
*
- * Copyright (c) 2019 Klaus Herberth <klaus@jsxc.org> <br>
+ * Copyright (c) 2020 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.5.3
+ * @version 0.5.4
* @license MIT
*/
diff --git a/package.json b/package.json
index 94c25f3..55d9ea4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cloud_piwik",
- "version": "0.5.3",
+ "version": "0.5.4",
"description": "Track Nextcloud users with piwik/matomo",
"repository": {
"type": "git",