Skip to content

Commit

Permalink
[BUGFIX][#4][2.0.4]
Browse files Browse the repository at this point in the history
remove old Template Override
  • Loading branch information
siwa-pparzer committed Apr 5, 2018
1 parent 7066c9c commit 5a33e06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions Configuration/TypoScript/setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5a33e06

Please sign in to comment.