We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde6fca commit c75d583Copy full SHA for c75d583
ext_emconf.php
@@ -8,15 +8,15 @@
8
'title' => 'News importer',
9
'description' => 'Import RSS/Atom feeds or externals HTML as ext:news records',
10
'category' => 'plugin',
11
- 'version' => '1.0.3',
+ 'version' => '2.0.0',
12
'state' => 'alpha',
13
'clearCacheOnLoad' => true,
14
'author' => 'Frans Saris',
15
'author_email' => 't3ext@beech.it',
16
'author_company' => 'Beech.it',
17
'constraints' => [
18
'depends' => [
19
- 'typo3' => '7.99.99-8.99.99',
+ 'typo3' => '10.4.0-10.99.99',
20
'news' => '*',
21
],
22
'conflicts' => [],
0 commit comments