Skip to content

Commit 625b1c2

Browse files
committed
Merge branch 'hotfix-2.2.1'
2 parents d752c66 + 6b9dc02 commit 625b1c2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v2.2.1](https://github.com/rciam/simplesamlphp-module-themevanilla/compare/v2.2.0...v2.2.1) - 2019-07-03
8+
9+
### Fixed
10+
11+
- Fix syntax error in disco-tpl.php
12+
713
## [v2.2.0](https://github.com/rciam/simplesamlphp-module-themevanilla/compare/v2.1.0...v2.2.0) - 2019-06-27
814

915
### Added

themes/ssp/discopower/disco-tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function showEntry($t, $metadata, $favourite = FALSE, $withIcon = FALSE) {
6565

6666

6767
if($withIcon) {
68-
if(isset($metadata['login_button']['label']) && !isempty($metadata['login_button']['label'])) {
68+
if(isset($metadata['login_button']['label']) && !empty($metadata['login_button']['label'])) {
6969
$label = $metadata['login_button']['label'];
7070
}
7171
$filename = $metadata['login_button']['icon_filename'];

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
simplesamlphp-module-themevanilla
2-
version 2.2.0
2+
version 2.2.1

0 commit comments

Comments
 (0)