Skip to content

Commit 514b854

Browse files
committed
v5.2.4
Signed-off-by: Christian Hartmann <[email protected]>
1 parent e635783 commit 514b854

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55

66
# Changelog
77

8+
## v5.2.4 - 2026-01-23
9+
10+
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.2.3...v5.2.4)
11+
12+
### Fixed
13+
14+
- [stable5.2] fix: do not add result permissions to see own submissions by @susnux in [\#3133](https://github.com/nextcloud/forms/pull/3133)
15+
- [stable5.2] fix: prevent overwriting previous answers during initialization by @backportbot[bot] in [\#3126](https://github.com/nextcloud/forms/pull/3126)
16+
- [stable5.2] fix: transfer ownership confirmation string formatting by @backportbot[bot] in [\#3122](https://github.com/nextcloud/forms/pull/3122)
17+
- add Nextcloud 33
18+
819
## v5.2.3 - 2025-11-21
920

1021
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.2.2...v5.2.3)

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
1818
]]></description>
1919

20-
<version>5.2.3</version>
20+
<version>5.2.4</version>
2121
<licence>agpl</licence>
2222

2323
<author>Affan Hussain</author>
@@ -60,7 +60,7 @@
6060
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/main/screenshots/forms3.png</screenshot>
6161

6262
<dependencies>
63-
<nextcloud min-version="30" max-version="32" />
63+
<nextcloud min-version="30" max-version="33" />
6464
</dependencies>
6565

6666
<background-jobs>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forms",
3-
"version": "5.2.3",
3+
"version": "5.2.4",
44
"private": true,
55
"description": "Forms app for nextcloud",
66
"homepage": "https://github.com/nextcloud/forms#readme",

0 commit comments

Comments
 (0)