Skip to content

Commit

Permalink
[TASK] Release version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsuter committed Nov 19, 2021
1 parent 5eb664f commit 0efe2c7
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 37 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Add example about importing translations, resolves #2
* Add example about filtering data, resolves #1
* Release version 4.0.0

2021-11-17 Francois Suter (Idéative) <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ External Import Tutorial
data import, fetch data, services, tutorial

:Copyright:
2007-2020
2007-2021

:Author:
François Suter (Idéative)
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[general]
copyright = 2007-2020
copyright = 2007-2021
project = External Import Tutorial
release = 3.0.0
release = 4.0.0

[notify]
about_new_build = [email protected]
Expand Down
60 changes: 26 additions & 34 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,40 +1,32 @@
<?php

/*********************************************************************
* Extension configuration file for ext "externalimport_tut".
*
* Generated by ext 03-08-2016 19:39 UTC
*
* https://github.com/t3elmar/Ext
*********************************************************************/

$EM_CONF[$_EXTKEY] = [
'title' => 'External Import Tutorial',
'description' => 'Tutorial for the External Import extension. Contains the manual and the necessary files.',
'category' => 'example',
'author' => 'Francois Suter (Idéative)',
'author_email' => '[email protected]',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author_company' => '',
'version' => '3.0.1',
'constraints' =>
'title' => 'External Import Tutorial',
'description' => 'Tutorial for the External Import extension. Contains the manual and the necessary files.',
'category' => 'example',
'author' => 'Francois Suter (Idéative)',
'author_email' => '[email protected]',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author_company' => '',
'version' => '4.0.0',
'constraints' =>
[
'depends' =>
[
'external_import' => '6.0.0-0.0.0',
'svconnector_csv' => '3.0.0-0.0.0',
'svconnector_feed' => '3.0.0-0.0.0',
'news' => '9.1.0-0.0.0',
'typo3' => '10.4.0-11.5.99',
],
'conflicts' =>
[
],
'suggests' =>
[
'depends' =>
[
'external_import' => '6.0.0-0.0.0',
'svconnector_csv' => '3.0.0-0.0.0',
'svconnector_feed' => '3.0.0-0.0.0',
'news' => '9.1.0-0.0.0',
'typo3' => '10.4.0-11.5.99',
],
'conflicts' =>
[
],
'suggests' =>
[
],
],
],
];

0 comments on commit 0efe2c7

Please sign in to comment.