Skip to content

Releases: Syonix/monolog-viewer

v4.0.2 Bugfix

11 Aug 17:49
Compare
Choose a tag to compare

Bugfix for Bug #18.

v4.0.1 Bugfix

07 Aug 13:57
Compare
Choose a tag to compare

This is a bugfix update and fixes #15.

v4.0.0

09 Jun 21:17
Compare
Choose a tag to compare
  • Completely optimized for mobile devices
  • Added filter for channel
  • Implemented a text filter that filters for date, text and context
  • Enabled display of log channel as an option

v3.1.1

10 Apr 07:24
Compare
Choose a tag to compare

Updated a dependency

v3.1.0

09 Apr 17:44
Compare
Choose a tag to compare
  • Added support for custom log line patterns
  • Changed document root for local files to "/", to also support files outside DOCUMENT_ROOT

v3.0.1

09 Apr 16:14
Compare
Choose a tag to compare

Updated root directory for local files to $_SERVER['DOCUMENT_ROOT']

v3.0.0

09 Apr 13:17
Compare
Choose a tag to compare

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.

v2.0.0

25 Aug 06:55
Compare
Choose a tag to compare

Brand new version 2.0:
The application is now based on Silex.

v1.1.3

04 Jun 11:15
Compare
Choose a tag to compare

Updated correct version number (v1.1.2 has been released with version number v1.1.1 in composer.json)

v1.1.2

04 Jan 19:38
Compare
Choose a tag to compare

Graphical improvements