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:
-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..d977cd92 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] - tdb
- - #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..0996bc35 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. 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 d57b2f89..3515d2bf 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",