Skip to content

Commit 50b2906

Browse files
committed
Release 2.10.1
1 parent eff2552 commit 50b2906

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

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

2+
#### v2.10.1 `April 17, 2019`
3+
4+
- **[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))
5+
- **[BUGFIX]** mobile: no expanded submenu cross in main-navigation when using dropdownColumns (#514) ([29a26e5](https://github.com/t3kit/theme_t3kit/commit/29a26e5))
6+
- **[BUGFIX]** searchBtn/searchBox toggle rewrite. (#515) ([08b1ecd](https://github.com/t3kit/theme_t3kit/commit/08b1ecd))
7+
- **[BUGFIX]** language menu in main-nav alignment when using dropdownColumns (#516) ([f28b2cd](https://github.com/t3kit/theme_t3kit/commit/f28b2cd))
8+
- **[BUGFIX]** Main Navigation dropdown hover flickering between dropdowns. (#512) ([ac34c19](https://github.com/t3kit/theme_t3kit/commit/ac34c19))
9+
- **[BUGFIX]** ie11 and edge social-icons underline fix (#521) ([50c2e52](https://github.com/t3kit/theme_t3kit/commit/50c2e52))
10+
- **[BUGFIX]** hovering on dropdownColumns before js has loaded will invert the toggle-effect (#510) ([bb66922](https://github.com/t3kit/theme_t3kit/commit/bb66922))
11+
- **[BUGFIX]** If search button is clicked (in header-top or main-navigation) before js is loaded, user is sent to index-page. Similar fix for language-menu-btn. Removal of double attribute (data-search) in tag. (#509) ([a7142b3](https://github.com/t3kit/theme_t3kit/commit/a7142b3))
12+
- **[BUGFIX]** Meta navigation hidden when using language menu in main-naivgation. Doesn't reappear when clicking languageMenuOverlay to close it. (#518) ([9bf7fd3](https://github.com/t3kit/theme_t3kit/commit/9bf7fd3))
13+
- **[BUGFIX]** removal of colon in languageMenu_label (#520) ([a83f289](https://github.com/t3kit/theme_t3kit/commit/a83f289))
14+
- **[TASK]** add sitemap config for News records ([6f02333](https://github.com/t3kit/theme_t3kit/commit/6f02333))
15+
- **[BUGFIX]** add video (internal, vimeo, youtube) support for different news list views (#501) ([45cc3c3](https://github.com/t3kit/theme_t3kit/commit/45cc3c3))
16+
- **[BUGFIX]** news-single page navigation 'next record link' aligned to left when no 'previous record link'. (#500) ([3422e9d](https://github.com/t3kit/theme_t3kit/commit/3422e9d))
17+
- **[BUGFIX]** language menu item should not be clickable in case language is unavailable (#498) ([0a2df0b](https://github.com/t3kit/theme_t3kit/commit/0a2df0b))
18+
19+
***
20+
221
#### v2.10.0 `March 19, 2019`
322

423
- **[TASK]** fix spelling of swedish label (#496) ([f000bed](https://github.com/t3kit/theme_t3kit/commit/f000bed))

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.0 - www.t3kit.com
95+
themes.configuration.headerComment = This website is based on t3kit v8.9.1 - 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.0
3+
version : 2.10.1
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.0',
18+
'version' => '2.10.1',
1919
'dependencies' => '',
2020
'conflicts' => '',
2121
'priority' => '',

0 commit comments

Comments
 (0)