Skip to content

Latest commit

 

History

History
144 lines (76 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

144 lines (76 loc) · 1.62 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

1.0.5 - 20190512

Added

  • Nothing.

Changed

  • Nothing

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • CS fixes (package handler)
  • Localize $@ variable (package handler)

1.0.4 - 20190419

Added

  • Nothing.

Changed

  • Hide server info.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Unwanted configuration parameter.

1.0.3 - 20190410

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Listener sample for overriding of default config.inc.php configuration file.
  • Location regexp in Nginx configuration file.
  • Useless import of the iMSCP::Rights package (package handler).
  • CS fixes

1.0.2 - 20190401

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • DBI instance must be Lazy loaded.
  • Nginx configuration file not removed on uninstallation.
  • Uncaught exception in _setupDatabase routine (package handler).

1.0.1 - 20190331

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Missing privileges on the mysql.host table for the PMA controluser when that table exists
  • Missing privileges on the mysql.user table for the PMA controluser when the mysql.host table doesn't exists

1.0.0 - 20190328

Initial release.

Added

  • Everything.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.