We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592ac88 commit bac19b9Copy full SHA for bac19b9
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 11.0.2
2
+
3
+## BUGFIX
4
5
+- [BUGFIX] Correct upper constraint in ext_emconf 592ac88
6
7
# 11.0.1
8
9
## BUGFIX
Documentation/Settings.cfg
@@ -1,8 +1,8 @@
[general]
project = TYPO3 Blog Extension
-version = 11.0.1
-release = 11.0.1
+version = 11.0.2
+release = 11.0.2
t3author = TYPO3 GmbH
copyright = since 2016 by TYPO3 GmbH
description = The blog extension for TYPO3 provides a blog based on TYPO3s core features - pages and content element.
ext_emconf.php
@@ -14,7 +14,7 @@
14
'state' => 'stable',
15
'author' => 'TYPO3 GmbH',
16
'author_email' => '[email protected]',
17
- 'version' => '11.0.1',
+ 'version' => '11.0.2',
18
'constraints' => [
19
'depends' => [
20
'typo3' => '10.4.0-11.5.99',
0 commit comments