Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <[email protected]>
  • Loading branch information
skjnldsv committed Oct 22, 2024
1 parent 399b855 commit e292b8e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,24 @@

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

## 3.0.2
### Fixes
* [stable28] fix(GuestForm): allow to create a guest without name more than once by @backportbot in https://github.com/nextcloud/guests/pull/1179
* [stable28] chore: add changelog for 2.4.0 .. 3.0.1 by @ShGKme in https://github.com/nextcloud/guests/pull/1184
* [stable28] fix(Sharing): Do not create new share in guest app by @backportbot in https://github.com/nextcloud/guests/pull/1192

### Dependencies
* Chore(deps): Bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in https://github.com/nextcloud/guests/pull/1097

**Full Changelog**: https://github.com/nextcloud/guests/compare/v3.0.1...v3.0.2

## 3.0.1
### What's Changed
* 3.0.1 by @icewind1991 in https://github.com/nextcloud/guests/pull/1082

**Full Changelog**: https://github.com/nextcloud/guests/compare/v3.0.0...v3.0.1

## 3.0.0

### What's Changed
* feat(deps): Add Nextcloud 28 support by @nickvergessen in https://github.com/nextcloud/guests/pull/1026
* Fix event dispatcher usage by @nickvergessen in https://github.com/nextcloud/guests/pull/1045
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
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.
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>
<version>3.0.1</version>
<version>3.0.2</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<types>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "guests",
"description": "Create guest users which can only see files shared with them",
"version": "3.0.0",
"version": "3.0.2",
"author": "Robin Appelman <[email protected]>",
"contributors": [
"Robin Appelman <[email protected]>",
Expand Down

0 comments on commit e292b8e

Please sign in to comment.