Skip to content

Commit

Permalink
Update Version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nook24 committed Sep 26, 2019
1 parent d97b63a commit b5c86f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,13 @@ Check the documentation for the [migration guide](https://statusengine.org/getti
- PHP7.2

## Changelog
**2.2.1**
**2.2.2**
- Try to convert non UTF-8 characters into UTF-8

**2.2.2**
- Set output length to 1024 and 2048 for performance data
- Add CDATA section to XML file for pnp4nagios

**2.2.0**
- Restart dead childs in case of database errors [#44](https://github.com/nook24/statusengine/pull/44)
- Fix restart through systemd
Expand Down
2 changes: 1 addition & 1 deletion cakephp/app/Config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
CakePlugin::load('BoostCake');

//Define versions
define('STATUSENIGNE_VERSION', '2.2.1');
define('STATUSENIGNE_VERSION', '2.2.2');
define('PERFDATA_VERSION', '1.2.0');


Expand Down

0 comments on commit b5c86f0

Please sign in to comment.