Skip to content

Releases: tina4stack/tina4php-debug

Release v2.0.13

13 Jul 14:24
Compare
Choose a tag to compare

Updated TINA4_DEBUG_LENGTH default to be 200

Full Changelog: v2.0.12...v2.0.13

Release v2.0.12

13 Jul 14:12
Compare
Choose a tag to compare

Limited the output to console for performance reasons, log file still contains all the debug information.
Added new constant for the limiting TINA4_DEBUG_LENGTH, default value is 500 characters.

Full Changelog: v2.0.11...v2.0.12

Release v2.0.11

21 Mar 01:48
Compare
Choose a tag to compare

Moved check for .env constants.

Release v2.0.10

21 Mar 01:37
Compare
Choose a tag to compare

A most significant change now is that log rotations have been added to the log files

TINA4_LOG_SIZE = size in bytes, default is 1024*1024
TINA4_LOG_ROTATIONS= Rotations to keep, default is 5

Full Changelog: v2.0.9...v2.0.10

Release v2.0.9

20 Mar 10:13
Compare
Choose a tag to compare

Added alternative File name to the debug message call
The file will still be logged out to the log folder

Full Changelog: v2.0.8...v2.0.9

Release v2.0.8

07 Jun 13:04
Compare
Choose a tag to compare

Fixed the types on the error handler

Release v2.0.7

19 May 10:20
Compare
Choose a tag to compare

Debug information now only outputs if global TINA4_DEBUG is true

Release v2.0.6

24 Apr 13:02
Compare
Choose a tag to compare

Fix color for ALERT

Release v2.0.5

29 Nov 14:42
Compare
Choose a tag to compare

Putting TINA4_DEBUG to false in .env turns off debugging completely now

Release v2.0.4

20 Oct 15:46
Compare
Choose a tag to compare

Removed TINA4_DOCUMENT_ROOT dependency