Skip to content

Commit 0282959

Browse files
author
Francois Suter
committed
[TASK] Verify compatibility with TYPO3 8 LTS
1 parent deabdf7 commit 0282959

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-05-29 Francois Suter <[email protected]>
2+
3+
* Verified compatibility with TYPO3 8 LTS
4+
15
2017-01-07 Francois Suter <[email protected]>
26

37
* Added test plugin for generating log entries

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Developer's Log
2+
3+
TYPO3 extension for logging calls to `GeneralUtility:devLog()` and browsing and searching those entries.
4+
[Refer to the manual](https://docs.typo3.org/typo3cms/extensions/devlog/) for more details.

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'version' => '3.0.1',
3030
'constraints' => array(
3131
'depends' => array(
32-
'typo3' => '7.6.0-8.5.99',
32+
'typo3' => '7.6.0-8.9.99',
3333
),
3434
'conflicts' => array(
3535
),

0 commit comments

Comments
 (0)