From 01d4d43925897f34f7966978664171f25ebd18bf Mon Sep 17 00:00:00 2001 From: provokateurin Date: Tue, 28 Apr 2026 10:37:27 +0200 Subject: [PATCH] chore(release): v8.0.1 Signed-off-by: provokateurin --- CHANGELOG.md | 5 +++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ce234a..4cb189dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ # Changelog All notable changes to this project will be documented in this file. +## 8.0.1 - 2026-04-28 +### Fixed +- Remove non-existent script reference in settings +- Correctly merge path segments and query params + ## 8.0.0 - 2026-01-14 ### Changed - Require Nextcloud 33 diff --git a/appinfo/info.xml b/appinfo/info.xml index 89956c29..e04ba709 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ It is also possible to add links only for a given language, device type or user More information is available in the External sites documentation.]]> - 8.0.0 + 8.0.1 agpl Joas Schilling diff --git a/package-lock.json b/package-lock.json index 17fa1b61..e6514e5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "external", - "version": "8.0.0", + "version": "8.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "external", - "version": "8.0.0", + "version": "8.0.1", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/initial-state": "^3.0.0", diff --git a/package.json b/package.json index 9e1f87e9..8cbeed0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "external", - "version": "8.0.0", + "version": "8.0.1", "private": true, "description": "", "author": "Joas Schilling ",