Skip to content

Commit 44a17ae

Browse files
committed
Merge branch 'release/11.0.2'
2 parents 27a943c + ad66705 commit 44a17ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Classes/Hooks/ClearCacheHook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function __construct(protected PhpFrontend $classCache)
1616
*/
1717
public function clearCachePostProc(array $parameters): void
1818
{
19-
if (Environment::getContext()->isDevelopment() && $parameters['cacheCmd'] === 'all') {
19+
if (Environment::getContext()->isDevelopment() && ($parameters['cacheCmd'] ?? '') === 'all') {
2020
$this->classCache->flush();
2121
}
2222
}

Documentation/guides.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
interlink-shortcode="evoweb/extender"
1616
/>
1717
<project title="extender"
18-
release="11.0.1"
19-
version="11.0.1"
18+
release="11.0.2"
19+
version="11.0.2"
2020
copyright="since 2014 by evoWeb"
2121
/>
2222
<inventory id="t3tsref" url="https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/"/>

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'author_email' => 'extender@evoweb.de',
1010
'author_company' => 'evoWeb',
1111
'state' => 'stable',
12-
'version' => '11.0.1',
12+
'version' => '11.0.2',
1313
'constraints' => [
1414
'depends' => [
1515
'typo3' => '13.0.0-13.4.99',

0 commit comments

Comments
 (0)