Releases: Syonix/monolog-viewer
Releases · Syonix/monolog-viewer
v4.0.2 Bugfix
v4.0.1 Bugfix
This is a bugfix update and fixes #15.
v4.0.0
v3.1.1
v3.1.0
v3.0.1
v3.0.0
This version brings some new features:
Flysystem integration: As requested, I integrated Flysystem for log file access. Currently implemented are the FTP and Local adapters, but any other Flysystem adapter can easily be added to the Syonix\LogViewer\LogFile.php
constructor. Feel free to contribute.
Change config file format to yaml: The json config file started to get messy, so it was replaced by the much sleeker YAML. See README for the new syntax.
Dynamic RewriteBase: Until now you had to edit your .htaccess
if you installed the MonologViewer in a subdirectory. This is now handled dynamically.
Improvements: Various improvements, mostly design and error handling.