Skip to content

Commit 0f2b3dc

Browse files
authored
[TASK] update version info and title in ext_emconf
1 parent 5023695 commit 0f2b3dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext_emconf.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
***************************************************************/
1212

1313
$EM_CONF[$_EXTKEY] = array(
14-
'title' => 't3footnotes',
14+
'title' => 'RTE footnotes and references',
1515
'description' => 'TYPO3 extension to add footnote functionality to TYPO3\'s integrated RTE CKEditor',
1616
'category' => 'misc',
1717
'author' => 'Jochen Rieger',
1818
'author_email' => '[email protected]',
19-
'state' => 'alpha',
19+
'state' => 'beta',
2020
'internal' => '',
2121
'uploadfolder' => '0',
2222
'createDirs' => '',
2323
'clearCacheOnLoad' => 0,
24-
'version' => '0.1.0',
24+
'version' => '1.0.0',
2525
'constraints' => array(
2626
'depends' => array(
2727
'typo3' => '8.7.0-9.5.99',

0 commit comments

Comments
 (0)