Skip to content

Releases: cobwebch/devlog

3.0.5

Choose a tag to compare

@fsuter fsuter released this 07 Apr 12:39

Update composer information

3.0.4

Choose a tag to compare

@fsuter fsuter released this 23 Jan 09:51

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

Choose a tag to compare

@fsuter fsuter released this 22 Feb 15:55

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

Choose a tag to compare

@fsuter fsuter released this 29 May 08:25

Compatibility with TYPO3 8 LTS verified.

v3.0.1

Choose a tag to compare

@fsuter fsuter released this 16 Nov 15:29

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

v3.0.0

Choose a tag to compare

@fsuter fsuter released this 14 Nov 08:00

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