Skip to content

Releases: digedag/rn_base

Version 1.15.2

06 Apr 11:32
Compare
Choose a tag to compare

Maintenance release.
See changelog for detailed info.

Version 1.12.4

04 Nov 15:16
Compare
Choose a tag to compare
  • Add wrap option to pagebrowser viewhelper
  • Add pagebrowser ul example to documentation
  • #200 Add GitHub Actions
  • Append test and fix composer scripts
    Run tests with composer test
    Fix phpcs with composer fix

Version 1.11.0

09 Jan 08:25
Compare
Choose a tag to compare
  • #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

06 Feb 07:58
Compare
Choose a tag to compare

Version 1.9.1

22 Jan 07:53
Compare
Choose a tag to compare
  • doQuery in DatabaseConnection fixed #132

Version 1.9.0

16 Jan 12:06
Compare
Choose a tag to compare

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

20 Mar 13:58
Compare
Choose a tag to compare

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

30 May 07:17
Compare
Choose a tag to compare
  • 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

30 May 07:16
Compare
Choose a tag to compare

First TER release with support for TYPO3 8.7. Thanks to all contributors!!