Skip to content

Commit 5726cfe

Browse files
authored
Merge pull request #1386 from nextcloud/chore/release-4.5.0
2 parents 264cef7 + 3b9f7ef commit 5726cfe

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66

77
All notable changes to this project will be documented in this file.
88

9+
## 4.5.0
10+
### Changes
11+
* feat: provide the guest form to allow guest creation anywhere by @leftybournes in https://github.com/nextcloud/guests/pull/1371
12+
* feat: add setting to allow guests to change their email by @icewind1991 in https://github.com/nextcloud/guests/pull/1379
13+
* feat: add guests through the contacts menu by @leftybournes in https://github.com/nextcloud/guests/pull/1380
14+
15+
### Fixes
16+
* fix: incompatible overwrite for AppConfig by @miaulalala in https://github.com/nextcloud/guests/pull/1384
17+
18+
### New Contributors
19+
* @leftybournes made their first contribution in https://github.com/nextcloud/guests/pull/1371
20+
* @miaulalala made their first contribution in https://github.com/nextcloud/guests/pull/1384
21+
922
## 4.4.1
1023
### Fixes
1124
* fix: ensure repair email is a string by @skjnldsv in https://github.com/nextcloud/guests/pull/1374

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Guests accounts can be created from the share menu by entering either the recipients email or name and choosing "create guest account", once the share is created the guest user will receive an email notification about the mail with a link to set their password.
1515
1616
Guests users can only access files shared to them and cannot create any files outside of shares, additionally, the apps accessible to guest accounts are whitelisted.]]></description>
17-
<version>4.4.1</version>
17+
<version>4.5.0</version>
1818
<licence>agpl</licence>
1919
<author>Nextcloud</author>
2020
<types>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "guests",
33
"description": "Create guest users which can only see files shared with them",
4-
"version": "4.4.1",
4+
"version": "4.5.0",
55
"type": "module",
66
"author": "Robin Appelman <robin@icewind.nl>",
77
"contributors": [

0 commit comments

Comments
 (0)