diff --git a/ext_emconf.php b/ext_emconf.php index d6ea257..582a32e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -15,7 +15,7 @@ $EM_CONF[$_EXTKEY] = array( 'description' => 'Flexible photo gallery which renders multilevel plain directories into scaled, watermarked (IM6+) and thumbnailed images with a frontend interface to make multilangual comments per photo and directory.', 'category' => 'plugin', 'shy' => 0, - 'version' => '1.7.18', + 'version' => '1.7.18-v6.2', 'dependencies' => '', 'conflicts' => '', 'priority' => '', @@ -34,7 +34,7 @@ $EM_CONF[$_EXTKEY] = array( 'CGLcompliance_note' => '', 'constraints' => array( 'depends' => array( - 'typo3' => '4.5.0-6.1.99', + 'typo3' => '4.5.0-6.2.99', ), 'conflicts' => array( ), diff --git a/pi1/class.tx_gooffotoboek_pi1.php b/pi1/class.tx_gooffotoboek_pi1.php index d1c3c93..be7f9ef 100644 --- a/pi1/class.tx_gooffotoboek_pi1.php +++ b/pi1/class.tx_gooffotoboek_pi1.php @@ -28,8 +28,8 @@ * */ - require_once(PATH_tslib.'class.tslib_pibase.php'); - require_once(PATH_t3lib.'class.t3lib_stdgraphic.php'); + //require_once(PATH_tslib.'class.tslib_pibase.php'); + //require_once(PATH_t3lib.'class.t3lib_stdgraphic.php'); /** * Extention class for the photobook plugin *