Skip to content

Commit 76846e9

Browse files
authored
Merge pull request #428 from t3solution/5.3.20
See release notes at https://www.t3sbootstrap.de/update-auf-v5319
2 parents b26e2a2 + 0fc6329 commit 76846e9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Classes/Wrapper/SwiperContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function getProcessedData(array $processedData, array $flexconf): array
3636
$processedData['breakpoints10'] = !empty($flexconf['breakpoints10']) ? (int)$flexconf['breakpoints10'] : 1;
3737
$processedData['breakpoints576'] = !empty($flexconf['breakpoints576']) ? (int)$flexconf['breakpoints576'] : 2;
3838
$processedData['breakpoints768'] = !empty($flexconf['breakpoints768']) ? (int)$flexconf['breakpoints768'] : 3;
39-
$processedData['breakpoints992'] = !empty($flexconf['breakpoints992']) ? int)$flexconf['breakpoints992'] : 4;
39+
$processedData['breakpoints992'] = !empty($flexconf['breakpoints992']) ? (int)$flexconf['breakpoints992'] : 4;
4040
$processedData['slidesPerGroup'] = !empty($flexconf['slidesPerGroup']) ? (int)$flexconf['slidesPerGroup'] : 1;
4141
$processedData['spaceBetween'] = !empty($flexconf['spaceBetween']) ? (int)$flexconf['spaceBetween'] : 0;
4242
$processedData['loop'] = !empty($flexconf['loop']) ? 1 : 0;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "typo3-cms-extension",
1818
"require": {
1919
"php": "^8.1 || ^8.2 || ^8.3",
20-
"typo3/cms-core": "^12.4.12 || ^13.4",
20+
"typo3/cms-core": "^12.4 || ^13.4",
2121
"b13/container": "^3.1",
2222
"ichhabrecht/content-defender": "^3.4"
2323
},

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'title' => 'Bootstrap Components',
1515
'description' => 'Startup extension to use bootstrap 5 classes, components and more out of the box. Example and info: www.t3sbootstrap.de',
1616
'category' => 'templates',
17-
'version' => '5.3.19',
17+
'version' => '5.3.20',
1818
'state' => 'stable',
1919
'author' => 'Helmut Hackbarth',
2020
'author_email' => 'typo3@t3solution.de',
@@ -24,7 +24,7 @@
2424
'depends' =>
2525
[
2626
'php' => '8.2.0-8.3.99',
27-
'typo3' => '12.4.12-13.9.99',
27+
'typo3' => '12.4.2-13.9.99',
2828
'container' => '3.1.0-3.99.99',
2929
'content_defender' => '3.4.2-3.99.99'
3030
],

0 commit comments

Comments
 (0)