Skip to content

Releases: the-kbA-team/cakephp-graylog

CakePHP 5.x release 4.0.1

22 Aug 07:07
Compare
Choose a tag to compare

CakePHP 2.x release 1.4.0

21 Aug 14:25
a82b5dd
Compare
Choose a tag to compare

What's Changed

  • CakePHP 2.x release 1.4.0 by @tigerduck42 in #14
    * lift code to PHP 8.1
    * add phpstan test
    * add github workflow
    * #13 use kba-team/cakephp

Full Changelog: v1.3.0...v1.4.0

CakePHP 5.x release 4.0.0

21 Aug 14:30
c4c1b28
Compare
Choose a tag to compare

What's Changed

  • 11 cake5 php 81 setup by @tigerduck42 in #12
    • Build version for CakePHP 5.x
    • add phpstan
    • add github workflow
    • 61322fb remove add_file_and_line option

Full Changelog: master...v4.0.0

CakePHP 4.x release 3.0

13 Dec 17:56
e76b66d
Compare
Choose a tag to compare

New

  • #5 Bumped CakePHP version to ^4.3.

CakePHP 3.x release 2.3.0

13 Dec 17:10
f6121aa
Compare
Choose a tag to compare

New

  • #6 Added config option to ignore transport errors and set it true by default.

Changes

  • #8 Updated composer requirements to PHP 7.2.

CakePHP 2.x release 1.3.0

13 Dec 15:01
56b6f3c
Compare
Choose a tag to compare

New

  • #6 Added config option to ignore transport errors and set it true by default.

Changes

  • #8 Updated composer requirements to PHP 7.2.

CakePHP 3.x release 2.2.0

15 Oct 08:30
Compare
Choose a tag to compare

New

  • #4 Added option to disable logging file and line.
  • Replaced accessing array _config with getConfig().

CakePHP 2.x release 1.2.0

15 Oct 06:46
Compare
Choose a tag to compare

New

  • #4 Added option to disable logging file and line.

CakePHP 3.x release 2.1.1

12 Oct 15:24
Compare
Choose a tag to compare

Bugfixes

  • #3 Added loop detection in case an exception thrown during logging causes another log.

CakePHP 2.x release 1.1.1

12 Oct 15:22
Compare
Choose a tag to compare

Bugfixes

  • #3 Added loop detection in case an exception thrown during logging causes another log write.