Skip to content

Commit f640e28

Browse files
Chartman123timedin-de
authored andcommitted
v5.3.0-rc.0
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 10eea90 commit f640e28

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

66
# Changelog
77

8+
## v5.3.0-rc.0 - 2026-06-05
9+
10+
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.3.0-alpha.2...v5.3.0-rc.0)
11+
12+
### Fixed
13+
14+
- fix(export): type numeric answers as numbers in exports by @solracsf in [\#3368](https://github.com/nextcloud/forms/pull/3368)
15+
- fix: Delete files on submission/question/form deletion by @Koc in [\#3335](https://github.com/nextcloud/forms/pull/3335)
16+
817
## v5.3.0-alpha.2 - 2026-06-01
918

1019
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.3.0-alpha.1...v5.3.0-alpha.2)

β€Ž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.3.0-alpha.2</version>
20+
<version>5.3.0-rc.0</version>
2121
<licence>AGPL-3.0-or-later</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.3.0-alpha.2",
3+
"version": "5.3.0-rc.0",
44
"private": true,
55
"description": "Forms app for nextcloud",
66
"homepage": "https://github.com/nextcloud/forms#readme",

0 commit comments

Comments
Β (0)