зеркало из https://github.com/nextcloud/forms.git
2.0.0
This commit is contained in:
Родитель
67dd17575a
Коммит
c8eb39c10a
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,7 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [2.0.0 - 2020-07-28
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-rc.1...v2.0.0)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix dropdown submission insert
|
||||||
|
[\#520](https://github.com/nextcloud/forms/pull/520) ([skjnldsv](https://github.com/skjnldsv))
|
||||||
|
|
||||||
## v2.0.0-rc.1 - 2020-07-24
|
## v2.0.0-rc.1 - 2020-07-24
|
||||||
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-beta.4...2.0.0-rc.1)
|
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-beta.4...v2.0.0-rc.1)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
- Add screenshot of response visualization, adjust readme
|
- Add screenshot of response visualization, adjust readme
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.
|
- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.
|
||||||
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
|
- **🙋 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>
|
]]></description>
|
||||||
<version>2.0.0-rc.1</version>
|
<version>2.0.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
|
|
||||||
<author>Affan Hussain</author>
|
<author>Affan Hussain</author>
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/forms3.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/forms3.png</screenshot>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="17" max-version="20" />
|
<nextcloud min-version="17" max-version="19" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<navigations>
|
<navigations>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "forms",
|
"name": "forms",
|
||||||
"version": "2.0.0-rc.1",
|
"version": "2.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "forms",
|
"name": "forms",
|
||||||
"description": "Forms app for nextcloud",
|
"description": "Forms app for nextcloud",
|
||||||
"version": "2.0.0-rc.1",
|
"version": "2.0.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nextcloud/forms.git"
|
"url": "git+https://github.com/nextcloud/forms.git"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче