diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b81e012b168621fb5cfc95627cc9706ba3ab034..363e01ef09c6e356263d5bba138262417602aece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v2.0.0-beta.4 - 2020-06-09 +[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-beta.3...v2.0.0-beta.4) + +### Fixed +- Keep focus when copy Share-Link + [\#428](https://github.com/nextcloud/forms/pull/428) ([jotoeri](https://github.com/jotoeri)) +- Avoid Submit on Enter + [\#413](https://github.com/nextcloud/forms/pull/413) ([jotoeri](https://github.com/jotoeri)) +- Delete empty options from Db + [\#388](https://github.com/nextcloud/forms/pull/388) ([jotoeri](https://github.com/jotoeri)) + ## v2.0.0-beta.3 - 2020-06-04 [Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-beta2...v2.0.0-beta.3) diff --git a/appinfo/info.xml b/appinfo/info.xml index 0e5d76fa9aaeafc4157c3757f14ec989d711cf3e..0a17a80f23007dd566a43243fbb5d82c3f7715bb 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ - **💾 Export results:** Results can be exported as CSV in the same format used by Google Forms. - **🙋 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.0-beta.3</version> + <version>2.0.0-beta.4</version> <licence>agpl</licence> <author>Affan Hussain</author> diff --git a/package-lock.json b/package-lock.json index 1c5825608616d849858a4589bd6ed42dc614509b..272ed1711c5095fe969ea165b4b475de5b1f47c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "forms", - "version": "2.0.0-beta.3", + "version": "2.0.0-beta.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0e119de883230130bc59c787ce6cc0a25fca440b..671cbadc3896ba8327e2d3829bafbb10d8775592 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forms", "description": "Forms app for nextcloud", - "version": "2.0.0-beta.3", + "version": "2.0.0-beta.4", "repository": { "type": "git", "url": "git+https://github.com/nextcloud/forms.git"