diff --git a/Configuration/TCA/Podcast.php b/Configuration/TCA/Podcast.php index 719aa12..6be9b15 100644 --- a/Configuration/TCA/Podcast.php +++ b/Configuration/TCA/Podcast.php @@ -107,7 +107,7 @@ 'config' => array( 'type' => 'input', 'size' => 12, - 'max' => 10, + 'max' => 17, 'eval' => 'datetime,required', 'checkbox' => '0', 'default' => time(), diff --git a/ext_emconf.php b/ext_emconf.php index 508ebe6..1aab602 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -32,7 +32,7 @@ array ( 'depends' => array ( - 'typo3' => '4.5-6.0.3', + 'typo3' => '4.5-6.2.1', 'extbase' => '1.3', 'fluid' => '1.3', ),