Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.0.2 #1253

Merged
merged 1 commit into from
Oct 22, 2024
Merged

v3.0.2 #1253

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading