Skip to content

Releases: Syonix/monolog-viewer

v4.0.2 Bugfix

Choose a tag to compare

@mpbzh mpbzh released this 11 Aug 17:49

Bugfix for Bug #18.

v4.0.1 Bugfix

Choose a tag to compare

@mpbzh mpbzh released this 07 Aug 13:57

This is a bugfix update and fixes #15.

v4.0.0

Choose a tag to compare

@mpbzh mpbzh released this 09 Jun 21:17
  • 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

Choose a tag to compare

@mpbzh mpbzh released this 10 Apr 07:24

Updated a dependency

v3.1.0

Choose a tag to compare

@mpbzh mpbzh released this 09 Apr 17:44
  • Added support for custom log line patterns
  • Changed document root for local files to "/", to also support files outside DOCUMENT_ROOT

v3.0.1

Choose a tag to compare

@mpbzh mpbzh released this 09 Apr 16:14

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

v3.0.0

Choose a tag to compare

@mpbzh mpbzh released this 09 Apr 13:17

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

Choose a tag to compare

@mpbzh mpbzh released this 25 Aug 06:55

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

v1.1.3

Choose a tag to compare

@mpbzh mpbzh released this 04 Jun 11:15

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

v1.1.2

Choose a tag to compare

@mpbzh mpbzh released this 04 Jan 19:38

Graphical improvements