From 5a33e062b0ec3ce478285d6c6631a6d23136f80f Mon Sep 17 00:00:00 2001 From: siwa_pparzer Date: Thu, 5 Apr 2018 07:25:13 +0200 Subject: [PATCH] [BUGFIX][#4][2.0.4] remove old Template Override --- Configuration/TypoScript/setup.txt | 8 -------- composer.json | 2 +- ext_emconf.php | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Configuration/TypoScript/setup.txt b/Configuration/TypoScript/setup.txt index a4702f5..5e85a6a 100644 --- a/Configuration/TypoScript/setup.txt +++ b/Configuration/TypoScript/setup.txt @@ -27,12 +27,4 @@ module.tx_socialstream { flickrappid = {$module.tx_socialstream.settings.flickrappid} flickrappsecret = {$module.tx_socialstream.settings.flickrappsecret} } -} - -plugin.tx_news { - view { - templateRootPaths.9 = EXT:social_stream/Resources/Private/Templates/ - partialRootPaths.9 = EXT:social_stream/Resources/Private/Partials/ - layoutRootPaths.9 = EXT:social_stream/Resources/Private/Layouts/ - } } \ No newline at end of file diff --git a/composer.json b/composer.json index 6e2f576..021ecf6 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "typo3/cms-core": "^7.6.13 || >=8.7.0 <9", "georgringer/news": ">=4.3.0" }, - "version": "2.0.3", + "version": "2.0.4", "config": { "vendor-dir": ".Build/vendor", "bin-dir": ".Build/bin" diff --git a/ext_emconf.php b/ext_emconf.php index 6645b80..5e31805 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -12,7 +12,7 @@ 'uploadfolder' => '1', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '2.0.3', + 'version' => '2.0.4', 'constraints' => array( 'depends' => array( 'typo3' => '7.6.0-8.7.99',