Skip to content

Commit c9295b0

Browse files
authored
Merge pull request #3295 from nextcloud/release/v5.2.7
v5.2.7
2 parents 4ae4de1 + 13bf61d commit c9295b0

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

66
# Changelog
77

8+
## v5.2.7 - 2026-04-14
9+
10+
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.2.6...v5.2.7)
11+
12+
### Fixed
13+
14+
- [stable5.2] fix: clean up file shares on collaborator removal by @pringelmann in [\#3294](https://github.com/nextcloud/forms/pull/3294)
15+
- [stable5.2] fix: require explicit share permission for bulk submission endpoints by @pringelmann in [\#3292](https://github.com/nextcloud/forms/pull/3292)
16+
- [stable5.2] fix: cap pagination limit for submissions endpoint by @backportbot[bot] in [\#3277](https://github.com/nextcloud/forms/pull/3277)
17+
818
## v5.2.6 - 2026-04-07
919

1020
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.2.5...v5.2.6)

β€Žappinfo/info.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
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.6</version>
20+
<version>5.2.7</version>
2121
<licence>agpl</licence>
2222

2323
<author>Affan Hussain</author>

β€Ž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.6",
3+
"version": "5.2.7",
44
"private": true,
55
"description": "Forms app for nextcloud",
66
"homepage": "https://github.com/nextcloud/forms#readme",

0 commit comments

Comments
Β (0)