Releases: cobwebch/devlog
Releases · cobwebch/devlog
3.0.5
Update composer information
3.0.4
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
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
Compatibility with TYPO3 8 LTS verified.
v3.0.1
Fixed path to MarkJS library (BE module crash); fixed some log writing errors; improved output security in BE module.
v3.0.0
Fully rewritten extension. New concept of log writers. New backend module based on jQuery and DataTables. Documentation moved to reStructuredText.