From 70222210f81f39f0877f68bcf0302c0543592f0b Mon Sep 17 00:00:00 2001 From: Nicole Cordes Date: Fri, 22 Jun 2018 15:22:29 +0200 Subject: [PATCH] [RELEASE] Release of filefill 1.3.1 --- ChangeLog | 4 ++++ ext_emconf.php | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ac02cf3..218ded6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-06-22 [RELEASE] Release of filefill 1.3.1 (Nicole Cordes) +2018-06-21 86775c6 Use short scalar casting (Nicole Cordes) +2018-06-20 0c1d00f fix http_code check for typo3 7.6 (kaywalker) + 2018-06-19 [RELEASE] Release of filefill 1.3.0 (Nicole Cordes) 2018-06-19 0bc79fa [BUGFIX] Simplify return conditions in ResourceFactorySlot (Nicole Cordes) 2018-06-11 d16bf28 [TASK] Add documentation for TYPO3_CONF_VARS configuration (Nicole Cordes) diff --git a/ext_emconf.php b/ext_emconf.php index 9216205..e8bdd00 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -21,17 +21,17 @@ 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '1.3.0', - 'constraints' => + 'version' => '1.3.1', + 'constraints' => array ( - 'depends' => + 'depends' => array ( 'typo3' => '7.6.0-8.7.99', ), - 'conflicts' => + 'conflicts' => array ( ), - 'suggests' => + 'suggests' => array ( ), ),