- [ ] Update date in CHANGELOG.md before release
This commit is contained in:
dartcafe 2019-03-04 13:07:07 +01:00
Родитель 6d0ab183d5
Коммит 9eeb6052f0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
4 изменённых файлов: 12 добавлений и 6 удалений

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

@ -1,10 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
## [0.10.1] - tbd
## [0.10.2] - tdb
- #532 - cannot share poll (only share option)
## [0.10.1] - 2019-03-02
### Fixed
- #528 - pull down on three-dot menu hidden for first participant
- #532 - cannot share poll (only share option)
## [0.10.0] - 2019-02-24

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

@ -9,6 +9,7 @@ This is a poll app, similar to doodle or dudle, for Nextcloud written in PHP and
It is a rework of the already existing [polls app](https://github.com/raduvatav/polls) written by @raduvatav.
**Note**: ownCloud is **no longer** supported! Last (confirmed) working version is 0.8.1 and is released in the oC marketplace.
**Note**: IE11 users will face some CSS problems. Please change to a compatible browser (Firefox, Chrome, Edge, etc.)
### Features
- :bar_chart: Create / edit polls (datetimes _and_ texts)
@ -53,8 +54,8 @@ git clone https://github.com/nextcloud/polls.git
* Run a complete build with ```make all``` (installs dev env, runs linter and builds the polls.js)
## Contribution Guidelines
Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance
to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together
Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance
to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together
we can strengthen and support each other.
For more information please review the [guidelines for contributing](https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md) to this repository.

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

@ -5,7 +5,7 @@
<name>Polls</name>
<summary>A polls app, similar to doodle/dudle with the possibility to restrict access.</summary>
<description>A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
<version>0.10.1</version>
<version>0.10.2</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>

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

@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
"version": "0.10.1",
"version": "0.10.2",
"authors": [
{
"name": "Vinzenz Rosenkranz",