Skip to content

Releases: schuhwerk/php-error-log-viewer

v0.11.0

05 Jun 21:46
Compare
Choose a tag to compare

Fix deprecation error #15 . Thanks @irulvam for the issue & @andymoyle for the solution!

v0.10.0

29 Jan 18:04
Compare
Choose a tag to compare

This is no longer a single-file GUI! The path for the viewer changed, you no longer open http://example.com/php-error-log-viewer/php-error-log-viewer.php but https://examle.com/php-error-log-viewer/

What's Changed

  • Update php-error-log-viewer.php by @fglueck in #6
  • Split the single PHP file in multiple files.
  • Update readme ( file->folder, new screenshot, ideas section)
  • Add PHP unit tests (for file-parsing) with test data.
  • Add phpcs with coding standards (PSR12).
  • Add Travis support.

New Contributors

Full Changelog: 0.9.5...v0.10.0

0.9.5

19 Jul 15:20
Compare
Choose a tag to compare

Add support for PHP8. Thanks @fh32000 :)

0.9.4

20 Jun 13:24
Compare
Choose a tag to compare
  • fix: container-size issues in firefox
  • fix: sorting by time column (thanks @wukis & @eusi )
  • fix: use ISO8601 to transport timestamp (timezone-aware) to js
  • fix: the last elementent in the log file was not added to the approproate group. (c582c61)

0.9.2

25 Oct 20:01
Compare
Choose a tag to compare
docs: add more details to readme

0.9.1

04 May 10:40
Compare
Choose a tag to compare
docs: add more details to readme

0.9.0

27 Apr 10:44
Compare
Choose a tag to compare
doc: mention CDN, not working offline

Initial realease

24 Apr 08:15
3c8c12a
Compare
Choose a tag to compare
Initial realease Pre-release
Pre-release
v0.8

update name in composer.json