Skip to content

Commit

Permalink
Fix autoloading in non-composer-mode for T3 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
digedag committed Sep 22, 2023
1 parent 474f90b commit 99aac6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Changelog
---------

v1.17.4 (22.09.2023)

* fix autoloading for T3 8.x non-composer-mode

v1.17.3 (20.09.2023)

* fix undefined function Sys25\RnBase\Utility\str_starts_with()
Expand Down
3 changes: 2 additions & 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.17.3',
'version' => '1.17.4',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => 'typo3temp/rn_base/',
Expand All @@ -36,6 +36,7 @@
'autoload' => [
'psr-4' => [
'Sys25\\RnBase\\' => 'Classes',
'Contrib\\' => 'Resources/Private/Php/Contrib',
],
'classmap' => [
'Classes',
Expand Down

0 comments on commit 99aac6c

Please sign in to comment.