Skip to content

Commit 34bbade

Browse files
authored
Merge pull request #26 from punktDe/TYPO3_13_Upgrade
Update ext_emconf and documentation
2 parents feb7444 + a451e6f commit 34bbade

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/Settings.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ project = Quickedit
2525
# ... (recommended) version, displayed next to title (desktop) and in <meta name="book-version"
2626
# .................................................................................
2727

28-
release = 2.0.0
28+
release = 3.0.0
2929

3030
# .................................................................................
3131
# ... (recommended) displayed in footer

ext_emconf.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
$EM_CONF[$_EXTKEY] = [
33
'title' => 'Toolbar for editing page properties',
44
'description' => 'This extension provides a configurable toolbar for editing page properties.',
5-
'version' => '2.0.0',
5+
'version' => '3.0.0',
66
'category' => 'be',
77
'constraints' => [
88
'depends' => [
9-
'typo3' => '12.4.0 - 12.4.99'
9+
'typo3' => '13.4.0 - 13.4.99'
1010
],
1111
'conflicts' => [],
1212
'suggests' => [],

0 commit comments

Comments
 (0)