Skip to content

Commit b5c86f0

Browse files
committed
Update Version to 2.2.2
1 parent d97b63a commit b5c86f0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,13 @@ Check the documentation for the [migration guide](https://statusengine.org/getti
108108
- PHP7.2
109109

110110
## Changelog
111-
**2.2.1**
111+
**2.2.2**
112112
- Try to convert non UTF-8 characters into UTF-8
113113

114+
**2.2.2**
115+
- Set output length to 1024 and 2048 for performance data
116+
- Add CDATA section to XML file for pnp4nagios
117+
114118
**2.2.0**
115119
- Restart dead childs in case of database errors [#44](https://github.com/nook24/statusengine/pull/44)
116120
- Fix restart through systemd

cakephp/app/Config/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
CakePlugin::load('BoostCake');
109109

110110
//Define versions
111-
define('STATUSENIGNE_VERSION', '2.2.1');
111+
define('STATUSENIGNE_VERSION', '2.2.2');
112112
define('PERFDATA_VERSION', '1.2.0');
113113

114114

0 commit comments

Comments
 (0)