From b792453d569bea0bc8642937736929799d23c428 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 25 Jan 2021 16:29:04 +0100 Subject: [PATCH] statistics: fix a bug in the Twig-template --- composer.lock | 10 +++++----- docs/simplesamlphp-changelog.md | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 805e2a908..d2a3c6965 100644 --- a/composer.lock +++ b/composer.lock @@ -1827,16 +1827,16 @@ }, { "name": "simplesamlphp/simplesamlphp-module-statistics", - "version": "v0.9.5", + "version": "v0.9.6", "source": { "type": "git", "url": "https://github.com/simplesamlphp/simplesamlphp-module-statistics.git", - "reference": "d7f68a129baa2dfb6104b91deddfc36b79ae2b54" + "reference": "03fb6bdbbf5ce0a0cb257208db79aacac227ac10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-statistics/zipball/d7f68a129baa2dfb6104b91deddfc36b79ae2b54", - "reference": "d7f68a129baa2dfb6104b91deddfc36b79ae2b54", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-statistics/zipball/03fb6bdbbf5ce0a0cb257208db79aacac227ac10", + "reference": "03fb6bdbbf5ce0a0cb257208db79aacac227ac10", "shasum": "" }, "require": { @@ -1870,7 +1870,7 @@ "simplesamlphp", "statistics" ], - "time": "2021-01-05T15:07:29+00:00" + "time": "2021-01-25T15:15:26+00:00" }, { "name": "simplesamlphp/twig-configurable-i18n", diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md index 191fc1704..8a8c14411 100644 --- a/docs/simplesamlphp-changelog.md +++ b/docs/simplesamlphp-changelog.md @@ -13,6 +13,9 @@ Released TBD ### negotiate * Fix a bug that was breaking the module when using the old UI +### statistics + * Fix a bug in the Twig-template that causes an exception on newer Twig-versions + ## Version 1.19.0 Released 2021-01-21 -- GitLab