Releases: digedag/rn_base
Releases · digedag/rn_base
Version 1.15.2
Version 1.12.4
- Add wrap option to pagebrowser viewhelper
- Add pagebrowser ul example to documentation
- #200 Add GitHub Actions
- Append test and fix composer scripts
Run tests withcomposer test
Fix phpcs withcomposer fix
Version 1.11.0
- #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 to make it work in TYPO3 9.5 again
- php codestyle rule switched to symfony
Version 1.9.2
- javascript footer library files can now be added for actions (see documentation)
- javascript footer files can now be excluded from concatenation and compression (see documentation)
- added model and repository for sys_category table (see documentation)
Version 1.9.1
- doQuery in DatabaseConnection fixed #132
Version 1.9.0
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
Version 1.7.0
v1.7.0 (20.3.2018)
- add get uids method to collection class
- getUid outsourced in util (#98)
- First release without support for TYPO3 4.5 LTS
- Same code cleanup to remove 4.5 specific code
- FormatUtil will generate markers with its own cObject instance. Before this change the plugins cObject was used.
- FormatUtil will not generate empty unused markers
- Global handling of SkipExceptions in plugin controller
- Backend_ToolBox: support for defvals in new record links and buttons.
Version 1.4.1
- add subpart for view template to ts by default
TypoScript path:action.template.subpart
- add new path to configure the view template.
Old, stil working Path:actionTemplate
New:action.template.file
- using MarkerBasedTemplateService with TYPO3 7 or Higher
- model mocks in base unit tests fixed
Version 1.4.0
First TER release with support for TYPO3 8.7. Thanks to all contributors!!