Merge pull request #542 from nextcloud/release-10.0.2
Repckaging for #532
This commit is contained in:
Коммит
7b14dcb9aa
|
@ -1,10 +1,15 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.10.1] - tbd
|
||||
## [0.10.2] - 2019-03-13
|
||||
|
||||
- #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 (see #541). 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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче