Skip to content

Commit

Permalink
[RELEASE] Release of filefill 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabRecht committed Sep 13, 2018
1 parent ad38e5f commit 5b965ad
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 26 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2018-09-13 [RELEASE] Release of filefill 0.6.0 (Nicole Cordes)
2018-09-13 ad38e5f [FEATURE] Downgrade to TYPO3 6.2 (Nicole Cordes)

2018-09-12 [RELEASE] Release of filefill 1.3.2 (Nicole Cordes)
2018-09-12 fb797f5 [TASK] Update supporting files to EXT:my_skeleton 0.1.4 (Nicole Cordes)
2018-09-12 03ec1b0 [BUGFIX] Handle response from socket correctly (Nicole Cordes)
Expand Down
52 changes: 26 additions & 26 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,38 @@
/***************************************************************
* Extension Manager/Repository config file for ext "filefill".
*
* Auto generated 12-09-2018 22:55
* Auto generated 13-09-2018 15:25
*
* 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] = array (
'title' => 'File Fill',
'description' => 'Find and fetch missing local files from different remotes',
'category' => 'misc',
'author' => 'Nicole Cordes',
'author_email' => '[email protected]',
'author_company' => 'biz-design',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '0.6.0',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '6.2.0-6.2.99',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
'_md5_values_when_last_written' => 'a:23:{s:9:"ChangeLog";s:4:"81ab";s:7:"LICENSE";s:4:"b234";s:9:"README.md";s:4:"cecd";s:13:"composer.json";s:4:"cc85";s:12:"ext_icon.png";s:4:"970b";s:17:"ext_localconf.php";s:4:"ff94";s:14:"ext_tables.sql";s:4:"29ed";s:16:"phpunit.xml.dist";s:4:"7d0d";s:24:"sonar-project.properties";s:4:"88f7";s:35:"Classes/Hooks/ResetMissingFiles.php";s:4:"01cb";s:45:"Classes/Resource/RemoteResourceCollection.php";s:4:"0030";s:52:"Classes/Resource/RemoteResourceCollectionFactory.php";s:4:"4da3";s:44:"Classes/Resource/RemoteResourceInterface.php";s:4:"1d87";s:42:"Classes/Resource/Domain/DomainResource.php";s:4:"b6b9";s:52:"Classes/Resource/Domain/DomainResourceRepository.php";s:4:"f4c7";s:42:"Classes/Resource/Driver/FileFillDriver.php";s:4:"1830";s:52:"Classes/Resource/Placeholder/PlaceholderResource.php";s:4:"a4f8";s:42:"Classes/Slot/FileProcessingServiceSlot.php";s:4:"9fd3";s:36:"Classes/Slot/ResourceFactorySlot.php";s:4:"30df";s:38:"Classes/UserFunc/CheckMissingFiles.php";s:4:"84d3";s:37:"Configuration/FlexForms/Resources.xml";s:4:"bdd1";s:48:"Configuration/TCA/Overrides/sys_file_storage.php";s:4:"3c9d";s:43:"Resources/Private/Language/locallang_db.xlf";s:4:"508c";}',
'title' => 'File Fill',
'description' => 'Find and fetch missing local files from different remotes',
'category' => 'misc',
'author' => 'Nicole Cordes',
'author_email' => '[email protected]',
'author_company' => 'biz-design',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '0.6.0',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '6.2.0-6.2.99',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
'_md5_values_when_last_written' => 'a:23:{s:9:"ChangeLog";s:4:"0353";s:7:"LICENSE";s:4:"b234";s:9:"README.md";s:4:"cecd";s:13:"composer.json";s:4:"34b1";s:12:"ext_icon.png";s:4:"970b";s:17:"ext_localconf.php";s:4:"a87d";s:14:"ext_tables.sql";s:4:"29ed";s:16:"phpunit.xml.dist";s:4:"7d0d";s:24:"sonar-project.properties";s:4:"88f7";s:35:"Classes/Hooks/ResetMissingFiles.php";s:4:"b2c8";s:45:"Classes/Resource/RemoteResourceCollection.php";s:4:"3a98";s:52:"Classes/Resource/RemoteResourceCollectionFactory.php";s:4:"0c1e";s:44:"Classes/Resource/RemoteResourceInterface.php";s:4:"3d69";s:42:"Classes/Resource/Domain/DomainResource.php";s:4:"4d65";s:52:"Classes/Resource/Domain/DomainResourceRepository.php";s:4:"f395";s:42:"Classes/Resource/Driver/FileFillDriver.php";s:4:"76d5";s:52:"Classes/Resource/Placeholder/PlaceholderResource.php";s:4:"2de3";s:42:"Classes/Slot/FileProcessingServiceSlot.php";s:4:"cea3";s:36:"Classes/Slot/ResourceFactorySlot.php";s:4:"cdd8";s:38:"Classes/UserFunc/CheckMissingFiles.php";s:4:"41c4";s:37:"Configuration/FlexForms/Resources.xml";s:4:"bdd1";s:48:"Configuration/TCA/Overrides/sys_file_storage.php";s:4:"8a90";s:43:"Resources/Private/Language/locallang_db.xlf";s:4:"508c";}',
);

0 comments on commit 5b965ad

Please sign in to comment.