Skip to content

v1.0.10

Compare
Choose a tag to compare
@anklimsk anklimsk released this 15 Mar 20:20
· 31 commits to master since this release

Improvements:

  • Added support for PostgreSQL (#6);
  • Added support for negative exit codes (#2).

Changes:

  • Added support for PHP 7.4 (#3, #7).

Fixed:

  • Fixed support for exit codes * and any;
  • Fixed download WPI configuration files;
  • Added admin contacts to login page;
  • Fixed import of check type Host with the condition Host name.

After the upgrade, update the application database schema. Navigate to the directory app application (/var/www/wpkg/app) and run the command from the web server user (www-data), for example:
sudo -u www-data ./Console/cake schema update.