From ccb4c785f3c1327aa42709f6b5253f9153fea63c Mon Sep 17 00:00:00 2001 From: Dirk Persky Date: Wed, 13 Mar 2024 19:07:17 +0100 Subject: [PATCH] #139 release --- ext_emconf.php | 2 +- ext_tables.php | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index 7f4ab15..0306bfc 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -25,6 +25,6 @@ 'suggests' => [], ], 'state' => 'beta', // stable - 'version' => '12.2.0' + 'version' => '12.2.1' ]; diff --git a/ext_tables.php b/ext_tables.php index 11619a3..d4159d2 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -9,4 +9,11 @@ * @license MIT */ -defined('TYPO3') or die(); \ No newline at end of file +defined('TYPO3') or die(); + +$boot = static function (): void { + +}; + +$boot(); +unset($boot); \ No newline at end of file