Skip to content

Commit

Permalink
#139 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkPersky committed Mar 13, 2024
1 parent 410c908 commit ccb4c78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
'suggests' => [],
],
'state' => 'beta', // stable
'version' => '12.2.0'
'version' => '12.2.1'
];

9 changes: 8 additions & 1 deletion ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@
* @license MIT
*/

defined('TYPO3') or die();
defined('TYPO3') or die();

$boot = static function (): void {

};

$boot();
unset($boot);

0 comments on commit ccb4c78

Please sign in to comment.