-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Prepare release of version 4.0.0
- Loading branch information
Francois Suter
committed
Oct 5, 2021
1 parent
b22021a
commit 81d010a
Showing
3 changed files
with
24 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => | ||
[ | ||
], | ||
], | ||
], | ||
]; | ||
|