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>2017-05-29 16:39:53 +0300
committersualko <klaus@jsxc.org>2017-05-29 16:39:53 +0300
commit1c89a92f0e7b207b66b18d9d01c3bea27c2e7821 (patch)
treedbb5262a995734493572d2e10bcce18a935cdd97
parent6e6e864a0fc3e0a16309d5201c8a17b09de2e868 (diff)
build v0.3.0v0.3.0
-rwxr-xr-xappinfo/info.xml2
-rw-r--r--appinfo/version2
-rw-r--r--build/appinfo/info.xml6
-rw-r--r--build/appinfo/version2
-rw-r--r--build/js/settings-admin.js4
-rw-r--r--build/js/track.js4
-rw-r--r--package.json2
7 files changed, 11 insertions, 11 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5baa3b3..eaa82a7 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Piwik Tracking</name>
<summary>Track users with piwik</summary>
<description>Track users with piwik</description>
- <version>0.2.0</version>
+ <version>0.3.0</version>
<licence>agpl</licence>
<author>Klaus Herberth</author>
<category>tools</category>
diff --git a/appinfo/version b/appinfo/version
index 0ea3a94..0d91a54 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-0.2.0
+0.3.0
diff --git a/build/appinfo/info.xml b/build/appinfo/info.xml
index be0de69..eaa82a7 100644
--- a/build/appinfo/info.xml
+++ b/build/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Piwik Tracking</name>
<summary>Track users with piwik</summary>
<description>Track users with piwik</description>
- <version>0.2.0</version>
+ <version>0.3.0</version>
<licence>agpl</licence>
<author>Klaus Herberth</author>
<category>tools</category>
@@ -14,8 +14,8 @@
<repository type="git">https://github.com/sualko/owncloud_piwik.git</repository>
<dependencies>
- <owncloud min-version="8.0" max-version="9"/>
- <nextcloud min-version="8.0" max-version="11"/>
+ <owncloud min-version="8.0" max-version="10"/>
+ <nextcloud min-version="8.0" max-version="12"/>
</dependencies>
<ocsid>171304</ocsid>
diff --git a/build/appinfo/version b/build/appinfo/version
index 0ea3a94..0d91a54 100644
--- a/build/appinfo/version
+++ b/build/appinfo/version
@@ -1 +1 @@
-0.2.0
+0.3.0
diff --git a/build/js/settings-admin.js b/build/js/settings-admin.js
index 3b56a14..fbf73cd 100644
--- a/build/js/settings-admin.js
+++ b/build/js/settings-admin.js
@@ -1,5 +1,5 @@
/*!
- * owncloud_piwik v0.2.0 - 2017-01-13
+ * owncloud_piwik v0.3.0 - 2017-05-29
*
* Copyright (c) 2017 Klaus Herberth <klaus@jsxc.org> <br>
* Released under the MIT license
@@ -7,7 +7,7 @@
* Please see https://github.com/sualko/owncloud_piwik
*
* @author Klaus Herberth <klaus@jsxc.org>
- * @version 0.2.0
+ * @version 0.3.0
* @license MIT
*/
diff --git a/build/js/track.js b/build/js/track.js
index 981a1ce..d52af12 100644
--- a/build/js/track.js
+++ b/build/js/track.js
@@ -1,5 +1,5 @@
/*!
- * owncloud_piwik v0.2.0 - 2017-01-13
+ * owncloud_piwik v0.3.0 - 2017-05-29
*
* Copyright (c) 2017 Klaus Herberth <klaus@jsxc.org> <br>
* Released under the MIT license
@@ -7,7 +7,7 @@
* Please see https://github.com/sualko/owncloud_piwik
*
* @author Klaus Herberth <klaus@jsxc.org>
- * @version 0.2.0
+ * @version 0.3.0
* @license MIT
*/
diff --git a/package.json b/package.json
index c273d1e..5003698 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "owncloud_piwik",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "Track owncloud/nextcloud users with piwik",
"repository": {
"type": "git",