This commit is contained in:
John Molakvoæ (skjnldsv) 2020-09-01 15:43:56 +02:00
parent 5176dc6eef
commit f3b3a8c083
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
4 changed files with 15 additions and 4 deletions

View file

@ -1,5 +1,16 @@
# Changelog
## [v2.0.4](https://github.com/nextcloud/forms/tree/v2.0.4) (2020-09-01)
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.3...v2.0.4)
### Merged
- NC 20 compatibility
- Move to OCS API
[\#556](https://github.com/nextcloud/forms/pull/556) ([skjnldsv](https://github.com/skjnldsv))
- Translations update
- Dependencies update
## v2.0.3 - 2020-08-20
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.2...v2.0.3)

View file

@ -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.
- **🙋 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>2.0.3</version>
<version>2.0.4</version>
<licence>agpl</licence>
<author>Affan Hussain</author>
@ -45,7 +45,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/forms3.png</screenshot>
<dependencies>
<nextcloud min-version="17" max-version="19" />
<nextcloud min-version="17" max-version="20" />
</dependencies>
<navigations>

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "forms",
"version": "2.0.3",
"version": "2.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

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