Skip to content

Releases: xy2z/AcLog

2.1.0

15 Jun 19:20

Choose a tag to compare

  • Callbacks now support any return type (object/array) (#3)

2.0.1

17 Jan 19:14

Choose a tag to compare

  • Fix bug when using AcLogStatic class with include_trace enabled. #6

2.0.0

02 Jul 19:01

Choose a tag to compare

Removed property: $filename_date_format (use $filename instead for custom filenames)

New constructor properties:

  • (string) $filename. The log filename. Default set to date('Y-m-d').log
  • (bool) $log_header. Default true.

1.1.1

24 Jan 13:52
7c974d2

Choose a tag to compare

Fixed autoloading

1.1.0 - Static Class

05 Jan 13:11

Choose a tag to compare

  • Added a new class: AcLogStatic for static usage.

First stable release

04 Jan 14:59
c2152ab

Choose a tag to compare

  • Tests (phpunit)
  • Coding standard (php-cs-fixer)
  • Code analysis (phpstan)
    and more :)

1.0.0-alpha.1

20 Dec 13:27

Choose a tag to compare

1.0.0-alpha.1 Pre-release
Pre-release
First commit