Skip to content

Commit 6f8be1e

Browse files
committed
Release 2.10.2
1 parent d24ee44 commit 6f8be1e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
#### v2.10.2 `May 21, 2019`
3+
4+
- **[BUGFIX]** fix header layout in Collapsible CE ([d24ee44](https://github.com/t3kit/theme_t3kit/commit/d24ee44))
5+
- **[TASK]** update gridelements to v9.2.1 ([e042647](https://github.com/t3kit/theme_t3kit/commit/e042647))
6+
- **[TASK]** turn of solr statistics by default fix#522 ([d52e264](https://github.com/t3kit/theme_t3kit/commit/d52e264))
7+
8+
***
9+
210
#### v2.10.1 `April 17, 2019`
311

412
- **[BUGFIX]** - search-button in main-navigation is hidden under search-box when language-menu-box is enabled. (#508) ([eff2552](https://github.com/t3kit/theme_t3kit/commit/eff2552))

Configuration/TypoScript/Library/themes.basic.constantsts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ themes.configuration.spamProtectEmailAddresses.lastDotSubst = .<span style="disp
9292
# more configuration
9393
##########################################################################################
9494
themes.languages.default.isoCode = en_GB
95-
themes.configuration.headerComment = This website is based on t3kit v8.9.1 - www.t3kit.com
95+
themes.configuration.headerComment = This website is based on t3kit v8.9.2 - www.t3kit.com

Meta/theme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name and description of the theme (required)
22
title : Base Theme fot t3kit project
3-
version : 2.10.1
3+
version : 2.10.2
44
description : |
55
A t3kit theme template
66

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'description' => 'Base TYPO3 Theme fot t3kit project',
1616
'category' => 'templates',
1717
'shy' => 0,
18-
'version' => '2.10.1',
18+
'version' => '2.10.2',
1919
'dependencies' => '',
2020
'conflicts' => '',
2121
'priority' => '',

0 commit comments

Comments
 (0)