Skip to content

Commit cf9389d

Browse files
authored
Updated to TYPO3 v8 and v0.10.0
1 parent 5a3331e commit cf9389d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
'title' => 'Basic SEO Features',
99
'description' => 'Adds a separate field for the title-tag per page, easy and SEO-friendly keywords and description editing in a new module as well as a flexible Google Sitemap (XML).',
1010
'category' => 'fe',
11-
'version' => '0.9.6',
11+
'version' => '0.10.0',
1212
'state' => 'stable',
1313
'modify_tables' => 'pages,pages_language_overlay',
1414
'author' => 'Benni Mack',
1515
'author_email' => '[email protected]',
1616
'constraints' => array(
1717
'depends' => array(
18-
'typo3' => '6.2.0-8.9.99',
18+
'typo3' => '8.7.0-8.7.99',
1919
),
2020
'conflicts' => array(
2121
),

0 commit comments

Comments
 (0)