Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
This commit is contained in:
Christian Hartmann 2024-04-16 00:00:13 +02:00
Родитель f4feedec2f
Коммит 3eb9628935
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 01CF79F7199D2C63
4 изменённых файлов: 13 добавлений и 4 удалений

Просмотреть файл

@ -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>

4
package-lock.json сгенерированный
Просмотреть файл

@ -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"