Skip to content

Commit

Permalink
Release 2.10.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Feb 14, 2019
1 parent c0c1526 commit 1f6bb43
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@

#### v2.10.0-beta `February 14, 2019`

- **[BUGFIX]** fix focus outline for main menu dropdown arrow (touch devices) (#477) ([3cc0d76](https://github.com/t3kit/theme_t3kit/commit/3cc0d76))
- **[TASK]** add space instead of margin-left to Contacts CE (#475) ([5df7c3a](https://github.com/t3kit/theme_t3kit/commit/5df7c3a))
- **[BUGFIX]** removed the wrong style and aria attributes from footer, add bootstrap class "sr-only" (#472) ([d852042](https://github.com/t3kit/theme_t3kit/commit/d852042))
- **[BUGFIX]** add extension name to data-video-url if it is not a youtube video (#473) ([e5f2278](https://github.com/t3kit/theme_t3kit/commit/e5f2278))
- **[BUGFIX]** fix issue with parallax plugin not showing on mobile devices,IE,Edge (#476) ([5ae78ef](https://github.com/t3kit/theme_t3kit/commit/5ae78ef))
- **[BUGFIX]** fix language menu select focus bug accessibility ([c008996](https://github.com/t3kit/theme_t3kit/commit/c008996))
- **[BUGFIX]** Use more semantic labels in quote CE ([fd5d67b](https://github.com/t3kit/theme_t3kit/commit/fd5d67b))
- **[FEATURE]** Add link and lightbox icon for images (#467) ([49e069c](https://github.com/t3kit/theme_t3kit/commit/49e069c))
- **[BUGFIX]** correct TYPO3 and PHP version (.travis) (#468) ([2dce134](https://github.com/t3kit/theme_t3kit/commit/2dce134))
- **[TASK]** add possibility to adjust image height using Max height input in news ext (News Carousel) ([a4d9d3b](https://github.com/t3kit/theme_t3kit/commit/a4d9d3b))
- **[BUGFIX]** fix TAB content element ([156833c](https://github.com/t3kit/theme_t3kit/commit/156833c))
- **[TASK]** update language navigation menu (#463) ([7c76272](https://github.com/t3kit/theme_t3kit/commit/7c76272))
- **[BUGFIX]** fix distance of the text from the arrow bootstrap slider (#461) ([1819d93](https://github.com/t3kit/theme_t3kit/commit/1819d93))
- **[BUGFIX]** add missing variables for advanced 4 column grid (#462) ([a04b0cc](https://github.com/t3kit/theme_t3kit/commit/a04b0cc))
- **[BUGFIX]** adapt accordion template to use with Gridelements v9 (#457) ([83c08d0](https://github.com/t3kit/theme_t3kit/commit/83c08d0))
- **[BUGFIX]** change partialRootPaths to include partials from FluidStyledContent (#458) ([a8ef057](https://github.com/t3kit/theme_t3kit/commit/a8ef057))

***

#### v2.10.0-alpha `January 4, 2019`

- **[TASK]** install cs_seo extension (#456) ([140062b](https://github.com/t3kit/theme_t3kit/commit/140062b))
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.9.0 - www.t3kit.com
themes.configuration.headerComment = This website is based on t3kit v8.9.0-beta - 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-alpha
version : 2.10.0-beta
description : |
A t3kit theme template
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
'description' => 'Base TYPO3 Theme fot t3kit project',
'category' => 'templates',
'shy' => 0,
'version' => '2.10.0-alpha',
'version' => '2.10.0-beta',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'alpha',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
Expand Down

0 comments on commit 1f6bb43

Please sign in to comment.