File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 108108CakePlugin::load ('BoostCake ' );
109109
110110//Define versions
111- define ('STATUSENIGNE_VERSION ' , '2.2.1 ' );
111+ define ('STATUSENIGNE_VERSION ' , '2.2.2 ' );
112112define ('PERFDATA_VERSION ' , '1.2.0 ' );
113113
114114
You can’t perform that action at this time.
0 commit comments