Skip to content

Commit

Permalink
v3.4.7
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
  • Loading branch information
Chartman123 committed Apr 12, 2024
1 parent 32404d8 commit 9db412d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v3.4.7 - 2024-04-12

[Full Changelog](https://github.com/nextcloud/forms/compare/v3.4.6...v3.4.7)

### Fixed
- [stable3] fix: remove positive lookbehind for finding unescaped slashes [\#2034](https://github.com/nextcloud/forms/pull/2034) ([backportbot[bot]](https://github.com/apps/backportbot))
- [stable3] Show expired shared forms to users with results permission [\#2017](https://github.com/nextcloud/forms/pull/2017) ([backportbot[bot]](https://github.com/apps/backportbot))
- [stable3] fix(TopBar): provide optional button text via new slot syntax [\#2016](https://github.com/nextcloud/forms/pull/2016) ([backportbot[bot]](https://github.com/apps/backportbot))


## v3.4.6 - 2024-02-18

[Full Changelog](https://github.com/nextcloud/forms/compare/v3.4.5...v3.4.6)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
]]></description>

<version>3.4.6</version>
<version>3.4.7</version>
<licence>agpl</licence>

<author>Affan Hussain</author>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "forms",
"description": "Forms app for nextcloud",
"version": "3.4.6",
"version": "3.4.7",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/forms.git"
Expand Down

0 comments on commit 9db412d

Please sign in to comment.