Skip to content

Commit

Permalink
Merge branch 'release/1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianstein committed Nov 29, 2016
2 parents a90ec1f + 82afd25 commit 257cfe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Classes/Controller/StudyCourseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,16 @@
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/

use In2code\In2studyfinder\Domain\Model\StudyCourse as BasicStudyCourse;
use In2code\In2studyfinder\Domain\Model\StudyCourse;
use In2code\In2studyfinder\Utility\ExtensionUtility;
use In2code\In2studyfinderExtend\Domain\Model\StudyCourse;
use In2code\In2studyfinderExtend\Domain\Repository\StudyCourseRepository;
use TYPO3\CMS\Core\Utility\ClassNamingUtility;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject;
use TYPO3\CMS\Extbase\Persistence\Generic\QueryResult;
use TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface;
use TYPO3\CMS\Extbase\Persistence\ObjectStorage;
use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
use In2code\In2studyfinder\Domain\Repository\StudyCourseRepository;

/**
* StudyCourseController
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.1.1',
'version' => '1.1.2',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-7.6.99',
Expand Down

0 comments on commit 257cfe3

Please sign in to comment.