We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8d663 commit 62463f9Copy full SHA for 62463f9
composer.json
@@ -3,7 +3,6 @@
3
"type": "typo3-cms-extension",
4
"description": "\"News importer\": Import news feeds into your TYPO3 CMS",
5
"license": ["GPL-2.0+"],
6
- "version": "0.1.1",
7
"require": {
8
"typo3/cms-core": ">=6.2.1,<8.0",
9
"querypath/querypath": "^3"
ext_emconf.php
@@ -8,7 +8,7 @@
'title' => 'News importer',
'description' => 'Import RSS/Atom feeds or externals HTML as ext:news records',
10
'category' => 'plugin',
11
- 'version' => '0.1.2',
+ 'version' => '0.1.3',
12
'state' => 'alpha',
13
'clearcacheonload' => TRUE,
14
'author' => 'Frans Saris',
0 commit comments