Skip to content

Commit ccb4c78

Browse files
committed
#139 release
1 parent 410c908 commit ccb4c78

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
'suggests' => [],
2626
],
2727
'state' => 'beta', // stable
28-
'version' => '12.2.0'
28+
'version' => '12.2.1'
2929
];
3030

ext_tables.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,11 @@
99
* @license MIT
1010
*/
1111

12-
defined('TYPO3') or die();
12+
defined('TYPO3') or die();
13+
14+
$boot = static function (): void {
15+
16+
};
17+
18+
$boot();
19+
unset($boot);

0 commit comments

Comments
 (0)