Skip to content

Releases: cobwebch/devlog

3.0.5

07 Apr 12:39
Compare
Choose a tag to compare

Update composer information

3.0.4

23 Jan 09:51
Compare
Choose a tag to compare

This release contains two bug fixes:

  • catch exceptions when uncompressing extra data in the backend module
  • ensure that the loader icon is available

Furthermore an important note was added to the documentation: with TYPO3 8, it is necessary to set the $GLOBALS['TYPO3_CONF_VARS']['SYS']['enable_DLOG'] to true, otherwise nothing is written to the Developer's Log, no matter which Writer is used.

3.0.3

22 Feb 15:55
Compare
Choose a tag to compare

Bug fix release with just one correction: a check was added to make sure the database connection is available before activating the database writer.

v3.0.2

29 May 08:25
Compare
Choose a tag to compare

Compatibility with TYPO3 8 LTS verified.

v3.0.1

16 Nov 15:29
Compare
Choose a tag to compare

Fixed path to MarkJS library (BE module crash); fixed some log writing errors; improved output security in BE module.

v3.0.0

14 Nov 08:00
Compare
Choose a tag to compare

Fully rewritten extension. New concept of log writers. New backend module based on jQuery and DataTables. Documentation moved to reStructuredText.