Skip to content

Commit d827ad1

Browse files
committed
chore: prepare v4.3.13
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent a4c7a71 commit d827ad1

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
4+
## v4.3.13 - 2025-06-25
5+
6+
[Full Changelog](https://github.com/nextcloud/forms/compare/v4.3.12...v4.3.13)
7+
8+
### Fixed
9+
10+
- [stable4] fix(validation): change validationType handling [\#2687](https://github.com/nextcloud/forms/pull/2687)
11+
- [stable4] fix: properly set string values in exports to escape formulas [\#2796](https://github.com/nextcloud/forms/pull/2796)
12+
313
## v4.3.12 - 2025-04-03
414

515
[Full Changelog](https://github.com/nextcloud/forms/compare/v4.3.11...v4.3.12)

β€Žappinfo/info.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- **πŸ™‹ Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
1414
]]></description>
1515

16-
<version>4.3.12</version>
16+
<version>4.3.13</version>
1717
<licence>agpl</licence>
1818

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

0 commit comments

Comments
Β (0)