Skip to content

Commit 90b1911

Browse files
Merge pull request #292 from eliashaeussler/task/stable
[TASK] Mark extension as stable
2 parents d9b590c + dc14140 commit 90b1911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'description' => 'Extends TYPO3\'s exception handling with AI generated solutions. Problems can also be solved from command line. Several OpenAI parameters are configurable and prompts and solution providers can be customized as desired.',
2626
'category' => 'misc',
2727
'version' => '0.2.17',
28-
'state' => 'beta',
28+
'state' => 'stable',
2929
'clearCacheOnLoad' => true,
3030
'author' => 'Elias Häußler',
3131
'author_email' => '[email protected]',

0 commit comments

Comments
 (0)