From b9670887e0243eb44701afa5be9cca1bc0a20c53 Mon Sep 17 00:00:00 2001 From: Christian Hartmann Date: Sat, 11 Jan 2025 17:19:47 +0100 Subject: [PATCH] v4.3.5 Signed-off-by: Christian Hartmann --- CHANGELOG.md | 14 ++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd26f92..82ef58b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v4.3.5 - 2025-01-11 + +[Full Changelog](https://github.com/nextcloud/forms/compare/v4.3.4...v4.3.5) + +### Fixed + +- [stable4] fix: Check admin settings when fetching shared forms by @backportbot[bot] in [\#2488](https://github.com/nextcloud/forms/pull/2488) +- [stable4] Fix: Typo broke background sync by @backportbot[bot] in [\#2471](https://github.com/nextcloud/forms/pull/2471) +- [stable4] Fix translation problem in notifications by @backportbot[bot] in [\#2448](https://github.com/nextcloud/forms/pull/2448) + +### Merged + +- [stable4] Remove duplicate playwright entries from gitignore by @backportbot[bot] in [\#2477](https://github.com/nextcloud/forms/pull/2477) + ## v4.3.4 - 2024-11-25 [Full Changelog](https://github.com/nextcloud/forms/compare/v4.3.3...v4.3.4) diff --git a/appinfo/info.xml b/appinfo/info.xml index cc238775..c7d07409 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -13,7 +13,7 @@ - **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)! ]]> - 4.3.4 + 4.3.5 agpl Affan Hussain diff --git a/package-lock.json b/package-lock.json index b7db329e..7bd4f13e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "forms", - "version": "4.3.4", + "version": "4.3.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "forms", - "version": "4.3.4", + "version": "4.3.5", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.4.0", diff --git a/package.json b/package.json index 8918250f..75fef352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forms", - "version": "4.3.4", + "version": "4.3.5", "private": true, "description": "Forms app for nextcloud", "homepage": "https://github.com/nextcloud/forms#readme",