Skip to content

Commit bebd574

Browse files
committed
[TASK] Release version 3.0.4
1 parent eba01d5 commit bebd574

File tree

5 files changed

+32
-31
lines changed

5 files changed

+32
-31
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Catch uncompress errors when displaying extra data (thanks to E. Lang)
44
* Ensure spinner icon is available
55
* Mention enable_DLOG for TYPO3 v8 in the documentation
6+
* Release version 3.0.4
67

78
2018-02-22 Francois Suter <[email protected]>
89

Documentation/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Developer's Log
2727
log, devlog, logging
2828

2929
:Copyright:
30-
2007-2018
30+
2007-2019
3131

3232
:Author:
3333
François Suter (Cobweb)

Documentation/Settings.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[general]
2-
copyright = 2007-2018
2+
copyright = 2007-2019
33
project = Developer's Log
4-
release = 3.0.3
4+
release = 3.0.4
55
version = 3.0
66
77
[html_theme_options]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Devlog\\Devlog\\": "Classes/"
1717
}
1818
},
19-
"version": "3.0.3",
19+
"version": "3.0.4",
2020
"require": {
2121
"typo3/cms-core": ">=7.6.0,<9.0"
2222
},

ext_emconf.php

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@
1010
# "version" and "dependencies" must not be touched!
1111
########################################################################
1212

13-
$EM_CONF[$_EXTKEY] = array(
14-
'title' => 'Developer\'s Log',
15-
'description' => 'The Developer\'s Log extension provides development logging/debugging functionality for usage of GeneralUtility::devlog() and a BE module to browse the logs.',
16-
'category' => 'misc',
17-
'priority' => '',
18-
'loadOrder' => '',
19-
'module' => 'mod1',
20-
'state' => 'stable',
21-
'uploadfolder' => 0,
22-
'createDirs' => '',
23-
'modify_tables' => '',
24-
'clearCacheOnLoad' => 1,
25-
'lockType' => '',
26-
'author' => 'Francois Suter',
27-
'author_email' => '[email protected]',
28-
'author_company' => '',
29-
'version' => '3.0.3',
30-
'constraints' => array(
31-
'depends' => array(
32-
'typo3' => '7.6.0-8.9.99',
33-
),
34-
'conflicts' => array(
35-
),
36-
'suggests' => array(
37-
),
38-
),
39-
);
13+
$EM_CONF[$_EXTKEY] = [
14+
'title' => 'Developer\'s Log',
15+
'description' => 'The Developer\'s Log extension provides development logging/debugging functionality for usage of GeneralUtility::devlog() and a BE module to browse the logs.',
16+
'category' => 'misc',
17+
'priority' => '',
18+
'loadOrder' => '',
19+
'module' => 'mod1',
20+
'state' => 'stable',
21+
'uploadfolder' => 0,
22+
'createDirs' => '',
23+
'modify_tables' => '',
24+
'clearCacheOnLoad' => 1,
25+
'lockType' => '',
26+
'author' => 'Francois Suter',
27+
'author_email' => '[email protected]',
28+
'author_company' => '',
29+
'version' => '3.0.4',
30+
'constraints' => [
31+
'depends' => [
32+
'typo3' => '7.6.0-8.9.99',
33+
],
34+
'conflicts' => [
35+
],
36+
'suggests' => [
37+
],
38+
],
39+
];

0 commit comments

Comments
 (0)