Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed May 24, 2018
1 parent b3e7ee6 commit d9811ee
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

#### v2.7.0 `May 24, 2018`
- **[BUGFIX]** make conditions work within INCLUDE_TYPOSCRIPT by escape backslashes (#415) ([b3e7ee6](https://github.com/t3kit/theme_t3kit/commit/b3e7ee6))
- **[BUGFIX]** fix fluid parse error in News detail template ([52e08c1](https://github.com/t3kit/theme_t3kit/commit/52e08c1))
- **[TASK]** update dependencies (gridelements, TYPO3, cookie-bar) ([1f5392e](https://github.com/t3kit/theme_t3kit/commit/1f5392e))
- **[TASK]** use georgringer/news instead of typo3-ter/news package ([71dfe30](https://github.com/t3kit/theme_t3kit/commit/71dfe30))
- **[BUGFIX]** never upscaling smaller background images in bg image and contact cards elem. (#412) ([0864a20](https://github.com/t3kit/theme_t3kit/commit/0864a20))
- **[TASK]** added default column-value in 'Advanced one column grid' (col-md-12). (#414) ([db9b569](https://github.com/t3kit/theme_t3kit/commit/db9b569))
- **[TASK]** update npm devDependencies ([4ad8020](https://github.com/t3kit/theme_t3kit/commit/4ad8020))
- **[TASK]** update package-lock file (npm audit) ([8594842](https://github.com/t3kit/theme_t3kit/commit/8594842))
- **[BUGFIX]** don't create inline-css for background unless value exists. (#413) ([b9a1fcb](https://github.com/t3kit/theme_t3kit/commit/b9a1fcb))
- **[FEATURE]** make news detail page navigation display next and prev news item title & date (#390) ([c6c3b24](https://github.com/t3kit/theme_t3kit/commit/c6c3b24))
- **[TASK]** typoscript include contitions (#410) ([086f56c](https://github.com/t3kit/theme_t3kit/commit/086f56c))
- **[TASK]** update config for production mode (moveJsToFooter + inlineStyle) ([0376bda](https://github.com/t3kit/theme_t3kit/commit/0376bda))
- **[BUGFIX]** News detail view, fix teaser text font size (#408) ([0cffeb7](https://github.com/t3kit/theme_t3kit/commit/0cffeb7))
- **[BUGFIX]** news date menu, removed unneeded year from month name (#406) ([5930162](https://github.com/t3kit/theme_t3kit/commit/5930162))
- **[TASK]** felogin: Frontend validation (#401) ([ae26f12](https://github.com/t3kit/theme_t3kit/commit/ae26f12))

***

#### v2.6.0 `March 16, 2018`
- **[FEATURE]** added 'Lead' paragraph styling for CKEditor (#399) ([5684980](https://github.com/t3kit/theme_t3kit/commit/5684980))
- **[BUGFIX]** fix main menu sub list not overlaying other menu items. (#395) ([8aa1704](https://github.com/t3kit/theme_t3kit/commit/8aa1704))
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.5.0 - www.t3kit.com
themes.configuration.headerComment = This website is based on t3kit v8.6.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.6.0
version : 2.7.0
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,7 +15,7 @@
'description' => 'Base TYPO3 Theme fot t3kit project',
'category' => 'templates',
'shy' => 0,
'version' => '2.6.0',
'version' => '2.7.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand All @@ -37,7 +37,7 @@
'typo3' => '8.7.0-8.7.99',
'realurl' => '2.3.2-2.3.99',
'themes' => '8.7.0-8.7.99',
'gridelements' => '8.0.0-8.0.99',
'gridelements' => '8.2.0-8.2.99',
'solr' => '7.5.1-7.5.99',
'dyncss_less' => '0.7.9-0.7.99',
'go_maps_ext' => '2.3.1-2.3.99',
Expand Down
2 changes: 1 addition & 1 deletion felayout_t3kit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9811ee

Please sign in to comment.