Skip to content

Commit 29aa96d

Browse files
committed
v5.1.0
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 6c8a698 commit 29aa96d

5 files changed

Lines changed: 24 additions & 5 deletions

File tree

β€ŽCHANGELOG.en.mdβ€Ž

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55

66
# Changelog
77

8-
## v5.0.0 - tbd
8+
## v5.1.0 - 2025-04-03
9+
10+
- **Date: restrictions and ranges**
11+
12+
The date question type got three new settings: You can ask for a date range and set a minimum/maximum date that can be chosen.
13+
14+
## v5.0.0 - 2025-02-25
915

1016
- **Re-order options**
1117

β€ŽCHANGELOG.mdβ€Ž

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

66
# Changelog
77

8+
## v5.1.0 - 2025-04-03
9+
10+
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.0.4...v5.1.0)
11+
12+
### Enhancements
13+
14+
- feat(date): allow restrictions for dates and query date ranges by @Chartman123 in [\#2646](https://github.com/nextcloud/forms/pull/2646)
15+
16+
### Fixed
17+
18+
- fix: quote cell values to prevent formula evaluation by @Chartman123 in [\#2674](https://github.com/nextcloud/forms/pull/2674)
19+
- Fix: Handle invalid form hashes correctly by @Chartman123 in [\#2655](https://github.com/nextcloud/forms/pull/2655)
20+
821
## v5.0.4 - 2025-03-20
922

1023
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.0.3...v5.0.4)

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

0 commit comments

Comments
Β (0)