Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinzenz Rosenkranz <v1r0x@users.noreply.github.com>2019-03-14 01:13:29 +0300
committerGitHub <noreply@github.com>2019-03-14 01:13:29 +0300
commit7b14dcb9aaaf69ccf5c22a5ee2118abb289abb11 (patch)
treeb3994d6349b212e5779dabe3079a80fac1c485ca
parente43fdc2a2e744bb0d0391d8fe0d6ffd98b278851 (diff)
parent412326826767f8b1bcf89f2f5cfe26680fb5026e (diff)
Merge pull request #542 from nextcloud/release-10.0.2v0.10.2
Repckaging for #532
-rw-r--r--CHANGELOG.md9
-rw-r--r--README.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
4 files changed, 12 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9749a5f..c44ff67b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
-## [0.10.1] - tbd
+## [0.10.2] - 2019-03-13
- - #528 - pull down on three-dot menu hidden for first participant
- #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
+
## [0.10.0] - 2019-02-24
### Added
diff --git a/README.md b/README.md
index a0e18b31..741df795 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/appinfo/info.xml b/appinfo/info.xml
index df02f4cb..b424d09e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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>
diff --git a/package.json b/package.json
index 3345dc0e..5087d197 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "0.10.1",
+ "version": "0.10.2",
"authors": [
{
"name": "Vinzenz Rosenkranz",