From 2cc4555b21bb2402fa7615a35ee65f29e8696c8d Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 5 Aug 2026 17:00:10 +0200 Subject: [PATCH] build(release): Update version to 4.9.0 Signed-off-by: Carl Schwan --- CHANGELOG.md | 17 +++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 643645e5..9a1ec15d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ All notable changes to this project will be documented in this file. +## 4.9.0 +### Features +* feat: convert regular accounts to guests by @ernolf in https://github.com/nextcloud/guests/pull/1619 + +### Fixes +* fix(tests): scope admin settings heading locator to the guests section by @ernolf in https://github.com/nextcloud/guests/pull/1645 +* fix(SettingsManager): Adapt to change in master by @CarlSchwan in https://github.com/nextcloud/guests/pull/1652 + +### Other +* Chore(deps-dev): Bump brace-expansion from 2.1.0 to 2.1.4 by @dependabot[bot] in https://github.com/nextcloud/guests/pull/1648 +* Chore(deps): Bump @nextcloud/dialogs from 7.4.0 to 7.4.1 by @dependabot[bot] in https://github.com/nextcloud/guests/pull/1647 +* Chore(deps): Bump fast-uri from 3.1.4 to 3.1.5 by @dependabot[bot] in https://github.com/nextcloud/guests/pull/1650 +* Chore(deps): Bump axios from 1.16.0 to 1.18.1 by @dependabot[bot] in https://github.com/nextcloud/guests/pull/1635 +* Chore(deps): Bump dompurify from 3.4.11 to 3.4.12 by @dependabot[bot] in https://github.com/nextcloud/guests/pull/1638 +* Chore(deps): Bump immutable from 5.1.5 to 5.1.9 by @dependabot[bot] in https://github.com/nextcloud/guests/pull/1640 +* Chore(deps): Bump fast-uri from 3.1.2 to 3.1.4 by @dependabot[bot] in https://github.com/nextcloud/guests/pull/1639 + ## 4.8.0 ### Features * feat(deps): Add Nextcloud 35 support by @nickvergessen in https://github.com/nextcloud/guests/pull/1568 diff --git a/appinfo/info.xml b/appinfo/info.xml index 14104f5c..82983f49 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.8.0 + 4.9.0 agpl Nextcloud diff --git a/package-lock.json b/package-lock.json index b0a5a3a5..6fa6ba27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "guests", - "version": "4.8.0", + "version": "4.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "guests", - "version": "4.8.0", + "version": "4.9.0", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 27596cac..9c4b64b5 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.8.0", + "version": "4.9.0", "type": "module", "author": "Robin Appelman ", "contributors": [