Skip to content

Commit

Permalink
Release 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Apr 17, 2019
1 parent eff2552 commit 50b2906
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

#### v2.10.1 `April 17, 2019`

- **[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))
- **[BUGFIX]** mobile: no expanded submenu cross in main-navigation when using dropdownColumns (#514) ([29a26e5](https://github.com/t3kit/theme_t3kit/commit/29a26e5))
- **[BUGFIX]** searchBtn/searchBox toggle rewrite. (#515) ([08b1ecd](https://github.com/t3kit/theme_t3kit/commit/08b1ecd))
- **[BUGFIX]** language menu in main-nav alignment when using dropdownColumns (#516) ([f28b2cd](https://github.com/t3kit/theme_t3kit/commit/f28b2cd))
- **[BUGFIX]** Main Navigation dropdown hover flickering between dropdowns. (#512) ([ac34c19](https://github.com/t3kit/theme_t3kit/commit/ac34c19))
- **[BUGFIX]** ie11 and edge social-icons underline fix (#521) ([50c2e52](https://github.com/t3kit/theme_t3kit/commit/50c2e52))
- **[BUGFIX]** hovering on dropdownColumns before js has loaded will invert the toggle-effect (#510) ([bb66922](https://github.com/t3kit/theme_t3kit/commit/bb66922))
- **[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))
- **[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))
- **[BUGFIX]** removal of colon in languageMenu_label (#520) ([a83f289](https://github.com/t3kit/theme_t3kit/commit/a83f289))
- **[TASK]** add sitemap config for News records ([6f02333](https://github.com/t3kit/theme_t3kit/commit/6f02333))
- **[BUGFIX]** add video (internal, vimeo, youtube) support for different news list views (#501) ([45cc3c3](https://github.com/t3kit/theme_t3kit/commit/45cc3c3))
- **[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))
- **[BUGFIX]** language menu item should not be clickable in case language is unavailable (#498) ([0a2df0b](https://github.com/t3kit/theme_t3kit/commit/0a2df0b))

***

#### v2.10.0 `March 19, 2019`

- **[TASK]** fix spelling of swedish label (#496) ([f000bed](https://github.com/t3kit/theme_t3kit/commit/f000bed))
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TypoScript/Library/themes.basic.constantsts
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ themes.configuration.spamProtectEmailAddresses.lastDotSubst = .<span style="disp
# more configuration
##########################################################################################
themes.languages.default.isoCode = en_GB
themes.configuration.headerComment = This website is based on t3kit v8.9.0 - www.t3kit.com
themes.configuration.headerComment = This website is based on t3kit v8.9.1 - www.t3kit.com
2 changes: 1 addition & 1 deletion Meta/theme.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Name and description of the theme (required)
title : Base Theme fot t3kit project
version : 2.10.0
version : 2.10.1
description : |
A t3kit theme template
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'description' => 'Base TYPO3 Theme fot t3kit project',
'category' => 'templates',
'shy' => 0,
'version' => '2.10.0',
'version' => '2.10.1',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand Down

0 comments on commit 50b2906

Please sign in to comment.