Skip to content

Commit

Permalink
Version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Feb 6, 2019
1 parent c1f0007 commit ce0c548
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
Changelog
---------

v1.9.2 (??.??.2019)
v1.9.3 (??.??.2019)

v1.9.2 (06.02.2019)
* javascript footer library files can now be added for actions ([see documentation](Documentation/fe_plugins.md))
* javascript footer files can now be excluded from concatenation and compression ([see documentation](Documentation/fe_plugins.md))
* added model and repository for sys_category table ([see documentation](Documentation/sys_category.md))

v1.9.1 (22.01.2019)
* doQuery in DatabaseConnection fixed #132
Expand Down
5 changes: 4 additions & 1 deletion Documentation/fe_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,10 @@ plugin.tx_myext {
myview {
includeJSFooter {
1 = EXT:myext/Resources/Public/Scripts/validator.js
1.excludeFromConcatenation = 1
1 {
excludeFromConcatenation = 1
dontCompress = 1
}
}
includeJSFooterlibs {
1 = EXT:myext/Resources/Public/Scripts/validator.js
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 4.5.',
'category' => 'misc',
'shy' => 0,
'version' => '1.9.1',
'version' => '1.9.2',
'dependencies' => 'cms',
'conflicts' => '',
'priority' => '',
Expand Down

0 comments on commit ce0c548

Please sign in to comment.