зеркало из https://github.com/nextcloud/forms.git
v4.2.2
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
This commit is contained in:
Родитель
f4feedec2f
Коммит
3eb9628935
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## v4.2.2 - 2024-04-15
|
||||
|
||||
[Full Changelog](https://github.com/nextcloud/forms/compare/v4.2.1...v4.2.2)
|
||||
|
||||
### Fixed
|
||||
- fix(DB): Correctly fetch shared forms by @susnux in [\#2069](https://github.com/nextcloud/forms/pull/2069)
|
||||
- fix(Form): If `permitAllUsers` is not set then no public access is granted by @susnux in [\#2070](https://github.com/nextcloud/forms/pull/2070)
|
||||
|
||||
|
||||
## v4.2.1 - 2024-04-15
|
||||
|
||||
[Full Changelog](https://github.com/nextcloud/forms/compare/v4.2.0...v4.2.1)
|
||||
|
|
|
@ -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>4.2.1</version>
|
||||
<version>4.2.2</version>
|
||||
<licence>agpl</licence>
|
||||
|
||||
<author>Affan Hussain</author>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "forms",
|
||||
"version": "4.2.1",
|
||||
"version": "4.2.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "forms",
|
||||
"version": "4.2.1",
|
||||
"version": "4.2.2",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.2.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "forms",
|
||||
"description": "Forms app for nextcloud",
|
||||
"version": "4.2.1",
|
||||
"version": "4.2.2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nextcloud/forms.git"
|
||||
|
|
Загрузка…
Ссылка в новой задаче