From a80602e3d566501db6fb381af7fc8a9d6df587c9 Mon Sep 17 00:00:00 2001 From: m Date: Sat, 14 Apr 2018 17:47:22 +0200 Subject: [PATCH 1/2] bug/error-on-empty-choices --- tpl/part/vote_table_classic.tpl | 2 +- tpl/part/vote_table_date.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tpl/part/vote_table_classic.tpl b/tpl/part/vote_table_classic.tpl index 2ebfd4b..35f78eb 100644 --- a/tpl/part/vote_table_classic.tpl +++ b/tpl/part/vote_table_classic.tpl @@ -206,7 +206,7 @@
  • diff --git a/tpl/part/vote_table_date.tpl b/tpl/part/vote_table_date.tpl index 21b0fd3..b3f06d8 100644 --- a/tpl/part/vote_table_date.tpl +++ b/tpl/part/vote_table_date.tpl @@ -269,7 +269,7 @@
  • From 901f907dd4e5fb1b07a8c462399862a5669ea15c Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 15 Apr 2018 11:33:39 +0200 Subject: [PATCH 2/2] Release Version 1.1.3 Signed-off-by: Thomas Citharel --- app/inc/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/inc/constants.php b/app/inc/constants.php index b757398..8f912e2 100644 --- a/app/inc/constants.php +++ b/app/inc/constants.php @@ -18,7 +18,7 @@ */ // FRAMADATE version -const VERSION = '1.1.1'; +const VERSION = '1.1.3'; // PHP Needed version const PHP_NEEDED_VERSION = '5.6';