Skip to content

Commit b3b98ba

Browse files
committed
Release 2.10.3
1 parent 36009f3 commit b3b98ba

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

2+
#### v2.10.3 `May 28, 2019`
3+
4+
- **[TASK]** update frontend_editing to v1.5.0 ([36009f3](https://github.com/t3kit/theme_t3kit/commit/36009f3))
5+
- **[BUGFIX]** fix the order of required extensions ([b282b92](https://github.com/t3kit/theme_t3kit/commit/b282b92))
6+
- **[TASK]** add Dyncss and Themes as a theme_t3kit deps ([d061bc7](https://github.com/t3kit/theme_t3kit/commit/d061bc7))
7+
8+
***
9+
210
#### v2.10.2 `May 21, 2019`
311

412
- **[BUGFIX]** fix header layout in Collapsible CE ([d24ee44](https://github.com/t3kit/theme_t3kit/commit/d24ee44))

Configuration/TypoScript/Library/themes.basic.constantsts

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

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'description' => 'Base TYPO3 Theme fot t3kit project',
1616
'category' => 'templates',
1717
'shy' => 0,
18-
'version' => '2.10.2',
18+
'version' => '2.10.3',
1919
'dependencies' => '',
2020
'conflicts' => '',
2121
'priority' => '',

0 commit comments

Comments
 (0)