diff --git a/CHANGELOG.md b/CHANGELOG.md index 884e8b1f..d63625ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ All notable changes to this project will be documented in this file. +## 4.4.0 +### Changes +* feat: add repair step to ensure guests haven't changed their email by @icewind1991 in https://github.com/nextcloud/guests/pull/1370 + +### Fixes +* fix: check if we have a user session before setting-up restrictions by @skjnldsv in https://github.com/nextcloud/guests/pull/1364 +* fix: prevent guests from changing their email address by @icewind1991 in https://github.com/nextcloud/guests/pull/1369 +* fix: remove constructor overwrite from AppConfigOverwrite by @icewind1991 in https://github.com/nextcloud/guests/pull/1367 + +### Other +* Chore(deps): Bump form-data from 4.0.2 to 4.0.4 by @dependabot[bot] in https://github.com/nextcloud/guests/pull/1360 +* Chore(deps): Bump linkifyjs from 4.2.0 to 4.3.2 by @dependabot[bot] in https://github.com/nextcloud/guests/pull/1365 + ## 4.3.0 ### Changes * feat: Add share count including circles by @Pytal in https://github.com/nextcloud/guests/pull/1287 diff --git a/appinfo/info.xml b/appinfo/info.xml index c1295f66..99a7871a 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,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.]]> - 4.3.0 + 4.4.0 agpl Nextcloud diff --git a/package-lock.json b/package-lock.json index c30e691b..cd1f52ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "guests", - "version": "4.3.0", + "version": "4.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "guests", - "version": "4.3.0", + "version": "4.4.0", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index dc2d3f72..fe9e5233 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "guests", "description": "Create guest users which can only see files shared with them", - "version": "4.3.0", + "version": "4.4.0", "type": "module", "author": "Robin Appelman ", "contributors": [