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

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2017-05-02 11:50:55 +0300
committersualko <klaus@jsxc.org>2017-05-02 11:50:55 +0300
commitf93fd57966f5a910857e4707a0d9cd672a2943c1 (patch)
treebc21530e9c5ef2c05ac1c08ba7eab48fca014917
parent70e1076aae360ba26dea472a584175ef2a56d787 (diff)
build v3.2.0-beta.3 for nc 12v3.2.0-beta.3
-rwxr-xr-xappinfo/info.xml5
-rw-r--r--build/appinfo/info.xml5
-rw-r--r--build/css/jsxc.oc.css4
-rw-r--r--build/js/eof.js4
-rw-r--r--build/js/ojsxc.js4
-rw-r--r--build/lib/Settings/Section.php4
-rw-r--r--package.json2
7 files changed, 13 insertions, 15 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6d6839a..f081dd9 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>JavaScript XMPP Chat</name>
<summary>Facebook-like chat</summary>
<description>Facebook-like chat with end-to-end encrypted conversation, video calls, multi-user rooms, XMPP and internal server backend.</description>
- <version>3.2.0-beta.2</version>
+ <version>3.2.0-beta.3</version>
<licence>agpl</licence>
<author mail="klaus@jsxc.org">Klaus Herberth</author>
<author>Tobia De Koninck</author>
@@ -37,8 +37,7 @@
<lib>xmlreader</lib>
<lib>xmlwriter</lib>
<lib>dom</lib>
- <owncloud min-version="8.0" max-version="9"/>
- <nextcloud min-version="8.1" max-version="12"/>
+ <nextcloud min-version="12" max-version="12"/>
</dependencies>
<ocsid>162257</ocsid>
diff --git a/build/appinfo/info.xml b/build/appinfo/info.xml
index 6d6839a..f081dd9 100644
--- a/build/appinfo/info.xml
+++ b/build/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>JavaScript XMPP Chat</name>
<summary>Facebook-like chat</summary>
<description>Facebook-like chat with end-to-end encrypted conversation, video calls, multi-user rooms, XMPP and internal server backend.</description>
- <version>3.2.0-beta.2</version>
+ <version>3.2.0-beta.3</version>
<licence>agpl</licence>
<author mail="klaus@jsxc.org">Klaus Herberth</author>
<author>Tobia De Koninck</author>
@@ -37,8 +37,7 @@
<lib>xmlreader</lib>
<lib>xmlwriter</lib>
<lib>dom</lib>
- <owncloud min-version="8.0" max-version="9"/>
- <nextcloud min-version="8.1" max-version="12"/>
+ <nextcloud min-version="12" max-version="12"/>
</dependencies>
<ocsid>162257</ocsid>
diff --git a/build/css/jsxc.oc.css b/build/css/jsxc.oc.css
index 477f787..3b63712 100644
--- a/build/css/jsxc.oc.css
+++ b/build/css/jsxc.oc.css
@@ -1,5 +1,5 @@
/*!
- * ojsxc v3.2.0-beta.2 - 2017-04-28
+ * ojsxc v3.2.0-beta.3 - 2017-05-02
*
* Copyright (c) 2017 Klaus Herberth <klaus@jsxc.org> <br>
* Released under the MIT license
@@ -7,7 +7,7 @@
* Please see http://www.jsxc.org/
*
* @author Klaus Herberth <klaus@jsxc.org>
- * @version 3.2.0-beta.2
+ * @version 3.2.0-beta.3
* @license MIT
*/
diff --git a/build/js/eof.js b/build/js/eof.js
index 7b29a9b..0b07b8b 100644
--- a/build/js/eof.js
+++ b/build/js/eof.js
@@ -1,5 +1,5 @@
/*!
- * ojsxc v3.2.0-beta.2 - 2017-04-28
+ * ojsxc v3.2.0-beta.3 - 2017-05-02
*
* Copyright (c) 2017 Klaus Herberth <klaus@jsxc.org> <br>
* Released under the MIT license
@@ -7,7 +7,7 @@
* Please see http://www.jsxc.org/
*
* @author Klaus Herberth <klaus@jsxc.org>
- * @version 3.2.0-beta.2
+ * @version 3.2.0-beta.3
* @license MIT
*/
diff --git a/build/js/ojsxc.js b/build/js/ojsxc.js
index 2f26d28..24d22a4 100644
--- a/build/js/ojsxc.js
+++ b/build/js/ojsxc.js
@@ -1,5 +1,5 @@
/*!
- * ojsxc v3.2.0-beta.2 - 2017-04-28
+ * ojsxc v3.2.0-beta.3 - 2017-05-02
*
* Copyright (c) 2017 Klaus Herberth <klaus@jsxc.org> <br>
* Released under the MIT license
@@ -7,7 +7,7 @@
* Please see http://www.jsxc.org/
*
* @author Klaus Herberth <klaus@jsxc.org>
- * @version 3.2.0-beta.2
+ * @version 3.2.0-beta.3
* @license MIT
*/
diff --git a/build/lib/Settings/Section.php b/build/lib/Settings/Section.php
index 9613a03..c6aca62 100644
--- a/build/lib/Settings/Section.php
+++ b/build/lib/Settings/Section.php
@@ -4,9 +4,9 @@ namespace OCA\OJSXC\Settings;
use OCP\IL10N;
use OCP\IURLGenerator;
-use OCP\Settings\ISection;
+use OCP\Settings\IIconSection;
-class Section implements ISection
+class Section implements IIconSection
{
/** @var IL10N */
private $l;
diff --git a/package.json b/package.json
index d216b37..545f3d1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ojsxc",
- "version": "3.2.0-beta.2",
+ "version": "3.2.0-beta.3",
"description": "Real-time chat app for Nextcloud",
"homepage": "http://www.jsxc.org/",
"bugs": "https://github.com/jsxc/jsxc/issues",