Skip to content

Commit d2ac24e

Browse files
committed
v4.3.3
Signed-off-by: Christian Hartmann <[email protected]>
1 parent c316d83 commit d2ac24e

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

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

3+
## v4.3.3 - 2024-11-11
4+
5+
[Full Changelog](https://github.com/nextcloud/forms/compare/v4.3.2...v4.3.3)
6+
7+
### Fixed
8+
9+
- [stable4] Add padding and max width so they don't stick to right screen border by @backportbot[bot] in [\#2406](https://github.com/nextcloud/forms/pull/2406)
10+
- [stable4] (fix) default timezone for export by @backportbot[bot] in [\#2398](https://github.com/nextcloud/forms/pull/2398)
11+
312
## v4.3.2 - 2024-10-20
413

514
[Full Changelog](https://github.com/nextcloud/forms/compare/v4.3.1...v4.3.2)

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

0 commit comments

Comments
 (0)