Skip to content

Commit

Permalink
Release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Oct 26, 2018
1 parent a323bc3 commit 61e9463
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

#### v2.9.0 `October 26, 2018`
- **[BUGFIX]** fix collapsible element, fix the issue with collapsed class on the a-tag ([0cee30e](https://github.com/t3kit/theme_t3kit/commit/0cee30e))
- **[FEATURE]** add a preloader until slider container is initialized (#442) ([d134468](https://github.com/t3kit/theme_t3kit/commit/d134468))
- **[TASK]** register icons outside BE if-statement so it can show content element icons in frontend editing (#449) ([60f58de](https://github.com/t3kit/theme_t3kit/commit/60f58de))
- **[BUGFIX]** fix language menu label add missing comma (#445) ([f1a6e7c](https://github.com/t3kit/theme_t3kit/commit/f1a6e7c))
- **[TASK]** Adapting header style (#443) ([308552a](https://github.com/t3kit/theme_t3kit/commit/308552a))

:heavy_exclamation_mark:**Breaking Changes:**
- **[!!!]** **[BUGFIX]** disable divider heading from being displayed (#444) ([a256c79](https://github.com/t3kit/theme_t3kit/commit/a256c79))

***

#### v2.8.0 `June 27, 2018`
- **[BUGFIX]** fix js error when ariaLabels object is empty in LogoCarousel CE ([abf817f](https://github.com/t3kit/theme_t3kit/commit/abf817f))
- **[BUGFIX]** add a possibility to choose an empty value for the column in Adv1ColumnGrid CE ([0b13c3e](https://github.com/t3kit/theme_t3kit/commit/0b13c3e))
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 @@ -89,4 +89,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.7.0 - www.t3kit.com
themes.configuration.headerComment = This website is based on t3kit v8.8.0 - 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.8.0
version : 2.9.0
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.8.0',
'version' => '2.9.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand Down

0 comments on commit 61e9463

Please sign in to comment.