Skip to content

Commit 11453bf

Browse files
committed
Release version 2.11.4
(cherry picked from commit 4b6df1b)
1 parent 95511a1 commit 11453bf

File tree

10 files changed

+19
-8
lines changed

10 files changed

+19
-8
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Sylph Lin <sylph.lin@gmail.com>
130130
tfylling <torbfylling@gmail.com>
131131
Thomas Gelf <thomas.gelf@icinga.com>
132132
Tim Helfensdörfer <tim@visualappeal.de>
133+
Timm Ortloff <timm.ortloff@icinga.com>
133134
Tobias von der Krone <tobias.vonderkrone@profitbricks.com>
134135
Tomas Barton <barton.tomas@gmail.com>
135136
Tom Ford <exptom@users.noreply.github.com>

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Please make sure to always read our [Upgrading](doc/80-Upgrading.md) documentati
44

55
## What's New
66

7+
### What's New in Version 2.11.4
8+
9+
You can find all issues related to this release on our [Roadmap](https://github.com/Icinga/icingaweb2/milestone/78?closed=1).
10+
11+
#### Notable Fixes
12+
13+
* Add/Edit dashlet not possible [#4970](https://github.com/Icinga/icingaweb2/issues/4970)
14+
* Custom library path + custom library, without slash in its name, results in exception [#4971](https://github.com/Icinga/icingaweb2/issues/4971)
15+
* Reflected XSS vulnerability in User Backends config page [#4979](https://github.com/Icinga/icingaweb2/issues/4979)
16+
717
### What's New in Version 2.11.3
818

919
**Notice**: This is a security release. It is recommended to upgrade immediately.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.11.3
1+
v2.11.4

library/Icinga/Application/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
class Version
1010
{
11-
const VERSION = '2.11.3';
11+
const VERSION = '2.11.4';
1212

1313
/**
1414
* Get the version of this instance of Icinga Web 2

modules/doc/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Module: doc
2-
Version: 2.11.3
2+
Version: 2.11.4
33
Description: Documentation module
44
Extracts, shows and exports documentation for Icinga Web 2 and its modules.

modules/migrate/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: migrate
2-
Version: 2.11.3
2+
Version: 2.11.4
33
Description: Migrate module
44
This module was introduced with the domain-aware authentication feature in version 2.5.0.
55
It helps you migrating users and user configurations according to a given domain.

modules/monitoring/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: monitoring
2-
Version: 2.11.3
2+
Version: 2.11.4
33
Description: Icinga monitoring module
44
IDO accessor and UI for your monitoring. This is the initial instalment for a
55
graphical presentation of Icinga environments. The predecessor of Icinga DB.

modules/setup/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: setup
2-
Version: 2.11.3
2+
Version: 2.11.4
33
Description: Setup module
44
Web based wizard for setting up Icinga Web 2 and its modules.
55
This includes the data backends (e.g. relational database, LDAP),

modules/test/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: test
2-
Version: 2.11.3
2+
Version: 2.11.4
33
Description: Translation module
44
This module allows developers to run (unit) tests against Icinga Web 2 and
55
any of its modules. Usually you do not need to enable this.

modules/translation/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: translation
2-
Version: 2.11.3
2+
Version: 2.11.4
33
Description: Translation module
44
This module allows developers and translators to translate modules for multiple
55
languages. You do not need this module to run an internationalized web frontend.

0 commit comments

Comments
 (0)