From a3517a8157a42f9b5bc6f90ecb106d029b8af4f1 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Tue, 28 Apr 2026 10:40:10 +0200 Subject: [PATCH] chore(release): v7.0.1 Signed-off-by: provokateurin --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32bc9e1a..02fff21c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ # Changelog All notable changes to this project will be documented in this file. +## 7.0.1 - 2026-04-28 +### Fixed +- Correctly merge path segments and query params + ## 7.0.0 - 2025-08-19 ### Changed - Require Nextcloud 32 diff --git a/appinfo/info.xml b/appinfo/info.xml index be08fc37..49b7c0ff 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.]]> - 7.0.0 + 7.0.1 agpl Joas Schilling diff --git a/package-lock.json b/package-lock.json index ce4b5374..3d4dd6ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "external", - "version": "7.0.0-dev.0", + "version": "7.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "external", - "version": "7.0.0-dev.0", + "version": "7.0.1", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/initial-state": "^3.0.0", diff --git a/package.json b/package.json index ca66154f..b0001986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "external", - "version": "7.0.0-dev.0", + "version": "7.0.1", "private": true, "description": "", "author": "Joas Schilling ",