Skip to content

Commit

Permalink
updated ext_emconf.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hnadler committed Feb 6, 2016
1 parent 7e0dd59 commit 4cf8398
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'description' => '"Secure Download": Apply TYPO3 access rights to ALL file assets (PDFs, TGZs or JPGs etc. - configurable) - protect them from direct access.',
'category' => 'fe',
'shy' => 0,
'version' => '1.8.2',
'version' => '1.8.3',
'dependencies' => 'cms',
'conflicts' => '',
'priority' => '',
Expand All @@ -35,8 +35,8 @@
'constraints' => array(
'depends' => array(
'cms' => '',
'php' => '5.3.0-5.5.99',
'typo3' => '4.5.0-6.2.99',
'php' => '5.6.1-5.9.99',
'typo3' => '7.6.0-7.9.99',
),
'conflicts' => array(
),
Expand All @@ -48,4 +48,4 @@
'_md5_values_when_last_written' => 'a:47:{s:9:"ChangeLog";s:4:"7dc4";s:13:"composer.json";s:4:"1ac1";s:21:"ext_conf_template.txt";s:4:"fc04";s:12:"ext_icon.gif";s:4:"2dbb";s:17:"ext_localconf.php";s:4:"d809";s:14:"ext_tables.php";s:4:"9fc5";s:14:"ext_tables.sql";s:4:"ec93";s:8:"TODO.txt";s:4:"014d";s:46:"Classes/Configuration/ConfigurationManager.php";s:4:"8f49";s:28:"Classes/Core/ClassLoader.php";s:4:"22d6";s:30:"Classes/Core/ObjectManager.php";s:4:"abe6";s:29:"Classes/Parser/HtmlParser.php";s:4:"2207";s:46:"Classes/Parser/HtmlParserDelegateInterface.php";s:4:"9b32";s:34:"Classes/Request/RequestContext.php";s:4:"eae4";s:33:"Classes/Resource/FileDelivery.php";s:4:"a918";s:45:"Classes/Resource/UrlGenerationInterceptor.php";s:4:"54e9";s:64:"Classes/Resource/Publishing/AbstractResourcePublishingTarget.php";s:4:"60d9";s:80:"Classes/Resource/Publishing/Apache2DeliveryProtectedResourcePublishingTarget.php";s:4:"6549";s:76:"Classes/Resource/Publishing/PhpDeliveryProtectedResourcePublishingTarget.php";s:4:"afe1";s:49:"Classes/Resource/Publishing/ResourcePublisher.php";s:4:"8698";s:65:"Classes/Resource/Publishing/ResourcePublishingTargetInterface.php";s:4:"2628";s:79:"Classes/Security/Authorization/Resource/AccessRestrictionPublisherInterface.php";s:4:"9df2";s:70:"Classes/Security/Authorization/Resource/AccessTokenCookiePublisher.php";s:4:"af3f";s:77:"Classes/Security/Authorization/Resource/Apache2AccessRestrictionPublisher.php";s:4:"93e0";s:41:"Classes/Service/SecureDownloadService.php";s:4:"1b90";s:52:"Classes/TYPO3/CMS/Controller/ShowImageController.php";s:4:"f433";s:36:"Classes/Xclass/class.ux_fileList.inc";s:4:"bae4";s:44:"Classes/Xclass/class.ux_SC_tslib_showpic.php";s:4:"c266";s:33:"Migrations/Code/ClassAliasMap.php";s:4:"03de";s:46:"Migrations/Code/CompatibilityClassAliasMap.php";s:4:"6898";s:37:"Resources/Private/Examples/_.htaccess";s:4:"e99d";s:43:"Resources/Private/Examples/_.htaccess_allow";s:4:"5057";s:42:"Resources/Private/Examples/_.htaccess_deny";s:4:"e99d";s:43:"Resources/Private/Scripts/Compatibility.php";s:4:"3bee";s:55:"Resources/Private/Scripts/FileDeliveryEidDispatcher.php";s:4:"c5d2";s:36:"Tests/Unit/Parser/HtmlParserTest.php";s:4:"3ee4";s:41:"Tests/Unit/Request/RequestContextTest.php";s:4:"6aad";s:40:"Tests/Unit/Resource/FileDeliveryTest.php";s:4:"9f75";s:83:"Tests/Unit/Resource/Publishing/PhpDeliveryProtectedResourcePublishingTargetTest.php";s:4:"9142";s:48:"Tests/Unit/Service/SecureDownloadServiceTest.php";s:4:"5db0";s:14:"doc/manual.sxw";s:4:"7d36";s:37:"modLog/class.tx_nawsecuredl_table.php";s:4:"6044";s:15:"modLog/conf.php";s:4:"9c2f";s:16:"modLog/index.php";s:4:"3174";s:20:"modLog/locallang.xml";s:4:"71cc";s:24:"modLog/locallang_mod.xml";s:4:"84d1";s:21:"modLog/moduleicon.gif";s:4:"691d";}',
);

?>
?>

0 comments on commit 4cf8398

Please sign in to comment.