Skip to content

Commit

Permalink
Version 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rengaw83 committed Jan 9, 2020
1 parent 25ec2c8 commit 14d7cdd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Changelog
---------

v1.11.0 (09.02.2020)
* #165 wip refactoring of classes to psr4
**BREAKING CHANGE**: tx_rnbase_IParameters is not used anymore.
Replace usage and typehints to new Sys25\RnBase\Frontend\Request\ParametersInterface
* #168 Use disabled TimeTracker instead of the removed NullTimeTracker
* php codestyle rule switched to symfony

v1.10.9 (23.11.2019)
* #161 fix missing test class on exception handling for non-composer installs
* New wrapper class for TYPO3 registry functionality
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 6.2.',
'category' => 'misc',
'shy' => 0,
'version' => '1.10.9',
'version' => '1.11.0',
'dependencies' => 'cms',
'conflicts' => '',
'priority' => '',
Expand Down

0 comments on commit 14d7cdd

Please sign in to comment.