From 65c7081a8792381858456707bd5947a006811da3 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Tue, 20 Jun 2023 15:05:38 +0000 Subject: [PATCH] TYPO3 v12, news 11.0 compability --- Resources/Private/Layouts/Detail.html | 6 +----- Resources/Private/Layouts/General.html | 6 +----- composer.json | 5 +++-- ext_emconf.php | 4 ++-- 4 files changed, 7 insertions(+), 14 deletions(-) diff --git a/Resources/Private/Layouts/Detail.html b/Resources/Private/Layouts/Detail.html index 39b5f16..7c36759 100644 --- a/Resources/Private/Layouts/Detail.html +++ b/Resources/Private/Layouts/Detail.html @@ -2,13 +2,9 @@ xmlns:n="http://typo3.org/ns/GeorgRinger/News/ViewHelpers" data-namespace-typo3-fluid="true"> - - - -
- \ No newline at end of file + diff --git a/Resources/Private/Layouts/General.html b/Resources/Private/Layouts/General.html index de6c2a8..3e9c36b 100644 --- a/Resources/Private/Layouts/General.html +++ b/Resources/Private/Layouts/General.html @@ -2,11 +2,7 @@ xmlns:n="http://typo3.org/ns/GeorgRinger/News/ViewHelpers" data-namespace-typo3-fluid="true"> - - - -
- \ No newline at end of file + diff --git a/composer.json b/composer.json index 05ba7d0..3c7b0a2 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,9 @@ "GPL-2.0+" ], "require": { - "typo3/cms-core": " ^11.5 || main-dev", - "georgringer/news": "^9.4" + "php": "^7.4 || ^8.0", + "typo3/cms-core": "^11.5 || ^12.4", + "georgringer/news": "^10.0 || 11.0" }, "suggest": { "bk2k/bootstrap-package": "Bootstrap Package with Bootstrap 5 enabled" diff --git a/ext_emconf.php b/ext_emconf.php index 4c3ce33..0e95327 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -13,8 +13,8 @@ 'category' => 'templates', 'constraints' => [ 'depends' => [ - 'typo3' => '11.5.0-12.99.99', - 'news' => '*', + 'typo3' => '11.5.0 - 12.4.99', + 'news' => '9.0.0 - 10.99.99', ], 'suggests' => [ 'bootstrap_package' => '*'