Skip to content

Commit ec085db

Browse files
committed
Release 2.10.0
1 parent f000bed commit ec085db

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

CHANGELOG.md

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

2+
#### v2.10.0 `March 19, 2019`
3+
4+
- **[TASK]** fix spelling of swedish label (#496) ([f000bed](https://github.com/t3kit/theme_t3kit/commit/f000bed))
5+
- **[BUGFIX]** use TYPO3 ArrayUtility to merge language menu config (#495) ([5d92478](https://github.com/t3kit/theme_t3kit/commit/5d92478))
6+
- **[TASK]** add slug replacements of special chars for "pages" and 'news" tables (#494) ([edff67e](https://github.com/t3kit/theme_t3kit/commit/edff67e))
7+
- **[BUGFIX]** use valid path for category label (#493) ([b031e7a](https://github.com/t3kit/theme_t3kit/commit/b031e7a))
8+
- **[TASK]** use new version of pxa-form-enhancement ext. ([6bdebe8](https://github.com/t3kit/theme_t3kit/commit/6bdebe8))
9+
- **[TASK]** update ext-s, use versions instead of dev-master ([da42bf5](https://github.com/t3kit/theme_t3kit/commit/da42bf5))
10+
- **[TASK]** use current page as list page, when listPid is not set (#490) ([9ddb216](https://github.com/t3kit/theme_t3kit/commit/9ddb216))
11+
- **[TASK]** rebuild how the language menu is rendered, respect site configuration (#486) ([c62a724](https://github.com/t3kit/theme_t3kit/commit/c62a724))
12+
- **[BUGFIX]** fixes slider container effects (#489) ([373a3bc](https://github.com/t3kit/theme_t3kit/commit/373a3bc))
13+
- **[TASK]** remove get parameters for first page url on news list view (#488) ([98a17e1](https://github.com/t3kit/theme_t3kit/commit/98a17e1))
14+
- **[TASK]** change default solr core name to 'core' (#487) ([22b8a27](https://github.com/t3kit/theme_t3kit/commit/22b8a27))
15+
- **[TASK]** update cs_seo ([5e4f8c7](https://github.com/t3kit/theme_t3kit/commit/5e4f8c7))
16+
- **[FEATURE]** add ext. Solr support (#485) ([e8ee00d](https://github.com/t3kit/theme_t3kit/commit/e8ee00d))
17+
- **[BUGFIX]** remove box-shadow on active state when clicking big-icon-text element with whole area as link (#480) ([3342e0d](https://github.com/t3kit/theme_t3kit/commit/3342e0d))
18+
- **[TASK]** Clean-up realurl stuff (#484) ([3e9c68d](https://github.com/t3kit/theme_t3kit/commit/3e9c68d))
19+
- **[BUGFIX]** change maxWidth and add maxHeight to use correct parameter (#481) ([9b0ccf4](https://github.com/t3kit/theme_t3kit/commit/9b0ccf4))
20+
- **[BUGFIX]** add if-statement for media, if showinpreview is enabled/disabled (#482) ([6c65146](https://github.com/t3kit/theme_t3kit/commit/6c65146))
21+
22+
:heavy_exclamation_mark:**Breaking Changes:**
23+
- **[!!!]** **[TASK]** update Gridelements config to use new approach w/DataProcessing ([50b9e8f](https://github.com/t3kit/theme_t3kit/commit/50b9e8f))
24+
25+
***
26+
227
#### v2.10.0-beta `February 14, 2019`
328

429
- **[BUGFIX]** fix focus outline for main menu dropdown arrow (touch devices) (#477) ([3cc0d76](https://github.com/t3kit/theme_t3kit/commit/3cc0d76))

Configuration/TypoScript/Library/themes.basic.constantsts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ themes.configuration.spamProtectEmailAddresses.lastDotSubst = .<span style="disp
8989
# more configuration
9090
##########################################################################################
9191
themes.languages.default.isoCode = en_GB
92-
themes.configuration.headerComment = This website is based on t3kit v8.9.0-beta - www.t3kit.com
92+
themes.configuration.headerComment = This website is based on t3kit v8.9.0 - 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-beta
3+
version : 2.10.0
44
description : |
55
A t3kit theme template
66

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
'description' => 'Base TYPO3 Theme fot t3kit project',
1616
'category' => 'templates',
1717
'shy' => 0,
18-
'version' => '2.10.0-beta',
18+
'version' => '2.10.0',
1919
'dependencies' => '',
2020
'conflicts' => '',
2121
'priority' => '',
2222
'loadOrder' => '',
2323
'module' => '',
24-
'state' => 'beta',
24+
'state' => 'stable',
2525
'uploadfolder' => 0,
2626
'createDirs' => '',
2727
'modify_tables' => '',

0 commit comments

Comments
 (0)