Skip to content
Snippets Groups Projects
Commit 05631edb authored by Fabian Galinski's avatar Fabian Galinski :pouting_cat:
Browse files

[TASK] Adapation of sg_news to new sg_comments version

parent f0ed8cd3
No related branches found
No related tags found
No related merge requests found
...@@ -126,13 +126,8 @@ ...@@ -126,13 +126,8 @@
<section class="content light-bg"> <section class="content light-bg">
<div class="container"> <div class="container">
<div class="tx-sgnews-single-comments"> <div class="tx-sgnews-single-comments">
<div class="tx-sgnews-comments-inner"> <div id="comments" class="tx-sgnews-comments-inner">
<f:cObject typoscriptObjectPath="lib.sgCommentsIndex" /> <f:cObject typoscriptObjectPath="lib.sgCommentsIndex" />
<hr />
<div class="tx-sgnews-single-comment-form">
<f:flashMessages renderMode="div" />
<f:cObject typoscriptObjectPath="lib.sgCommentsNew" />
</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"license": [ "license": [
"GPL-2.0+" "GPL-2.0+"
], ],
"version": "3.3.9", "version": "3.3.10",
"support": { "support": {
}, },
"repositories": [ "repositories": [
......
...@@ -19,7 +19,7 @@ $EM_CONF[$_EXTKEY] = [ ...@@ -19,7 +19,7 @@ $EM_CONF[$_EXTKEY] = [
'modify_tables' => '', 'modify_tables' => '',
'clearCacheOnLoad' => 0, 'clearCacheOnLoad' => 0,
'lockType' => '', 'lockType' => '',
'version' => '3.3.9', 'version' => '3.3.10',
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [
'typo3' => '7.6.0-7.6.99', 'typo3' => '7.6.0-7.6.99',
...@@ -27,7 +27,7 @@ $EM_CONF[$_EXTKEY] = [ ...@@ -27,7 +27,7 @@ $EM_CONF[$_EXTKEY] = [
], ],
'conflicts' => [], 'conflicts' => [],
'suggests' => [ 'suggests' => [
'sg_comments' => '1.0.0-', 'sg_comments' => '2.1.0-',
'rx_shariff' => '5.0.1-', 'rx_shariff' => '5.0.1-',
], ],
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment