From facce339da4bd28c98c6e0c4038ca05c58f1dce3 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Wed, 16 Jan 2019 13:04:07 +0100 Subject: [PATCH] Version 1.9.0 --- CHANGELOG.md | 12 +++++++++++- ext_emconf.php | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30072a82..73754b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,17 @@ Changelog --------- -v1.8.8 (??.??.2018) +v1.9.1 (??.??.2019) + + +v1.9.0 (16.01.2019) + * __new DBAL-Driver which replaces the deprecated TYPO3_DB usage by new connection pool__ + * get deleted field for table from tca fixed in tca utility + * typo3 requirement in composer changed to new subtree split + * new travis based unittesting + * deprecated usage of each function dropped + * new translate viewhelper for fluid added + v1.8.7 (08.11.2018) * new view helper to get post or get data diff --git a/ext_emconf.php b/ext_emconf.php index f0593339..09eca938 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -14,7 +14,7 @@ 'description' => 'TYPO3 plugins based on rn_base can use MVC design principles and domain driven development. This extension also provides an abstraction layer for TYPO3 API to support LTS version since 4.5.', 'category' => 'misc', 'shy' => 0, - 'version' => '1.8.7', + 'version' => '1.9.0', 'dependencies' => 'cms', 'conflicts' => '', 'priority' => '',