From 5f1a2abcfa8b5b6bb333197be276ac1b84b6c6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanel=20P=C3=B5ld?= Date: Tue, 19 May 2020 14:26:17 +0800 Subject: [PATCH] 10 LTS compatibility --- .../Configuration/FlexForm/ge-section.xml | 230 +++++++++--------- README.md | 2 +- composer.json | 14 +- ext_emconf.php | 9 +- 4 files changed, 127 insertions(+), 128 deletions(-) diff --git a/Extensions/gridelements/Configuration/FlexForm/ge-section.xml b/Extensions/gridelements/Configuration/FlexForm/ge-section.xml index 3cc0c1c..0949040 100755 --- a/Extensions/gridelements/Configuration/FlexForm/ge-section.xml +++ b/Extensions/gridelements/Configuration/FlexForm/ge-section.xml @@ -7,7 +7,7 @@ - select + selectSingle Default @@ -67,7 +67,7 @@ - select + selectSingle Default @@ -89,7 +89,7 @@ - select + selectSingle Default @@ -122,67 +122,68 @@ - - - - - inline - - TRUE - FALSE - FALSE - FALSE - FALSE - - FALSE - FALSE - 1 - FALSE - TRUE - TRUE - TRUE - - both - - uid_local - 60c - 110c - - - + + + + inline + sys_file_reference + uid_foreign + sorting_foreign + tablenames + + image + + uid_local + uid_local + + + + + + file + gif,jpg,jpeg,tif,tiff,bmp,png + + + + + + + TYPO3\CMS\Core\Resource\Filter\FileExtensionFilter->filterInlineChildren + + + + + + + 1 + + uid_local + 45 + 45c + + 1 + 1 + 1 + + 1 + 0 + 1 + 0 + 1 + 1 + + + select - TRUE + 1 - sys_file_reference - uid_foreign - sorting_foreign - tablenames - - image - - uid_local - uid_local - - - - gif,jpg,jpeg,tif,tiff,bmp,png - file - - - - - - --palette--;LLL:EXT:lang/locallang_tca.xlf:sys_file_reference.imageoverlayPalette;imageoverlayPalette,--palette--;;filePalette - - - - - + + - select + selectSingle None @@ -218,60 +219,63 @@ - - - - - - inline - sys_file_reference - uid_foreign - sorting_foreign - tablenames - - assets - - - uid_local - uid_local - - - - file - move,mp4,off,webm - - - - 0 - 6 - - 1 - - uid_local - 64 - 64 - - 1 - 1 - 1 - - 0 - 0 - 0 - 1 - 1 - 1 - 1 - - LLL:EXT:cms/locallang_ttc.xlf:images.addFileReference - - - select - 1 - - - - + + + + inline + sys_file_reference + uid_foreign + sorting_foreign + tablenames + + assets + + uid_local + uid_local + + + + + + file + move,mp4,off,webm + + + + + + + TYPO3\CMS\Core\Resource\Filter\FileExtensionFilter->filterInlineChildren + + + + + + + 1 + + uid_local + 45 + 45c + + 1 + 1 + 1 + + 1 + 0 + 1 + 0 + 1 + 1 + + + + select + 1 + + + @@ -300,7 +304,7 @@ - select + selectSingle Center Center diff --git a/README.md b/README.md index 7dfb9b1..4d4efc8 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## System requirements -- TYPO3 8.7 LTS, since 2.0.0 only TYPO3 9.5 LTS +- TYPO3 8.7 LTS, since 2.0.0 only TYPO3 9.5 LTS & 10.4 LTS - fluid_styled_content - gridelements diff --git a/composer.json b/composer.json index 011880b..0d65e2a 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "t3brightside/microtemplate", "description": "TYPO3 CMS template – sectioned one pager with light box like sub pages.", "type": "typo3-cms-extension", - "version": "2.0.2", + "version": "2.1.0", "keywords": ["TYPO3 CMS", "Template", "Design", "Fluid"], "homepage": "https://microtemplate.t3brightside.com/", "license": "GPL-2.0+", @@ -15,9 +15,9 @@ } ], "require": { - "typo3/cms-core": "^9.5", - "typo3/cms-fluid-styled-content": "^9.5", - "gridelementsteam/gridelements": "^9.3" + "typo3/cms-core": "^9.5 || ^10.4", + "typo3/cms-fluid-styled-content": "^9.5 || ^10.4", + "gridelementsteam/gridelements": "^9.3 || ^10" }, "suggest": { "t3brightside/advancedtitle": "Page title prefix & suffix", @@ -25,9 +25,5 @@ "t3brightside/pagelist": "Page teasers, article lists, cards etc", "t3brightside/personnel": "Contact lists with vCard support", "t3brightside/youtubevideo": "Responsive YouTube videos with cover image" - }, - "replace": { - "microtemplate": "self.version", - "typo3-ter/microtemplate": "self.version" - } + } } diff --git a/ext_emconf.php b/ext_emconf.php index d68b0c0..daf3729 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -5,10 +5,9 @@ 'category' => 'templates', 'constraints' => [ 'depends' => [ - 'typo3' => '9.5.0-9.5.99', - 'fluid_styled_content' => '9.5.0-9.5.99', - 'rte_ckeditor' => '9.5.0-9.5.99', - 'gridelements' => '9.0.0-9.99.99', + 'typo3' => '9.5.0-10.4.99', + 'fluid_styled_content' => '9.5.0-10.4.99', + 'gridelements' => '9.0.0-10.0.99', ], ], 'state' => 'stable', @@ -18,5 +17,5 @@ 'author' => 'Tanel Põld', 'author_email' => 'tanel@brightside.ee', 'author_company' => 'Brightside OÜ', - 'version' => '2.0.2', + 'version' => '2.1.0', ];