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:
authordartcafe <github@dartcafe.de>2019-08-31 11:42:10 +0300
committerdartcafe <github@dartcafe.de>2019-08-31 11:43:59 +0300
commitd658054b981dcdf31cd25c7a09427b6bf0398dd1 (patch)
tree0f77cd4bc126775707c70f74d90709b5d0de2752
parentd5ab013c57fbc11686b7efca31525e53dc71ccef (diff)
NC 17
Signed-off-by: dartcafe <github@dartcafe.de>
-rw-r--r--.travis.yml1
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml4
-rw-r--r--package.json54
4 files changed, 33 insertions, 30 deletions
diff --git a/.travis.yml b/.travis.yml
index 591de5b8..702d1e5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@ services:
- postgresql
php:
- - 7.1
- 7.2
- 7.3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c44ff67b..4b4d4409 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [0.10.4] - [tbd]
+
+ - Nextcloud 17 compatibility
+
## [0.10.2] - 2019-03-13
- #532 - cannot share poll (only share option)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2c23754a..24f55d8a 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.3</version>
+ <version>0.10.4</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>
@@ -23,6 +23,6 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/vote.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png</screenshot>
<dependencies>
- <nextcloud min-version="14" max-version="16" />
+ <nextcloud min-version="14" max-version="17" />
</dependencies>
</info>
diff --git a/package.json b/package.json
index 2852598d..31a765af 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "0.10.3",
+ "version": "0.10.4",
"authors": [
{
"name": "Vinzenz Rosenkranz",
@@ -35,17 +35,17 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
- "acorn": "^7.0.0",
+ "acorn": "^6.3.0",
"moment": "^2.23.0",
- "nextcloud-axios": "^0.2.0",
- "nextcloud-vue": "^0.12.1",
- "stylelint-scss": "^3.5.4",
- "v-click-outside": "^2.0.2",
+ "nextcloud-axios": "^0.2.1",
+ "nextcloud-vue": "^0.12.2",
+ "stylelint-scss": "^3.10.0",
+ "v-click-outside": "^2.1.3",
"v-tooltip": "^3.0.0-alpha.11",
- "vue": "^2.6.8",
+ "vue": "^2.6.10",
"vue-click-outside": "^1.0.7",
"vue-clipboard2": "^0.3.0",
- "vue-router": "^3.0.2"
+ "vue-router": "^3.1.2"
},
"browserslist": [
"> 1%",
@@ -56,33 +56,33 @@
"node": ">=10.0.0"
},
"devDependencies": {
- "@babel/core": "^7.3.4",
+ "@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
- "@babel/preset-env": "^7.3.4",
- "babel-eslint": "^10.0.1",
- "babel-loader": "^8.0.4",
- "css-loader": "^3.1.0",
- "eslint": "^5.14.1",
+ "@babel/preset-env": "^7.5.5",
+ "babel-eslint": "^10.0.2",
+ "babel-loader": "^8.0.6",
+ "css-loader": "^3.2.0",
+ "eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.2",
- "eslint-plugin-import": "^2.16.0",
- "eslint-plugin-node": "^9.1.0",
- "eslint-plugin-promise": "^4.0.1",
- "eslint-plugin-standard": "^4.0.0",
- "eslint-plugin-vue": "^5.2.2",
- "file-loader": "^4.1.0",
+ "eslint-plugin-import": "^2.18.2",
+ "eslint-plugin-node": "^9.2.0",
+ "eslint-plugin-promise": "^4.2.1",
+ "eslint-plugin-standard": "^4.0.1",
+ "eslint-plugin-vue": "^5.2.3",
+ "file-loader": "^4.2.0",
"mini-css-extract-plugin": "^0.8.0",
- "node-sass": "^4.11.0",
+ "node-sass": "^4.12.0",
"raw-loader": "^3.1.0",
- "sass-loader": "^7.1.0",
+ "sass-loader": "^7.3.1",
"stylelint": "^10.1.0",
- "stylelint-config-recommended-scss": "^3.2.0",
- "vue-loader": "^15.7.0",
+ "stylelint-config-recommended-scss": "^3.3.0",
+ "vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.1",
- "vue-template-compiler": "^2.6.8",
- "webpack": "^4.29.6",
- "webpack-cli": "^3.2.3",
+ "vue-template-compiler": "^2.6.10",
+ "webpack": "^4.39.3",
+ "webpack-cli": "^3.3.7",
"webpack-merge": "^4.1.5"
}
}