Skip to content

Releases: anklimsk/wpkg-express-2

v1.1.0-rc.1

25 Oct 20:20
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release

Improvements:

  • Added autocompletion when editing XML based on XSD schema;
  • Added the ability to edit XML packages, profiles and hosts;
  • Added saving the state of tables in bookmarks.

Changes:

  • Improved updating of parent information change time when changing child information (#4).

Fixed:

  • Fixed updating the modal window when deleting a dependency list item.

v1.0.12

20 Sep 16:05
Compare
Choose a tag to compare

Improvements:

  • Added support for alternative Directory Services (Samba or OpenLDAP) (#1, #14, #16).

Fixed:

  • Fixed internal authentication issue after saving settings (#13).

v1.0.11

02 Apr 15:55
Compare
Choose a tag to compare

Fixed:

  • Updated CakeInstaller plugin (#12).

v1.0.10

15 Mar 20:20
Compare
Choose a tag to compare

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.

v1.0.10-rc.1

08 Dec 16:32
Compare
Choose a tag to compare
v1.0.10-rc.1 Pre-release
Pre-release

Improvements:

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

Changes:

  • Added support for PHP 7.3 (#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.

v1.0.9

03 May 12:58
Compare
Choose a tag to compare

Fixed:

  • Fixed the duration cache settings for methods to retrieving list information of computers.

v1.0.8

29 Mar 07:12
Compare
Choose a tag to compare

Improvements:

  • Added percentage of packages to version chart of installed packages.

Fixed:

  • Fixed using exit code directory on parsing log files;
  • Fixed message ...And n more records in the error report sent by email.

v1.0.7

22 Mar 11:20
Compare
Choose a tag to compare

Improvements:

  • Improved display of tabular information;
  • Added highlighting of embedded checks in italics;
  • Changed the display of the start time for installation and removal package.

Fixed:

  • Fixed invalidation of OPCache files when clearing the View cache.

v1.0.6

18 Mar 11:07
Compare
Choose a tag to compare

Improvements:

  • Added the ability to edit the exit code directory.

Fixed:

  • Fixed updating the exit code directory from XML.

v1.0.5

15 Mar 10:38
Compare
Choose a tag to compare

Improvements:

  • Improved display of tabular information;
  • Added feature to creates an XML configuration for WPKG using an editor with validating XML schema.

Fixed:

  • Fixed display of long information about packages;