summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-01-25 12:12:52 +0100
committerGitHub <noreply@github.com>2024-01-25 12:12:52 +0100
commit7c58806b8f7346feb53c05a4d9eff43b9c2f1886 (patch)
tree80af819fd94fab00e37920777598942cca19e80b
parentb0dbbc9b2c9bc2805c85a136cd537e1b2e2deb6f (diff)
parent17a8361ddeb785bad72bc52bdbbc12b713f132a2 (diff)
Merge pull request #11447 from nextcloud/release/16.0.10v16.0.10
Release 16.0.10
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d6b75caa6..8fa77d1ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 16.0.10 – 2024-01-25
+### Fixed
+- fix(attachments): Don't allow selecting shared folders as attachment folder
+ [#11431](https://github.com/nextcloud/spreed/issues/11431)
+
## 16.0.9 – 2023-12-19
### Fixed
- fix(occ): Fix verification of STUN server details
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 47f440121..0eb3cd5a0 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>16.0.9</version>
+ <version>16.0.10</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 75a7d7a53..6fcf8bec7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "16.0.9",
+ "version": "16.0.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "16.0.9",
+ "version": "16.0.10",
"license": "agpl",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
diff --git a/package.json b/package.json
index 3f1b590f7..ff1be01bf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "16.0.9",
+ "version": "16.0.10",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",