From 30e76cde0bd6ef731e6b3ae02a0cae84180023df Mon Sep 17 00:00:00 2001 From: Olga Brani Date: Wed, 3 Jul 2019 14:52:21 +0300 Subject: [PATCH 1/3] Bump version to 2.2.1 --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index ec7eb06..dec1187 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ simplesamlphp-module-themevanilla -version 2.2.0 +version 2.2.1 From 073a3303d4f6be08624c5c699b61450e46e021f8 Mon Sep 17 00:00:00 2001 From: Nick Evangelou Date: Thu, 27 Jun 2019 13:50:20 +0000 Subject: [PATCH 2/3] Fix syntax error in disco-tpl.php --- themes/ssp/discopower/disco-tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ssp/discopower/disco-tpl.php b/themes/ssp/discopower/disco-tpl.php index 022d76e..aec91d2 100644 --- a/themes/ssp/discopower/disco-tpl.php +++ b/themes/ssp/discopower/disco-tpl.php @@ -65,7 +65,7 @@ function showEntry($t, $metadata, $favourite = FALSE, $withIcon = FALSE) { if($withIcon) { - if(isset($metadata['login_button']['label']) && !isempty($metadata['login_button']['label'])) { + if(isset($metadata['login_button']['label']) && !empty($metadata['login_button']['label'])) { $label = $metadata['login_button']['label']; } $filename = $metadata['login_button']['icon_filename']; From 6b9dc020092dbde484cf2522a5d36520681f8c8b Mon Sep 17 00:00:00 2001 From: Olga Brani Date: Wed, 3 Jul 2019 14:54:27 +0300 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 763e4d8..6812f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.2.1](https://github.com/rciam/simplesamlphp-module-themevanilla/compare/v2.2.0...v2.2.1) - 2019-07-03 + +### Fixed + +- Fix syntax error in disco-tpl.php + ## [v2.2.0](https://github.com/rciam/simplesamlphp-module-themevanilla/compare/v2.1.0...v2.2.0) - 2019-06-27 ### Added