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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-04-02 18:01:29 +0300
committerGitHub <noreply@github.com>2020-04-02 18:01:29 +0300
commitb2fbd2757caed3c6023781f4ef51893f722d8912 (patch)
treea3741bf97eae975144342dc13e04937575771c9c
parent43948dcd795cced21b5a0a0c7c4d9abf1253c148 (diff)
parent90ea4b0c83bd81b8a591f7ce22c0a22f24dcd66c (diff)
Merge pull request #3247 from nextcloud/backport/3245/stable18v8.0.7
[stable18] Add changelog for 8.0.7
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06708d4b7..0991f85b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 8.0.7 – 2020-04-02
+### Fixed
+- Calls in files and public sharing sidebar don't work
+ [#3241](https://github.com/nextcloud/spreed/pull/3241)
+- Add another missing index to the participants table to reduce the load
+ [#3239](https://github.com/nextcloud/spreed/pull/3239)
+- Fix blank page on Internet Explorer 11
+ [#3240](https://github.com/nextcloud/spreed/pull/3240)
+
## 8.0.6 – 2020-04-01
### Added
- Remember the video/audio setting per conversation
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3d402cfa9..1e6c7a299 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>8.0.6.1</version>
+ <version>8.0.7</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 0bc52f285..5c7140857 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "8.0.6",
+ "version": "8.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index a9289cdce..1b45543e1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "talk",
"description": "",
- "version": "8.0.6",
+ "version": "8.0.7",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,