Skip to content

Commit

Permalink
[TASK] Prepare release of version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Suter committed Oct 5, 2021
1 parent b22021a commit 81d010a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 34 deletions.
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 @@ Connector Services
data import, fetch data, services

:Copyright:
2007-2019
2007-2021

:Author:
François Suter (Idéative)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[general]
copyright = 2007-2021
project = Connector Services
release = 3.4.1
release = 4.0.0

[html_theme_options]
github_branch = master
Expand Down
54 changes: 22 additions & 32 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,39 +1,29 @@
<?php

/***************************************************************
* Extension Manager/Repository config file for ext "svconnector".
*
* Auto generated 05-04-2017 17:36
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/

$EM_CONF[$_EXTKEY] = [
'title' => 'Connector Services',
'description' => 'This family of services is used to connect to external data sources and fetch data from them. This is just a base class which cannot be used by itself. Implementations are done for specific subtypes.',
'category' => 'services',
'author' => 'Francois Suter (Idéative)',
'author_email' => '[email protected]',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author_company' => '',
'version' => '3.4.1',
'constraints' =>
'title' => 'Connector Services',
'description' => 'This family of services is used to connect to external data sources and fetch data from them. This is just a base class which cannot be used by itself. Implementations are done for specific subtypes.',
'category' => 'services',
'author' => 'Francois Suter (Idéative)',
'author_email' => '[email protected]',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author_company' => '',
'version' => '4.0.0',
'constraints' =>
[
'depends' =>
[
'typo3' => '10.4.0-11.99.99',
],
'conflicts' =>
[
],
'suggests' =>
[
'depends' =>
[
'typo3' => '10.4.0-11.99.99',
],
'conflicts' =>
[
],
'suggests' =>
[
],
],
],
];

0 comments on commit 81d010a

Please sign in to comment.