Skip to content

Latest commit

 

History

History
95 lines (53 loc) · 3.53 KB

CHANGELOG.md

File metadata and controls

95 lines (53 loc) · 3.53 KB

Change Log

Full Changelog

Fixes

  • fixes by setting property day to public at Room model
  • fixes by replacing internal fluid timestamp method with explicit defined getTimestamp() method at Classes/Library/Day.php and Classes/Library/Hour.php

Full Changelog

Fixes

  • does a few methods properties to public at Room model
  • uses @TYPO3\CMS\Extbase\Annotation\Inject for repositories includes at AbstractController class due to not accepting namespace defined

Full Changelog

Fixes

  • fixin' deprecated @inject annotation cmp. 82869
  • fixin' deprecated @cascade annotation cmp. 83093
  • fixin' deprecated @lazy annotation cmp. 83078

Full Changelog

Support

  • removes support for typo3 v7
  • adds support for typo3 v9

Refactoring

  • adjusts ViewHelpers to new requirements of fluid package
    • changes namespace of extended classes
    • renames occupationSwitchViewHelper to GetOccupationViewHelper due to new parent class AbstractViewHelper
    • adds partials below folder Occupation for each kind of booking at table row
  • removes class.ext_update.php because of improbable use case and deprecated method to drop and rename tables

Fixes

  • renames method addFlashMessage to addFlashMessagesHelper due to corruption of native t3 method

Full Changelog

Fixes

  • fixes brackets of array syntax adjustment at tx_booking_domain_closingday.php

Full Changelog

Support

  • removes support for typo3 v6 and adds support for typo3 v8

Fixes

  • removes or adjusts deprecated parameters at /Configuration/TCA models
  • replaces all deprecated syntax for array() by []

Full Changelog

Fixes

  • fixes order of options at /Configuration/TCA/tx_booking_domain_model_booking.php at types showitems

Full Changelog

Refactoring

  • Refactoring of TCA tables structures. Replacing global tca.php by single table instances.

Full Changelog

Minor enhancements

  • Renames composer.json package 'mikey179/vfsstream' to lower case due to compatibility issues.