Skip to content

Commit

Permalink
Version 1.16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Apr 26, 2023
1 parent d2935c6 commit b452540
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Changelog
---------

v1.16.10 (26.04.2023)
* Fix autoloading with non composer mode

v1.16.9 (24.04.2023)
* Readd old main subpart handling for marker based views

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'title' => 'A base library for extensions.',
'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',
'version' => '1.16.9',
'version' => '1.16.10',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => 'typo3temp/rn_base/',
Expand Down

0 comments on commit b452540

Please sign in to comment.