We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785099c commit da61e08Copy full SHA for da61e08
ext_emconf.php
@@ -4,14 +4,14 @@
4
'title' => 'Menus',
5
'description' => 'Various Menu functionality for TYPO3 Frontend',
6
'category' => 'fe',
7
- 'version' => '0.5.1',
+ 'version' => '1.0.0',
8
'state' => 'stable',
9
'author' => 'Benni Mack',
10
'author_email' => 'typo3@b13.com',
11
'author_company' => 'b13 GmbH',
12
'constraints' => [
13
'depends' => [
14
- 'typo3' => '10.4.0-11.99.99',
+ 'typo3' => '10.4.0-12.99.99',
15
],
16
17
];
0 commit comments