Skip to content

Commit 6b1aee9

Browse files
committed
Release 1.4.0
1 parent 1fcce59 commit 6b1aee9

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

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

2+
#### v1.4.0 `March 19, 2018`
3+
- **[TASK]** update dependencies, theme-t3kit v2.6.0 ([6c2eabd](https://github.com/t3kit/subtheme_t3kit_template/commit/6c2eabd))
4+
- **[TASK]** add package-lock.json ([9591e53](https://github.com/t3kit/subtheme_t3kit_template/commit/9591e53))
5+
- **[TASK]** update FE dependencies ([a0b74a4](https://github.com/t3kit/subtheme_t3kit_template/commit/a0b74a4))
6+
- **[DOC]** update felayout README, update required dependencies (node/npm) ([5e4f3d2](https://github.com/t3kit/subtheme_t3kit_template/commit/5e4f3d2))
7+
8+
***
9+
210
#### v1.3.0 `February 23, 2018`
311
- **[TASK]** add mynewsdeskLink social icon constants (#4) ([242624a](https://github.com/t3kit/subtheme_t3kit_template/commit/242624a))
412
- **[TASK]** update ext/composer dependencies, theme-t3kit v2.5.0 ([e3a4fe6](https://github.com/t3kit/subtheme_t3kit_template/commit/e3a4fe6))

Configuration/TypoScript/Library/themes.basic.constantsts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ themes.configuration.iconFontsPath = EXT:subtheme_t3kit_template/Resources/Publi
5656
# themes.configuration.favicons.maskIconColor = #5bbad5
5757

5858
# themes.languages.default.isoCode = en_GB
59-
themes.configuration.headerComment = This website is based on t3kit v8.4.0 - www.t3kit.com
59+
themes.configuration.headerComment = This website is based on t3kit v8.5.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 : Subtheme t3kit template
3-
version : 1.3.0
3+
version : 1.4.0
44
description : |
55
subtheme_t3kit_template based on t3kit project.
66

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'description' => 'TBD',
66
'category' => 'templates',
77
'shy' => 0,
8-
'version' => '1.3.0',
8+
'version' => '1.4.0',
99
'dependencies' => '',
1010
'conflicts' => '',
1111
'priority' => '',

0 commit comments

Comments
 (0)