Skip to content

Commit 377d763

Browse files
committed
Release 2.10.0-alpha
1 parent 140062b commit 377d763

File tree

4 files changed

+34
-4
lines changed

4 files changed

+34
-4
lines changed

CHANGELOG.md

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

2+
#### v2.10.0-alpha `January 4, 2019`
3+
4+
- **[TASK]** install cs_seo extension (#456) ([140062b](https://github.com/t3kit/theme_t3kit/commit/140062b))
5+
- **[BUGFIX]** implement LoggerAwareInterface interface in order to get logger inject (#455) ([dfe0bc4](https://github.com/t3kit/theme_t3kit/commit/dfe0bc4))
6+
- **[TASK]** setup default Gridelements options ([790b500](https://github.com/t3kit/theme_t3kit/commit/790b500))
7+
- **[BUGFIX]** fix rendering of content elements inside gridelements columns (#454) ([78814ed](https://github.com/t3kit/theme_t3kit/commit/78814ed))
8+
- **[BUGFIX]** fix gridelements templateRootPaths ([b36b185](https://github.com/t3kit/theme_t3kit/commit/b36b185))
9+
- **[TASK]** update Gridelements extension to v9 ([30023da](https://github.com/t3kit/theme_t3kit/commit/30023da))
10+
- **[BUGFIX]** use correct FlexFormService in FlexFormProcessor ([7c8db4e](https://github.com/t3kit/theme_t3kit/commit/7c8db4e))
11+
- **[TASK]** update pxa_newsletter_subscription, form-enhancement and cookie-bar ext-s ([c112243](https://github.com/t3kit/theme_t3kit/commit/c112243))
12+
- **[BUGFIX]** use correct FlexFormService in FlexFormProcessor ([68554f3](https://github.com/t3kit/theme_t3kit/commit/68554f3))
13+
- **[TASK]** remove usage of deprecated classes and functions. Log error if not possible to write to realurl config, instead of throwing exception ([217d628](https://github.com/t3kit/theme_t3kit/commit/217d628))
14+
- **[TASK]** use argument source ([f4c9e02](https://github.com/t3kit/theme_t3kit/commit/f4c9e02))
15+
- **[TASK]** register argument source ([a10f0a1](https://github.com/t3kit/theme_t3kit/commit/a10f0a1))
16+
- **[TASK]** replace removed extRelPath ([e46e794](https://github.com/t3kit/theme_t3kit/commit/e46e794))
17+
- **[TASK]** remove realurl, themes, dyncss, less-cs_seo, 404 extensions ([c54abb3](https://github.com/t3kit/theme_t3kit/commit/c54abb3))
18+
- **[TASK]** use master branch for solr ext. ([58a823a](https://github.com/t3kit/theme_t3kit/commit/58a823a))
19+
- **[TASK]** update cs_seo and go_maps_ext extensions ([8a97ecd](https://github.com/t3kit/theme_t3kit/commit/8a97ecd))
20+
- **[TASK]** update PXA extensions ([bbad05e](https://github.com/t3kit/theme_t3kit/commit/bbad05e))
21+
- **[TASK]** use last version of frontend-editing ext. 1.4.3 ([11874f0](https://github.com/t3kit/theme_t3kit/commit/11874f0))
22+
- **[TASK]** use master branch for gridelements ext. ([ff27784](https://github.com/t3kit/theme_t3kit/commit/ff27784))
23+
- **[TASK]** use master branch for NEWS ext. ([27a08c2](https://github.com/t3kit/theme_t3kit/commit/27a08c2))
24+
- **[TASK]** update typo3 to v9.5 ([008cee4](https://github.com/t3kit/theme_t3kit/commit/008cee4))
25+
- **[BUGFIX]** Fix packages names and solve dependancy to typo3-core to its packages (#452) ([6be2ed4](https://github.com/t3kit/theme_t3kit/commit/6be2ed4))
26+
27+
:heavy_exclamation_mark:**Breaking Changes:**
28+
- **[!!!]** **[TASK]** adapt grid templates to use with Gridelements v9 ([a78d995](https://github.com/t3kit/theme_t3kit/commit/a78d995))
29+
30+
***
31+
232
#### v2.9.0 `October 26, 2018`
333
- **[BUGFIX]** fix collapsible element, fix the issue with collapsed class on the a-tag ([0cee30e](https://github.com/t3kit/theme_t3kit/commit/0cee30e))
434
- **[FEATURE]** add a preloader until slider container is initialized (#442) ([d134468](https://github.com/t3kit/theme_t3kit/commit/d134468))

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.8.0 - 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.9.0
3+
version : 2.10.0-alpha
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.9.0',
18+
'version' => '2.10.0-alpha',
1919
'dependencies' => '',
2020
'conflicts' => '',
2121
'priority' => '',
2222
'loadOrder' => '',
2323
'module' => '',
24-
'state' => 'stable',
24+
'state' => 'alpha',
2525
'uploadfolder' => 0,
2626
'createDirs' => '',
2727
'modify_tables' => '',

0 commit comments

Comments
 (0)