From 21c51b1633544bdfe0f974ee0b6e2f68fd34c920 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Fri, 23 Oct 2020 22:46:11 +0200 Subject: [PATCH] fix #1190 fix 1191 --- CHANGELOG.md | 3 +++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b6d446b..65aa75884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.5.6 - release] - 2020-10-23 + - [fix] #1190 #1191 - explicit convert boolean values to intger to avoid db conflicts + ## [1.5.5 - release] - 2020-10-20 - [fix] #1137 - delete comments in public polls - [fix] #1161 - Routing after creation of poll was wrong diff --git a/appinfo/info.xml b/appinfo/info.xml index 4a23467da..8dd0a6296 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Polls A polls app, similar to doodle/dudle with the possibility to restrict access. A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public). - 1.5.5 + 1.5.6 agpl Vinzenz Rosenkranz René Gieling diff --git a/package.json b/package.json index 32b5f821f..bfc0f2942 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "polls", "description": "Polls app for nextcloud", - "version": "1.5.5", + "version": "1.5.6", "authors": [ { "name": "Vinzenz Rosenkranz",