Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Jonas Rittershofer 2023-01-31 11:55:48 +01:00
Родитель eb1d45f413
Коммит bceb9b2aab
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A865740F334316E0
4 изменённых файлов: 25 добавлений и 4 удалений

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

@ -1,5 +1,26 @@
# Changelog
## 3.0.4 - 2023-01-31
[Full Changelog](https://github.com/nextcloud/forms/compare/v3.0.3...v3.0.4)
### Enhancements
- Show relative expiration date inside form [\#1432](https://github.com/nextcloud/forms/pull/1432) ([Chartman123](https://github.com/Chartman123))
### Fixed
- Fix insert [\#1465](https://github.com/nextcloud/forms/pull/1465) ([jotoeri](https://github.com/jotoeri))
- Fix cors on ShareApi [\#1463](https://github.com/nextcloud/forms/pull/1463) ([jotoeri](https://github.com/jotoeri))
- Fix public insert [\#1456](https://github.com/nextcloud/forms/pull/1456) ([jotoeri](https://github.com/jotoeri))
- Import form question extra settings [\#1440](https://github.com/nextcloud/forms/pull/1440) ([Copephobia](https://github.com/Copephobia))
### Merged
- Show info message only if available [\#1441](https://github.com/nextcloud/forms/pull/1441) ([susnux](https://github.com/susnux))
- Update phpunit.yml to work with current Server master [\#1460](https://github.com/nextcloud/forms/pull/1460) ([Chartman123](https://github.com/Chartman123))
- Enable PHPUnit integration tests and fix them [\#1449](https://github.com/nextcloud/forms/pull/1449) ([Chartman123](https://github.com/Chartman123))
- Scope SCSS in Create.vue and adjust Results.vue [\#1447](https://github.com/nextcloud/forms/pull/1447) ([Chartman123](https://github.com/Chartman123))
- Fix Typo [\#1450](https://github.com/nextcloud/forms/pull/1450) ([jotoeri](https://github.com/jotoeri))
## 3.0.3 - 2022-12-30
[Full Changelog](https://github.com/nextcloud/forms/compare/v3.0.2...v3.0.3)

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

@ -13,7 +13,7 @@
]]></description>
<licence>agpl</licence>
<version>3.0.3</version>
<version>3.0.4</version>
<dependencies>
<nextcloud min-version="25" max-version="25" />
</dependencies>

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

@ -1,12 +1,12 @@
{
"name": "forms",
"version": "3.0.3",
"version": "3.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "forms",
"version": "3.0.3",
"version": "3.0.4",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^2.0.0",

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

@ -1,7 +1,7 @@
{
"name": "forms",
"description": "Forms app for nextcloud",
"version": "3.0.3",
"version": "3.0.4",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/forms.git"