Skip to content

Commit 8b091be

Browse files
author
Francois Suter
committed
[TASK] Release version 3.0.2
1 parent 0282959 commit 8b091be

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
2017-05-29 Francois Suter <[email protected]>
22

33
* Verified compatibility with TYPO3 8 LTS
4+
* Released version 3.0.2
45

56
2017-01-07 Francois Suter <[email protected]>
67

Documentation/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Developer's Log
2424
The Developer's Log extension provides development logging/debugging functionality for usage of GeneralUtility::devlog() and a BE module to browse the logs.
2525

2626
:Keywords:
27-
data import, fetch data, services
27+
log, devlog, logging
2828

2929
:Copyright:
30-
2007-2016
30+
2007-2017
3131

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

Documentation/Settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
---
66
conf.py:
7-
copyright: 2007-2016
7+
copyright: 2007-2017
88
project: Developer's Log
99
version: 3.0
10-
release: 3.0.1
10+
release: 3.0.2
1111
latex_documents:
1212
- - Index
1313
- devlog.tex

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.1",
19+
"version": "3.0.2",
2020
"require": {
2121
"typo3/cms-core": ">=7.6.0,<9.0"
2222
},

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'author' => 'Francois Suter',
2727
'author_email' => '[email protected]',
2828
'author_company' => '',
29-
'version' => '3.0.1',
29+
'version' => '3.0.2',
3030
'constraints' => array(
3131
'depends' => array(
3232
'typo3' => '7.6.0-8.9.99',

0 commit comments

Comments
 (0)